From fe0a8ed91b33d26952fdd581c461967168974b07 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Fri, 27 Jul 2018 16:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=A1=E9=AA=8C=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AF=8118=E4=BD=8D=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp | 10 +++++----- .../CustomerFamilyJoinTempInfo.jsp | 10 +++++----- .../BusinessApplication/CustomerFamilyTempInfo.jsp | 12 +++++++----- .../BusinessApproval/ProjectApprovalCreationInfo.jsp | 12 ++++++------ 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp index d41b92a87..5ad70beac 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp @@ -60,15 +60,15 @@ } } if(certType=="Ind01"){ + if(certId.length!=18){ + alert("身份证必须是18位!"); + return false; + } if(CheckLicense(certId)){ return true; }else{ //setErrorTips("certId","身份证格式不正确!"); - if(certId.length==18){ - alert("身份证格式错误!"); - }else{ - alert("身份证必须是18位!"); - } + alert("身份证格式错误!"); return false; } } diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp index 3968043a6..d5caf3717 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp @@ -41,6 +41,10 @@