xuhy
2023-03-02 3b4e776dfa939ae6f3206ab68fe038aabb14a5b3
management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js
@@ -53,6 +53,13 @@
                }
            }
        },
        remainingQuantity: {
            validators: {
                notEmpty: {
                    message: '优惠券总量不能为空'
                }
            }
        },
    }
};
@@ -106,7 +113,7 @@
TCouponInfoDlg.collectData = function() {
    this
    .set('id')
    .set('createtime')
    .set('createTime')
    .set('couponType')
    .set('couponServiceType')
    .set('couponCount')
@@ -114,6 +121,7 @@
    .set('couponPreferentialAmount')
    .set('couponValidity')
    .set('couponSendQuantity')
    .set('remainingQuantity')
    .set('couponName');
}