From 5bc41e4d7318768cd1ee10028a8d9c9a663e3b66 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 11 Dec 2019 16:22:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=88=86=E6=B6=A6=E5=92=8C?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Rent/RentReback/LCEbankTemp.jsp | 7 ++++--- .../Lease/Flow/Rent/RentReback/LCSplittingPayTemp.jsp | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCEbankTemp.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCEbankTemp.jsp index 5e2d2ff4d..1d7527fa5 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCEbankTemp.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCEbankTemp.jsp @@ -17,13 +17,14 @@ dwTemp.Style="1"; dwTemp.ShowSummary = "1"; - if(!"ReadOnly".equals(rightType)){ - dwTemp.MultiSelect = true; - } dwTemp.ReadOnly = "1"; if("0040".equals(phaseNo)){ dwTemp.ReadOnly = "0"; } + if(!"ReadOnly".equals(rightType)){ + dwTemp.MultiSelect = true; + } + dwTemp.setPageSize(50); ASDataObject ado = dwTemp.getDataObject(); diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCSplittingPayTemp.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCSplittingPayTemp.jsp index b9204442a..69c4988d7 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCSplittingPayTemp.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/LCSplittingPayTemp.jsp @@ -17,7 +17,7 @@ dwTemp.Style="1"; dwTemp.ShowSummary = "1"; - if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){ + if(!"ReadOnly".equals(rightType)){ dwTemp.MultiSelect = true; } dwTemp.ReadOnly = "1";