审批提交弹框显示优化--lng调度审批

This commit is contained in:
‘huanghaiixia’
2026-03-19 17:51:57 +08:00
parent ad4452a09c
commit b0d7e227b8
15 changed files with 752 additions and 184 deletions

View File

@ -271,6 +271,15 @@
data.submitLoading = false;
return;
}
if (!nextNodes[0]?.chooseAssign) {
const nextTaskUser = {};
let arr = (nextNodes[0]?.userList||[]).map(v =>v.F_UserId)
nextTaskUser[nextNodes[0]?.activityId] = arr.join(',')
approvalData.nextTaskUser = nextTaskUser
onFinish({})
return
}
opinionDlg.value.toggleDialog({
action: 'agree',
actionFlowType: 'submit',

View File

@ -17,6 +17,7 @@ export const customFormConfig = {
'ContractProc',
'PricePurPngApp',
'PriceSalesPngApp',
'ContractPurLng'
'ContractPurLng',
'LngSettleHdr'
],
};