合同资料补充资料清单
This commit is contained in:
parent
e127d3b966
commit
1ea20b704d
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user