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; } }