业务申请,修改新增申请页面
This commit is contained in:
parent
d00ec186eb
commit
5ecfda55a3
@ -341,7 +341,7 @@
|
||||
// setItemValue(0,0,"CERTTYPE","");
|
||||
// return;
|
||||
// }
|
||||
setItemValue(0,0,"certtype","Ent01");
|
||||
setItemValue(0,0,"certtype","Ent02");
|
||||
}else if("03" == customerType){
|
||||
setItemValue(0,0,"certtype","Ind01");
|
||||
}
|
||||
@ -360,9 +360,9 @@
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if(certType =='Ent01'){
|
||||
if(certType =='Ent02'){
|
||||
if(!checkORGRight1(certid) ){
|
||||
setErrorTips("certid","社会统一信用代码格式错误!");
|
||||
setErrorTips("certid","组织机构代码格式错误!");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user