diff --git a/WebContent/Tenwa/Apzl/DistributorToArea/LmDistributorToproductList.jsp b/WebContent/Tenwa/Apzl/DistributorToArea/LmDistributorToproductList.jsp index 1f35b5853..4bcff77a1 100644 --- a/WebContent/Tenwa/Apzl/DistributorToArea/LmDistributorToproductList.jsp +++ b/WebContent/Tenwa/Apzl/DistributorToArea/LmDistributorToproductList.jsp @@ -10,7 +10,8 @@ String districtcode = CurPage.getParameter("district_code"); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 - dwTemp.setPageSize(10); + dwTemp.setPageSize(pageSize==null?10:Integer.parseInt(pageSize)); + dwTemp.MultiSelect = true; dwTemp.genHTMLObjectWindow(districtcode); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { diff --git a/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp b/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp index 8aad8aaec..d98fa548d 100644 --- a/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp +++ b/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp @@ -10,7 +10,8 @@ String typeno = CurPage.getParameter("TYPENO"); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 - dwTemp.setPageSize(10); + dwTemp.setPageSize(pageSize==null?10:Integer.parseInt(pageSize)); + dwTemp.MultiSelect = true; dwTemp.genHTMLObjectWindow(typeno); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = {