From 81e56e44688aaac3e5c70c2dbee03ce587cd23ee Mon Sep 17 00:00:00 2001 From: zhanglei Date: Thu, 7 Sep 2023 19:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E6=8B=85=E4=BF=9D=E4=BA=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }