[update 标准解读流程] 审核
This commit is contained in:
+4
-3
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user