diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index 7a5cf32f8..1bb807726 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -167,12 +167,12 @@ /*~[Describe=确认新增申请;InputParam=无;OutPutParam=无;]~*/ function doCreation() { - debugger; - var result = checkNameAndCertId(); - if(result=="2"){ - alert("客户名称或证件号已存在!请重新输入!"); - return; - } +// debugger; +// var result = checkNameAndCertId(); +// if(result=="2"){ +// alert("证件号已存在!请重新输入!"); +// return; +// } if(!checkCertInfo(true)) return ; if(!iV_all(0)) return ; saveRecord();