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",""} };