...
|
...
|
@@ -358,6 +358,8 @@ $(document).on("change", "#filter-couponType", function () { |
|
|
|
|
|
if (couponTypeVal == 1 || couponTypeVal == 8){
|
|
|
couponBean.showScope = "";
|
|
|
} else if(couponTypeVal == 6){
|
|
|
couponBean.showScope = "1,2,3"
|
|
|
} else {
|
|
|
couponBean.showScope = "2";
|
|
|
}
|
...
|
...
|
|