From 5ecfda55a39091b005c243c5813563e78da5b6f8 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 22 Jun 2018 10:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7,=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=96=B0=E5=A2=9E=E7=94=B3=E8=AF=B7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessApproval/ProjectApprovalCreationInfo.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index 343afb2eb..75dd5d554 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -341,7 +341,7 @@ // setItemValue(0,0,"CERTTYPE",""); // return; // } - setItemValue(0,0,"certtype","Ent01"); + setItemValue(0,0,"certtype","Ent02"); }else if("03" == customerType){ setItemValue(0,0,"certtype","Ind01"); } @@ -360,9 +360,9 @@ return false; } } - if(certType =='Ent01'){ + if(certType =='Ent02'){ if(!checkORGRight1(certid) ){ - setErrorTips("certid","社会统一信用代码格式错误!"); + setErrorTips("certid","组织机构代码格式错误!"); return false; } }