风控中台对接-页面地址选择调整
This commit is contained in:
parent
bd300007b8
commit
e7133c54c9
@ -57,61 +57,6 @@
|
||||
$("#myiframe0_cells table").css("width","100%");
|
||||
})
|
||||
|
||||
// 风控中台对接相关代码 单位地址
|
||||
function selectWorkAddress(){
|
||||
let workAddressId = getItemValue(0,0,"work_address_id");
|
||||
AsDialog.PopView("/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp",
|
||||
'addressId='+workAddressId,
|
||||
"resizable=yes;dialogWidth=600px;dialogHeight=355px;center:yes;status:no;statusbar:no",
|
||||
function(result){
|
||||
if(result == "cancel"){
|
||||
return;
|
||||
}
|
||||
if(result !== ""){
|
||||
setItemValue(0,0,"work_address_id",result.split("@")[0]);
|
||||
setItemValue(0,0,"work_address_code",result.split("@")[1]);
|
||||
setItemValue(0,0,"WORKADD",result.split("@")[2]);
|
||||
}
|
||||
},
|
||||
(!workAddressId?"新增":"修改")+"单位地址");
|
||||
}
|
||||
// 风控中台对接相关代码 户籍地址
|
||||
function selectIdAddress(){
|
||||
let workAddressId = getItemValue(0,0,"id_address_id");
|
||||
AsDialog.PopView("/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp",
|
||||
'addressId='+workAddressId,
|
||||
"resizable=yes;dialogWidth=600px;dialogHeight=355px;center:yes;status:no;statusbar:no",
|
||||
function(result){
|
||||
if(result == "cancel"){
|
||||
return;
|
||||
}
|
||||
if(result !== ""){
|
||||
setItemValue(0,0,"id_address_id",result.split("@")[0]);
|
||||
setItemValue(0,0,"id_address_code",result.split("@")[1]);
|
||||
setItemValue(0,0,"id_address",result.split("@")[2]);
|
||||
}
|
||||
},
|
||||
(!workAddressId?"新增":"修改")+"户籍地址");
|
||||
}
|
||||
// 风控中台对接相关代码 居住地址
|
||||
function selectLiveAddress(){
|
||||
let workAddressId = getItemValue(0,0,"live_address_id");
|
||||
AsDialog.PopView("/Tenwa/Lease/Flow/Project/BusinessApplication/personAddress.jsp",
|
||||
'addressId='+workAddressId,
|
||||
"resizable=yes;dialogWidth=600px;dialogHeight=355px;center:yes;status:no;statusbar:no",
|
||||
function(result){
|
||||
if(result == "cancel"){
|
||||
return;
|
||||
}
|
||||
if(result !== ""){
|
||||
setItemValue(0,0,"live_address_id",result.split("@")[0]);
|
||||
setItemValue(0,0,"live_address_code",result.split("@")[1]);
|
||||
setItemValue(0,0,"ADDRESS",result.split("@")[2]);
|
||||
}
|
||||
},
|
||||
(!workAddressId?"新增":"修改")+"居住地址");
|
||||
}
|
||||
|
||||
function checkGuaranteeUnit(){
|
||||
var sParams = "flowunid="+"<%=sFlowUnid%>";
|
||||
var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.CheckGuaranteeUnit","CheckGuaranteeUnitCount",sParams);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user