diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp index 51465f710..7b9af307d 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/DistributorInformation.jsp @@ -9,6 +9,7 @@ */ String userid=CurUser.getUserID(); String flowunid = CurPage.getParameter("FlowUnid"); + //String ObjectNo = CurPage.getParameter("ObjectNo"); ASObjectModel doTemp = new ASObjectModel("DistributorInformation"); //加权限 BizObjectManager manager = JBOFactory.getBizObjectManager("jbo.awe.USER_ROLE"); @@ -29,7 +30,7 @@ dwTemp.ReadOnly = "1"; //只读模式 dwTemp.ShowSummary="1"; //汇总 dwTemp.setPageSize(10); - dwTemp.genHTMLObjectWindow("FlowUnid"); + dwTemp.genHTMLObjectWindow(flowunid); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = {