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