From 54a7d19d20d299235351cd97b5885737863ad150 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Fri, 27 Jul 2018 20:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Apzl/DistributorToArea/LmDistributorToproductList.jsp | 3 ++- .../Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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[][] = {