diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp index 1de79183e..5aee30be4 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp @@ -234,7 +234,7 @@ var certId = getItemValue(0,getRow(0),"CERTID"); if(certType==""){ //setErrorTips("certType","证件类型不能为空!"); -// alert("证件类型不能为空!"); + alert("证件类型不能为空!"); return true; } if(certId==""){ @@ -260,7 +260,7 @@ return true; }else{ //setErrorTips("certId","身份证格式不正确!"); - alert("身份证格式错误!"); + alert("身份证格式错误!"); return false; } }