From a467f641938d3f38ef59d9052f23533f6e7cbd95 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Thu, 26 Jul 2018 18:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E9=87=8F=E5=AE=A2=E6=88=B7=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AF=81=E5=92=8C=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=BB=8F?= =?UTF-8?q?=E9=94=80=E5=95=86=E6=97=A0=E6=B3=95=E7=9C=8B=E8=A7=81=E6=A0=87?= =?UTF-8?q?=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp | 4 ++-- .../Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp | 4 ++-- .../Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp index ea2e6f311..1a4f1eadb 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/DebitCardInfo.jsp @@ -91,11 +91,11 @@ return; } - var MobileRes = checkMobile(); + /* var MobileRes = checkMobile(); if(MobileRes=="10"){//手机号不属于申请人、共同人、担保人 setItemValue(0,0,"MOBILE","");//清空预留手机号 return; - } + } */ setItemValue(0,0,"flowunid","<%=FlowUnid%>"); setItemValue(0,0,"acc_type","Debit"); diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp index 7687dec11..678d7668a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ApprovalForm.jsp @@ -178,9 +178,9 @@ break; } var certResult = checkCertId(); - if(certResult=="4"){ + if(certResult=="4" && "false"=="<%=ishistory%>"){ //$("#FULLNAME").attr("style","color:red;"); - $("#CERTID").css("color","red"); + $("#CERTID").css("color","red"); } var firstchoice = getItemValue(0,0,"firstchoice"); if(firstchoice==""){ diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index 107813d2f..80570e570 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -12,6 +12,7 @@ String sPhaseNo=CurPage.getParameter("sPhaseNo"); String flowunid = CurPage.getParameter("FlowUnid"); String FlowName = CurPage.getParameter("FlowName");//获取流程名称 + String IsHistory = CurPage.getParameter("IsHistory");//获取流程名称 String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'"); String sTempletNo = "BusinessCustomerInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); @@ -202,7 +203,7 @@ // $("#FULLNAME").css("color","red"); // } - if("0020"=="<%=sPhaseNo%>" || "0030"=="<%=sPhaseNo%>" || "0040"=="<%=sPhaseNo%>"){//经销商阶段看不见标红,初审、复审、信审可以标红 + if("0030"=="<%=sPhaseNo%>" || ("0040"=="<%=sPhaseNo%>" && "false"=="<%=IsHistory%>")){//经销商阶段看不见标红,初审、复审、信审可以标红 var certResult = checkCertId(); if(certResult=="4"){