pboc个人单笔查询代码初始化2

This commit is contained in:
stone 2023-02-08 17:02:07 +08:00
parent f264a1c47b
commit 1178b10994
2 changed files with 7 additions and 2 deletions

View File

@ -69,6 +69,9 @@ AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList
if(html.indexOf("<body") != -1) {
html = html.replaceAll("<body", "<body style=\"overflow:scroll;height:95%\" ");
}
if(html.indexOf("<h1 class=\"u-repname\">个人信用报告</h1>") != -1) {
html = html.replaceAll("<h1 class=\"u-repname\">个人信用报告</h1>", "<a style=\"position:absolute;left:0;top:8%\" title=\"PBOC-人行征信\" onClick=\"returnList();\" class=\"inline_button \" hidefocus=\"\" href=\"#\"><span style=\"display:none;\"></span><span class=\"left\">&nbsp;</span><span class=\"center\"><span class=\"btn_icon btn_icon_edit\">&nbsp;</span><span class=\"btn_text\">返回</span></span><span class=\"right\">&nbsp;</span></a><h1 class=\"u-repname\">个人信用报告</h1>");
}
%>
<%=html%>
<%}

View File

@ -48,8 +48,10 @@
AsControl.OpenView(sUrl,params,'_self','');
}
function newRecord(){
var getType = "SAVE";
request(getType);
if(confirm("查询人行征信,请先确认是否客户是否上传身份证正反面,以及签署征信查询说明书。否则会因违规查询面临人行罚款!!!\n您确定上述客户信息完整要继续操作吗")){
var getType = "SAVE";
request(getType);
}
}
function detail(){
var getType = "GET";