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"){