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 @@