合同只读

This commit is contained in:
58261 2018-09-27 20:07:45 +08:00
parent bca42de66f
commit 1963befb7c

View File

@ -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~*/%>