From 1ea20b704dd82c5f7e06f22d7cb8d28f2c2d1c0e Mon Sep 17 00:00:00 2001 From: zhangjun Date: Tue, 18 Sep 2018 11:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E8=B5=84=E6=96=99=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E8=B5=84=E6=96=99=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Comm/DocList/PayDocList.jsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp index e95d6dc09..8a284d218 100644 --- a/WebContent/Tenwa/Comm/DocList/PayDocList.jsp +++ b/WebContent/Tenwa/Comm/DocList/PayDocList.jsp @@ -26,6 +26,8 @@ String RightType= CurPage.getParameter("RightType"); String username=CurUser.getUserName(); String sTempletNo=CurPage.getParameter("TempletNo"); + String phaseNo = CurPage.getParameter("PhaseNo"); + String apply = CurPage.getParameter("ApplyType"); if(sTempletNo==null){ sTempletNo="FlowPayDocList"; } @@ -61,6 +63,9 @@ doTemp.appendJboWhere(otherWhere); doTemp.appendJboWhere(" and O.doc_Class_Itemno in ("+s+")"); doTemp.setLockCount(2); + if("ContractSupportApply".equals(apply)&&"0010".equals(phaseNo)){ + RightType = "false"; + } if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ doTemp.setVisible("operation", false); }