合同只读
This commit is contained in:
parent
bca42de66f
commit
1963befb7c
@ -105,10 +105,25 @@
|
||||
isAll="";
|
||||
}
|
||||
String sButtons[][] =null;
|
||||
sButtons= new String[][]{
|
||||
/* 原版的
|
||||
sButtons= new String[][]{
|
||||
{"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""}
|
||||
};
|
||||
|
||||
*/
|
||||
//改动如下 如有问题可删除恢复
|
||||
if(!"ContractApprovalFlow".equals(FlowNo)||!"ContractChangeFlow".equals(FlowNo)){
|
||||
sButtons= new String[][]{
|
||||
//{"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""}
|
||||
};
|
||||
|
||||
}else{
|
||||
|
||||
sButtons= new String[][]{
|
||||
{"true",isAll,"Button","保存","保存所有修改","saveRecord()","","","",""}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
%>
|
||||
<%/*~END~*/%>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user