...
|
...
|
@@ -103,6 +103,8 @@ webpackJsonp([75],{ |
|
|
|
|
|
new common.dropDown({el: '#filter-couponType'});
|
|
|
|
|
|
new common.dropDown({el: '#checkRequired'});
|
|
|
|
|
|
common.util.__ajax({
|
|
|
url: "/coupon/getAllDepartment",//获取所有部门
|
|
|
data: {size: 1000}
|
...
|
...
|
@@ -352,6 +354,15 @@ webpackJsonp([75],{ |
|
|
Bll.__render(couponBean, type);
|
|
|
});
|
|
|
|
|
|
|
|
|
$(document).on("change", "#checkRequired", function () {
|
|
|
var couponTypeVal = $(this).val();
|
|
|
couponBean.checkRequired = $(this).val();
|
|
|
|
|
|
$.extend(window.ViewModel, couponBean);
|
|
|
Bll.__render(couponBean, type);
|
|
|
});
|
|
|
|
|
|
$(document).on("change", "#filter-couponType", function () {
|
|
|
var couponTypeVal = $(this).val();
|
|
|
couponBean.couponType = $(this).val();
|
...
|
...
|
@@ -1161,6 +1172,7 @@ webpackJsonp([75],{ |
|
|
shopList: "",
|
|
|
shopIds: "",
|
|
|
tPlusN:"",
|
|
|
checkRequired:0,
|
|
|
feeSharingType: "0",
|
|
|
feeSharingRatio: "",
|
|
|
isUseLimitRule: "",
|
...
|
...
|
|