From 50386d6e89bf61affa6e0d5ae0058bcfef3cc0f6 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 1 Apr 2019 11:05:29 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8E=BB=E6=8E=89=E6=89=A3=E6=AC=BE=E5=8D=A1?= =?UTF-8?q?=E5=87=AD=E8=AF=81=E6=B1=87=E6=80=BB=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=A4=9A=E9=80=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/CollectionAudit/ChargebackVoucherDetail.jsp | 2 +- .../Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherTotal.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherDetail.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherDetail.jsp index b295142e7..32a8c1a60 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherDetail.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherDetail.jsp @@ -11,7 +11,7 @@ ASObjectModel doTemp = new ASObjectModel("ChargebackVoucherDetail"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- - dwTemp.MultiSelect = true; //多选 + //dwTemp.MultiSelect = true; //多选 dwTemp.ReadOnly = "1"; //只读模式 dwTemp.ShowSummary = "1"; //显示小计 dwTemp.setPageSize(10); diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherTotal.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherTotal.jsp index 5518bba08..51bb6f502 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherTotal.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/ChargebackVoucherTotal.jsp @@ -5,7 +5,7 @@ ASObjectModel doTemp = new ASObjectModel("ChargebackVoucherTotal"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- - dwTemp.MultiSelect = true; //多选 + //dwTemp.MultiSelect = true; //多选 dwTemp.ReadOnly = "0"; //只读模式 // dwTemp.ShowSummary = "1"; //显示小计 dwTemp.setPageSize(10);