yxk-20260708
党委会、所务会自动生成审批意见修改
This commit is contained in:
@@ -533,20 +533,11 @@
|
||||
}
|
||||
|
||||
function buildLeaderDeptReason() {
|
||||
const responDeptName = normalizeDeptNames(deptNameText.responDeptid);
|
||||
if (!responDeptName) {
|
||||
const deptNames = [deptNameText.responDeptid, deptNameText.assistDeptid].map(normalizeDeptNames).filter(Boolean);
|
||||
if (!deptNames.length) {
|
||||
return '';
|
||||
}
|
||||
const assistDeptName = normalizeDeptNames(deptNameText.assistDeptid);
|
||||
const implementDeptName = normalizeDeptNames(mainForm.implementDeptid);
|
||||
const reasonParts = [`请${responDeptName}牵头办理`];
|
||||
if (assistDeptName) {
|
||||
reasonParts.push(`请${assistDeptName}协办`);
|
||||
}
|
||||
if (implementDeptName) {
|
||||
reasonParts.push(`请${implementDeptName}落实`);
|
||||
}
|
||||
return `${reasonParts.join(',')}。`;
|
||||
return `同意。请${deptNames.join('、')}反馈办理情况。`;
|
||||
}
|
||||
|
||||
function buildDeptLeaderAssignReason() {
|
||||
|
||||
Reference in New Issue
Block a user