puzhibing
2023-07-26 709a4a10be56952ead6340e4822fce41a66e47cd
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;
            //     }
            // })
        }
    })