From c64b449744f000b7b44556599aae3b49c5cafd72 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 19 Jul 2018 14:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E8=87=AA=E7=84=B6=E4=BA=BA=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E3=80=81=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=BB=8F=E9=94=80=E5=95=86=E9=98=B6=E6=AE=B5=E4=B8=8D?= =?UTF-8?q?=E6=A0=87=E7=BA=A2=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp | 6 ++++++ 1 file changed, 6 insertions(+) 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;");