From 82bfd45337234e93e10611a8920864e085ea26e5 Mon Sep 17 00:00:00 2001 From: 32189 <32189@LAPTOP-3D8E5SVH> Date: Thu, 8 Apr 2021 10:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9list=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LBAssetTransferRegistration/FileDownloadImportList.jsp | 3 ++- WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp index 497f9abf5..de32d6505 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp @@ -12,8 +12,9 @@ dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.MultiSelect = true; //多选 dwTemp.ReadOnly = "1"; //只读模式 - dwTemp.setPageSize(30); + dwTemp.setPageSize(pageSize==null?10:Integer.parseInt(pageSize)); dwTemp.genHTMLObjectWindow(""); + %> <%/*~END~*/%> diff --git a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp index c29b75e1d..a91252010 100644 --- a/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp +++ b/WebContent/Tenwa/Lease/voucher/voucherass_detail.jsp @@ -14,7 +14,7 @@ dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 dwTemp.MultiSelect = false; // - dwTemp.setPageSize(50); + dwTemp.setPageSize(pageSize==null?50:Integer.parseInt(pageSize)); dwTemp.genHTMLObjectWindow(""); dwTemp.MultiSelect = true; doTemp.setLockCount(2);