From 4f47865c3b8132f097cc32fe9bd8e0fa12469786 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期四, 09 十一月 2023 10:08:48 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js | 24 ++---------------------- 1 files changed, 2 insertions(+), 22 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js b/cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js index 07b3b45..06c0573 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js @@ -39,7 +39,7 @@ var bodyType = $("input[name='bodyType']:checked").val(); var accountType = $("input[name='accountType']:checked").val(); var type = $("input[name='type']:checked").val(); - if (bodyType=="" || null == type){ + if (bodyType=="" || null == bodyType){ Feng.error("请选择主体类型"); return; } @@ -122,26 +122,6 @@ Feng.error("请上传法人身份证背面照"); return; } - if ("" == $("#bank").val() || null == $("#bank").val()){ - Feng.error("请输入开户银行"); - return; - } - if ("" == $("#pCode").val() || null == $("#pCode").val()){ - Feng.error("请选择开户所在省"); - return; - }if ("" == $("#cCode").val() || null == $("#cCode").val()){ - Feng.error("请选择开户所在市"); - return; - }if ("" == $("#backNumber").val() || null == $("#backNumber").val()){ - Feng.error("请输入银行卡号"); - return; - }if ("" == $("#backUserName").val() || null == $("#backUserName").val()){ - Feng.error("请输入开户名称"); - return; - }if ("" == $("#backName").val() || null == $("#backName").val()){ - Feng.error("请输入开户行全称"); - return; - } if(type=="ENTERPRISE"){ if ("" == $("#bName").val() || null == $("#bName").val()){ Feng.error("请输入受益人姓名"); @@ -206,7 +186,7 @@ ajax.set("lpIcForeverFlag", 1); } - if(bodyType=="2"){ + if(bodyType=="ENTERPRISE"){ if ($("#bEnd").val()==""){ console.log("永远") ajax.set("beneficiaryEnd","forever"); -- Gitblit v1.7.1