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"%>