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("");