申请人信息页面身份校验按钮去除

This commit is contained in:
zhanglei 2018-07-13 09:54:13 +08:00
parent ca5962eb55
commit f6e14b111b

View File

@ -41,7 +41,7 @@
dwTemp.replaceColumn("family", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"200px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp?CompClientID="+compClientID+"&customerid="+customerid+"\"></iframe>", CurPage.getObjectWindowOutput());
String sButtons[][] = {
{"true","","Button","身份校验","身份校验","identityVerification()","","","","btn_icon_check",""}
//{"true","","Button","身份校验","身份校验","identityVerification()","","","","btn_icon_check",""}
};
@ -57,7 +57,7 @@
}
}
function identityVerification(){
/* function identityVerification(){
var id = getItemValue(0,0,'ID');
var result=RunJavaMethodTrans("com.tenwa.lease.flow.project.validate.IdentityVerification","doIdentityVerification",'id='+id);
if(result == 'ERROR'){
@ -65,7 +65,7 @@
}else{
alert(result);
}
}
} */
// function changeChildrensNumber(){
// var marriage = getItemValue(0,0,"MARRIAGE");
// if("02" == marriage){