yxk-20260611-自动生成审批意见
部门负责人审批节点、督办经办人确认节点、督办部门经办人归档确认节点:自动生成审批意见
This commit is contained in:
@@ -351,6 +351,9 @@
|
||||
Task_137y5vq: buildLeaderDeptReason,
|
||||
Task_0d4iflp: buildDeptLeaderAssignReason,
|
||||
Task_01ynnpq: buildDeptHandlerFeedbackReason,
|
||||
Task_1s7zk9h: buildDeptLeaderApproveReason,
|
||||
Task_0mpxssh: buildSuperviseHandlerConfirmReason,
|
||||
Task_1g8igx5: buildSuperviseHandlerArchiveReason,
|
||||
};
|
||||
const defaultHandleReason = computed(() => {
|
||||
const builder = handleReasonTemplateMap[String(processInfo.value.taskDefKey || '')];
|
||||
@@ -508,6 +511,18 @@
|
||||
return '已完成反馈,请领导审批。';
|
||||
}
|
||||
|
||||
function buildDeptLeaderApproveReason() {
|
||||
return '已审批,请督办部门确认。';
|
||||
}
|
||||
|
||||
function buildSuperviseHandlerConfirmReason() {
|
||||
return '已确认。';
|
||||
}
|
||||
|
||||
function buildSuperviseHandlerArchiveReason() {
|
||||
return '已归档确认。';
|
||||
}
|
||||
|
||||
function normalizeDeptNames(value: any) {
|
||||
return splitDeptNames(value).join('、');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user