diff --git a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdata.jsp b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdata.jsp
index a200eea14..f39748f53 100644
--- a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdata.jsp
+++ b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdata.jsp
@@ -69,6 +69,9 @@ AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList
if(html.indexOf("
个人信用报告") != -1) {
+ html = html.replaceAll("个人信用报告
", " 返回 个人信用报告
");
+ }
%>
<%=html%>
<%}
diff --git a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList.jsp
index 8b977b44b..2e3428321 100644
--- a/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList.jsp
+++ b/WebContent/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList.jsp
@@ -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";