puzhibing
2023-07-26 709a4a10be56952ead6340e4822fce41a66e47cd
management/guns-admin/src/main/webapp/static/modular/system/tCoupon/tCoupon_info.js
@@ -162,10 +162,10 @@
        return;
    }
    // if(couponType == 2 && $("input[name=couponCount2]").val() < 1){
    //     Feng.info("新人优惠券限制数量必须大于0!")
    //     return;
    // }
    if(couponType == 2 && $("input[name=couponCount2]").val() < $("#couponSendQuantity").val()){
        Feng.info("赠送数量必须小于等于限制数量!")
        return;
    }
    //提交信息
    var ajax = new $ax(Feng.ctxPath + "/tCoupon/add", function(data){