风控中台-添加评分结果页面3

This commit is contained in:
apzl 2023-08-28 01:49:53 +08:00
parent a7a8b5685c
commit f9bea3248d
2 changed files with 6 additions and 4 deletions

View File

@ -20,7 +20,7 @@
String customertype = CurPage.getParameter("customertype");
String userll=null;
// userll="/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp?CompClientID=";
userll= "/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResultDetail.jsp";
userll= "/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResultDetail.jsp?CompClientID=";
String sTempletNo = "queryScoreResult";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
ASObjectWindowCalc dwTemp = new ASObjectWindowCalc(CurPage, doTemp,request);

View File

@ -10,7 +10,7 @@
List<BizObject> rcScoreResultDetailBizObjectList = rcScoreResultDetail.createQuery("project_no=:project_no").setParameter("project_no", projectNo).getResultList(false);
if(CollectionUtils.isNotEmpty(rcScoreResultDetailBizObjectList)){
%>
<table cellspacing="1" cellpadding="2" width="700" align="center" style="border: 1px solid black;">
<table border="1" cellspacing="1" cellpadding="2" width="700" align="center" style="border: 2px solid black;">
<tr>
<th align="center" style="line-height: 30px; ">Óû§ÀàÐÍ</th>
<th align="center" style="line-height: 30px; ">Óû§Ãû³Æ</th>
@ -30,8 +30,10 @@
<tr>
<td align="center" style="line-height: 30px; "><%=person_type%></td>
<td align="center" style="line-height: 30px; "><%=person_name%></td>
<td align="center" style="line-height: 30px; "><a target="_blank" href="<%=third_result_url%>">三方报告</a></td>
<td align="center" style="line-height: 30px; "><a target="_blank" href="<%=pboc_result_url%>">征信报告</a></td>
<%--<td align="center" style="line-height: 30px; "><a target="_blank" style="text-decoration: underline blue;color: blue;font-weight:bold;" href="<%=third_result_url%>">三方报告</a></td>--%>
<td align="center" style="line-height: 30px; "><a target="_blank" href="<%=third_result_url%>">三方报告</a></td>
<%--<td align="center" style="line-height: 30px; "><a target="_blank" style="text-decoration: underline blue;color: blue;font-weight:bold;" href="<%=pboc_result_url%>">征信报告</a></td>--%>
<td align="center" style="line-height: 30px; "><a target="_blank" href="<%=pboc_result_url%>">征信报告</a></td>
<td align="center" style="line-height: 30px; "><%=update_time%></td>
</tr>
<%