diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index 500ed390b..d5a3c88cb 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -200,6 +200,9 @@ // //$("#FULLNAME").attr("style","color:red;"); // $("#FULLNAME").css("color","red"); // } + + if("0020"=="<%=sPhaseNo%>" || "0030"=="<%=sPhaseNo%>" || "0040"=="<%=sPhaseNo%>"){//经销商阶段看不见标红,初审、复审、信审可以标红 + var certResult = checkCertId(); if(certResult=="4"){ //$("#FULLNAME").attr("style","color:red;"); @@ -221,6 +224,9 @@ $("#REMARK").css("color","red"); } + } + + //第二阶段隐藏身份校验按钮 if("0020"!="<%=sPhaseNo%>"){ $("#ButtonTR").attr("style","display:none;");