From 272a78f4c4345c211862539f5d8efa1692f4a0b3 Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Fri, 22 Sep 2023 17:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0-=E8=AF=84?= =?UTF-8?q?=E5=88=86=E5=92=8C=E5=8F=8D=E6=AC=BA=E8=AF=88=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Project/BusinessApplication/RCScoreResult.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResult.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResult.jsp index dd2fe370b..81c3e8b92 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResult.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResult.jsp @@ -24,10 +24,10 @@ +sWebRootPath+detailUrl+compClientID+"&flowunid="+sFlowUnid+"&projectNo="+projectNo+"\">", CurPage.getObjectWindowOutput()); System.out.println("info ----- >" +sFlowUnid); - + String isHistory=CurPage.getParameter("IsHistory"); String sButtons[][] = { - {"true","","Button","评分请求","评分请求","amp()","","","","btn_icon_saveNew",""}, - {"true","","Button","反欺诈","反欺诈","afs()","","","","btn_icon_saveNew",""}, + {"true".equals(isHistory)?"false":"true","","Button","评分请求","评分请求","amp()","","","","btn_icon_saveNew",""}, + {"true".equals(isHistory)?"false":"true","","Button","反欺诈","反欺诈","afs()","","","","btn_icon_saveNew",""}, {"true","","Button","查询评分结果","查询评分结果","queryScoreResult()","","","","btn_icon_saveNew",""}, {"true","","Button","查询评分报告","查询评分报告","queryScoreResultUrl()","","","","btn_icon_saveNew",""} };