From 709a4a10be56952ead6340e4822fce41a66e47cd Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 26 七月 2023 18:39:28 +0800 Subject: [PATCH] Merge branch '1.1' of http://120.76.84.145:10101/gitblit/r/java/SuperSaveDriving into dev --- management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon.js b/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon.js index 3d48823..0565faf 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon.js @@ -177,6 +177,14 @@ } if(this.value == 2){ $("#changeCouponSendQuantity").show() + // $("#couponSendQuantity").bind('input',function(){ + // var value = $(this).val() + // + // if(value>$("#couponCount").val()){ + // Feng.error("赠送数量必须小于限制数量") + // return; + // } + // }) } }) -- Gitblit v1.7.1