From f9d0487faf64a2ed9be25ce9a0283b103eadb660 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Mon, 8 Oct 2018 17:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E6=AC=BE=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Fund/FundPayment/FundPaymentPayCondition.jsp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentPayCondition.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentPayCondition.jsp index 0016ad40c..ea9170d94 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentPayCondition.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/FundPaymentPayCondition.jsp @@ -14,9 +14,11 @@ } String rightType = CurPage.getParameter("RightType"); String ishistory = CurPage.getParameter("IsHistory"); + String FlowKey=CurPage.getParameter("FlowKey"); String phaseNo = CurPage.getParameter("PhaseNo"); String compClientID = request.getParameter("CompClientID"); - ASObjectModel doTemp = new ASObjectModel("FundPaymentPayCondition"); + //ASObjectModel doTemp = new ASObjectModel("FundPaymentPayCondition");//原来的 + ASObjectModel doTemp = new ASObjectModel("FundPaymentPayCondition_formal");//改动的 有影响注掉 if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory"); } @@ -28,7 +30,7 @@ dwTemp.getDataObject().setReadOnly("OPERATE_CHECK", false); } dwTemp.setPageSize(50); - dwTemp.genHTMLObjectWindow(FlowUnid); + dwTemp.genHTMLObjectWindow(FlowKey);//原来是 FlowUnid //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = {