From 7afb0ddf1711987a2313604ea8987be0b7f7f365 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Tue, 16 Oct 2018 10:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=82=AC=E6=94=B6=E5=A4=A9=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../overduedunning/DayDistribute.jsp | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp index 26ac2478a..31ef70781 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/overduedunning/DayDistribute.jsp @@ -7,6 +7,8 @@ */ ASObjectModel doTemp = new ASObjectModel("DayDistribute"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + ASDataObject ado = dwTemp.getDataObject(); + ado.setReadOnly("INPUT_myiframe0_end_day_2_2", true); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "0"; //只读模式 dwTemp.setPageSize(10); @@ -21,21 +23,11 @@ }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>