puzhibing
2023-02-11 521efb9bc33d52ef4772f0b30f8a371ba4b0070c
ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tCompany/franchisee_info.js
@@ -234,19 +234,19 @@
        if (1 == tcx){
            var tcxPercent = $("#tcxPercent").val();
            if ("" == tcxPercent){
                Feng.info("同城小件物流比例抽成不能为空!");
                Feng.info("市内小件物流比例抽成不能为空!");
                return;
            }else if (!regDouble.test(tcxPercent)) {
                Feng.info("同城小件物流比例抽成格式不正确!");
                Feng.info("市内小件物流比例抽成格式不正确!");
                return;
            }
        }else if (2 == tcx){
            var tcxMoney = $("#tcxMoney").val();
            if ("" == tcxMoney){
                Feng.info("同城小件物流固定金额抽成不能为空!");
                Feng.info("市内小件物流固定金额抽成不能为空!");
                return;
            }else if (!regDouble.test(tcxMoney)) {
                Feng.info("同城小件物流固定金额抽成格式不正确!");
                Feng.info("市内小件物流固定金额抽成格式不正确!");
                return;
            }
        }
@@ -425,19 +425,19 @@
        if (1 == tcx){
            var tcxPercent = $("#tcxPercent").val();
            if ("" == tcxPercent){
                Feng.info("同城小件物流比例抽成不能为空!");
                Feng.info("市内小件物流比例抽成不能为空!");
                return;
            }else if (!regDouble.test(tcxPercent)) {
                Feng.info("同城小件物流比例抽成格式不正确!");
                Feng.info("市内小件物流比例抽成格式不正确!");
                return;
            }
        }else if (2 == tcx){
            var tcxMoney = $("#tcxMoney").val();
            if ("" == tcxMoney){
                Feng.info("同城小件物流固定金额抽成不能为空!");
                Feng.info("市内小件物流固定金额抽成不能为空!");
                return;
            }else if (!regDouble.test(tcxMoney)) {
                Feng.info("同城小件物流固定金额抽成格式不正确!");
                Feng.info("市内小件物流固定金额抽成格式不正确!");
                return;
            }
        }