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