[update 标准解读流程] 完善
This commit is contained in:
+4
-2
@@ -63,12 +63,14 @@
|
||||
|
||||
<!-- 业务信息 -->
|
||||
<!-- 发起节点 -->
|
||||
<interpretation-initiate v-if="isInitiate" :disabled="disabled" ref="businessComp"/>
|
||||
<interpretation-initiate v-if="isInitiate" :disabled="disabled" ref="businessComp" :current-node-id="currentNodeId"/>
|
||||
<!-- 主控部门联络人分发 -->
|
||||
<interpretation-liaison-distribute v-else-if="currentNodeId === StandardInterpretationNodes.controlDepartLiaisonDistribution.value"
|
||||
:current-node-id="currentNodeId"
|
||||
:disabled="disabled" ref="businessComp"/>
|
||||
<!-- 主解读人分发 -->
|
||||
<interpretation-main-interpreter-distribute v-else-if="[StandardInterpretationNodes.standardInterpreterDistribution.value, StandardInterpretationNodes.standardInterpreterReDistribution.value].includes(currentNodeId)"
|
||||
:current-node-id="currentNodeId"
|
||||
:disabled="disabled" ref="businessComp"/>
|
||||
<!-- 解读人填写解读信息 -->
|
||||
<!-- 标准主解读人单线审核 -->
|
||||
@@ -541,7 +543,7 @@ export default {
|
||||
})
|
||||
// 驳回需要填写备注
|
||||
if (!this.approvalInfoForm.getFieldValue('commitText')) {
|
||||
this.$message.warning(this.$t('pleaseEnterRemarks'))
|
||||
this.$message.warn(this.$t('pleaseEnterRemarks'))
|
||||
return
|
||||
}
|
||||
this.loading = true
|
||||
|
||||
Reference in New Issue
Block a user