diff --git a/src/views/bg/xispeak/BPM_NODE_PERMISSIONS.md b/src/views/bg/xispeak/BPM_NODE_PERMISSIONS.md index e0c439d..d744bbe 100644 --- a/src/views/bg/xispeak/BPM_NODE_PERMISSIONS.md +++ b/src/views/bg/xispeak/BPM_NODE_PERMISSIONS.md @@ -61,6 +61,10 @@ showFeedbackInfo → 反馈信息区域(表格 + 表头) * bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1 --- +### 节点:<反馈流程部门负责人反馈> +Task_133caii +bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showAddFeedback=1&showEditFeedback=1&showDeptFeedback=1 + ### 节点: <所党委审批> * taskDefKey: `` diff --git a/src/views/bg/xispeak/BPM_NODE_PERMISSIONS_XI_FEEDBACK.md b/src/views/bg/xispeak/BPM_NODE_PERMISSIONS_XI_FEEDBACK.md index b3a3c99..d769f7b 100644 --- a/src/views/bg/xispeak/BPM_NODE_PERMISSIONS_XI_FEEDBACK.md +++ b/src/views/bg/xispeak/BPM_NODE_PERMISSIONS_XI_FEEDBACK.md @@ -34,7 +34,8 @@ showFeedbackInfo → 反馈信息区域(表格 + 表头) ## 习讲话经办人反馈流程 ### 节点: <纪检负责人审批> -* bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showJiJianFields=1 +* taskDefKey: `` + * bg/xispeak/components/BgXiSpeakBPMForm?showProcessHandle=1&showFeedbackInfo=1&showJiJianFields=1 --- ### 节点: <部门负责人审批> diff --git a/src/views/bg/xispeak/BgXiSpeakList.vue b/src/views/bg/xispeak/BgXiSpeakList.vue index 068c44a..5090ba9 100644 --- a/src/views/bg/xispeak/BgXiSpeakList.vue +++ b/src/views/bg/xispeak/BgXiSpeakList.vue @@ -529,6 +529,12 @@ onClick: handleProcessJbr.bind(null, record), }); } + if (record.bpmStatus == '3') { + dropDownAction.push({ + label: '发起经办人执行反馈流程', + onClick: handleProcessJbr.bind(null, record), + }); + } if (record.bpmStatus == '2') { dropDownAction.push({ label: '再次发起经办人执行反馈流程', @@ -711,7 +717,7 @@ }; await startProcessSchedules(params); - await saveOrUpdateDict({ id: record.id, bpmStatus: '2', supervisionCount: nextSuperviseCount, completionStatus: 0 }, true); + await saveOrUpdateDict({ id: record.id, bpmStatus: '3', supervisionCount: nextSuperviseCount, completionStatus: 0 }, true); createMessage.success('发起成功'); reload(); } diff --git a/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue b/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue index 2b0d450..e23e455 100644 --- a/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue +++ b/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue @@ -141,26 +141,11 @@ - - - - @@ -288,7 +273,7 @@