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); }