From 4790f218828f0cb02d396229c93d5dc285e500c4 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Sat, 22 Sep 2018 15:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp index 63d735a26..3c1b1d356 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp @@ -8,10 +8,11 @@ ASObjectModel doTemp = new ASObjectModel("VILCFundPlanList"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- + //dwTemp.MultiSelect = true; //多选 dwTemp.ReadOnly = "1"; //只读模式 - if(!"ReadOnly".equals(rightType)){ + if(!"ReadOnly".equals(rightType)){ dwTemp.MultiSelect = true; - } + } dwTemp.setPageSize(10); dwTemp.genHTMLObjectWindow("");