From 1178b109944500b45887cd2faec0f7337c470fe5 Mon Sep 17 00:00:00 2001 From: stone <976742697@qq.com> Date: Wed, 8 Feb 2023 17:02:07 +0800 Subject: [PATCH] =?UTF-8?q?pboc=E4=B8=AA=E4=BA=BA=E5=8D=95=E7=AC=94?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BB=A3=E7=A0=81=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Comm/BigdataPboc/query_report/pbocdata.jsp | 3 +++ .../Flow/Comm/BigdataPboc/query_report/pbocdataList.jsp | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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";