[update 标准解读流程] 审核

This commit is contained in:
danshihao
2024-07-10 10:32:35 +08:00
parent b44dda2d1c
commit 8663a09f7d
4 changed files with 497 additions and 16 deletions
@@ -71,7 +71,8 @@
<interpretation-main-interpreter-distribute v-if="currentNodeId === StandardInterpretationNodes.standardInterpreterDistribution.value"
:disabled="disabled" ref="businessComp"/>
<!-- 解读人填写解读信息 -->
<interpretation-interpreter-fill-info v-if="currentNodeId === StandardInterpretationNodes.interpreterFillInfo.value"
<!-- 标准主解读人单线审核 -->
<interpretation-interpreter-fill-info v-else :current-node-id="currentNodeId"
:disabled="disabled" ref="businessComp"/>
<!-- 流程审批信息 -->
<div class="process-part-title">{{ $t('processApprovalInformation') }}</div>
@@ -392,8 +393,8 @@ export default {
})
// 条款列表
params.data.processStandardInterpretClauseList = compData.clauseData
} else if (this.currentNodeId === StandardInterpretationNodes.interpreterFillInfo.value) {
// 解读人填写节点
} else {
// 解读人填写节点 及 后续节点
params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, {
projectId: this.projectId
})