From af05c69edf2855c691910e891e005ae07cdfa9d7 Mon Sep 17 00:00:00 2001 From: 18083 <ruidan.tao@hand-china.com> Date: Tue, 19 Nov 2024 09:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E6=9C=BA=E6=89=B9=E9=87=8F=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview b/src/main/webapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview index 20202cbd..3983acfd 100644 --- a/src/main/webapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview +++ b/src/main/webapp/modules/zjwfl/WFL5120/zj_wfl_to_do_list_batch.lview @@ -143,7 +143,7 @@ var params = []; for(var i=0;i<records.length;i++){ 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('提示','仅合同签约工作流可批量审批!'); return ; } -- 2.21.0