From 359273fe6eb11afa57a414a95498dca0b2a04f45 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Thu, 28 Mar 2019 10:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=93=B6=E5=9B=9E=E6=AC=BE=E6=A0=B8?= =?UTF-8?q?=E9=94=80=E7=94=B3=E8=AF=B7=E6=B5=81=E8=BD=AC=E5=88=B0=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E5=A4=8D=E6=A0=B8=E6=97=B6=EF=BC=8C=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=8F=AF=E4=BB=A5=E6=9B=B4=E6=94=B9"?= =?UTF-8?q?=E4=BC=9A=E8=AE=A1=E5=A4=84=E7=90=86=E6=97=A5"2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp index 7b832eb1d..56d298aa6 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/LCRentIncomeTempList.jsp @@ -8,11 +8,16 @@ String phaseNo = CurPage.getParameter("PhaseNo"); String rightType = CurPage.getParameter("RightType"); String ishistory = CurPage.getParameter("IsHistory"); + String sTempletNo = CurPage.getParameter("TempletNo");//Ä£°åºÅ ASObjectModel doTemp = new ASObjectModel("LCRentIncomeTempList"); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory"); } ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + if("0030".equals(phaseNo)){ + doTemp.setReadOnly("", true); + doTemp.setReadOnly("ACCOUNTING_DATE", false); + } dwTemp.Style="1"; dwTemp.ShowSummary = "1"; if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){ @@ -35,7 +40,7 @@ if("ReadOnly".equals(rightType)){ sButtons = new String[][]{ }; - }else if("0020".equals(phaseNo)){ + }else if("0020".equals(phaseNo) || "0030".equals(phaseNo)){ sButtons = new String[][]{ {"true","","Button","±£´æ","±£´æ","as_save(0,'updateEbankAndEbankProcess()')","","","","btn_icon_save",""} };