From c61da8cd55202c45294b43aa149dc1bfd7e8001d Mon Sep 17 00:00:00 2001 From: zhangjun Date: Fri, 29 Nov 2019 18:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RentCollection/rentcollection/DistributorInformation.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp index 5e8a8554e..51465f710 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp @@ -8,8 +8,8 @@ History Log: */ String userid=CurUser.getUserID(); + String flowunid = CurPage.getParameter("FlowUnid"); ASObjectModel doTemp = new ASObjectModel("DistributorInformation"); - //加权限 BizObjectManager manager = JBOFactory.getBizObjectManager("jbo.awe.USER_ROLE"); List roleListObject = manager.createQuery("userid=:userid").setParameter("userid", userid).getResultList(false); @@ -29,7 +29,7 @@ dwTemp.ReadOnly = "1"; //只读模式 dwTemp.ShowSummary="1"; //汇总 dwTemp.setPageSize(10); - dwTemp.genHTMLObjectWindow(""); + dwTemp.genHTMLObjectWindow("FlowUnid"); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = {