From d3c872b4888ad15055f75701833e777cb7b67d26 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Fri, 27 Dec 2019 09:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=B6=A6=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=B0=8F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Lease/Flow/Rent/RentReback/SplittingList.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/SplittingList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/SplittingList.jsp index cd7b23a44..586548dab 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentReback/SplittingList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentReback/SplittingList.jsp @@ -10,6 +10,7 @@ ASObjectModel doTemp = new ASObjectModel("SplittingList"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.ShowSummary="1"; //汇总 dwTemp.ReadOnly = "1"; //只读模式 if(!"ReadOnly".equals(rightType)){ dwTemp.MultiSelect = true;