From d96ad4be389b1368343e9194e5119ab9c2eb39b3 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 27 Mar 2019 17:24:35 +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"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Fund/FundCollection/LCFundIncomTempList.jsp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCFundIncomTempList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCFundIncomTempList.jsp index b3ff61cf4..1c3cc8f9d 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCFundIncomTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCFundIncomTempList.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("LCFundIncomeTempList"); 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"; if(!"ReadOnly".equals(rightType) && !"0020".equals(phaseNo)){ dwTemp.MultiSelect = true; @@ -33,7 +38,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",""} };