存量客户身份证和手机号经销商无法看见标红
This commit is contained in:
parent
7868b647b4
commit
a467f64193
@ -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");
|
||||
|
||||
@ -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==""){
|
||||
|
||||
@ -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"){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user