pboc个人单笔查询代码初始化2
This commit is contained in:
parent
f264a1c47b
commit
1178b10994
@ -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\"> </span><span class=\"center\"><span class=\"btn_icon btn_icon_edit\"> </span><span class=\"btn_text\">返回</span></span><span class=\"right\"> </span></a><h1 class=\"u-repname\">个人信用报告</h1>");
|
||||
}
|
||||
%>
|
||||
<%=html%>
|
||||
<%}
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user