Commit 680d3f6b authored by 18083's avatar 18083

建机批量审批按钮权限调整

parent fbb4414a
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
var params = []; var params = [];
for(var i=0;i<records.length;i++){ for(var i=0;i<records.length;i++){
if (records[i].get('checked') =='Y'&&records[i].get('record_id')){ if (records[i].get('checked') =='Y'&&records[i].get('record_id')){
if(position_code == '007' && records[i].get('workflow_code')!='CONTRACT_SIGN_WFL'){ if((position_code == '007'||position_code == '9067') && records[i].get('workflow_code')!='CONTRACT_SIGN_WFL'){
Leaf.showMessage('提示','仅合同签约工作流可批量审批!'); Leaf.showMessage('提示','仅合同签约工作流可批量审批!');
return ; return ;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment