[update 标准解读流程] 加签节点调整
This commit is contained in:
+2
-2
@@ -83,8 +83,7 @@
|
||||
<interpretation-main-interpreter-distribute v-else-if="mainInterpreterDistributeNodes.includes(currentNodeId)"
|
||||
:current-node-id="currentNodeId"
|
||||
:disabled="disabled" ref="businessComp"/>
|
||||
<!-- 解读人填写解读信息 -->
|
||||
<!-- 标准主解读人单线审核 -->
|
||||
<!-- 解读人填写解读信息 及后续节点 -->
|
||||
<interpretation-interpreter-fill-info v-else :current-node-id="currentNodeId"
|
||||
:disabled="disabled" ref="businessComp"/>
|
||||
<!-- 流程审批信息 -->
|
||||
@@ -436,6 +435,7 @@ export default {
|
||||
params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, {
|
||||
projectId: this.projectId
|
||||
})
|
||||
// 控制是否分发, 0 驳回, 1 分发 2 不分发, 数字
|
||||
params.map.passFirst = compData.isDistribute ? +IsDistribute.DISTRIBUTE.value : +IsDistribute.NOT_DISTRIBUTE.value
|
||||
// 条款列表(分发和不分发传入的字段不一样)
|
||||
if (compData.isDistribute) {
|
||||
|
||||
+2
@@ -27,6 +27,7 @@
|
||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.reviewersPerson'))"
|
||||
v-decorator="['uploader', validatorRules.uploader]"
|
||||
:disabled="disabled"
|
||||
type="checkbox"
|
||||
filedName="uploader"
|
||||
@nameChange="userSelectNameChange"
|
||||
:nameStr="formInline.uploader_dictText" />
|
||||
@@ -38,6 +39,7 @@
|
||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.approvedPerson'))"
|
||||
v-decorator="['approvePersonId', validatorRules.approvePersonId]"
|
||||
:disabled="disabled"
|
||||
type="checkbox"
|
||||
filedName="approvePersonId"
|
||||
@nameChange="userSelectNameChange"
|
||||
:nameStr="formInline.approvePersonId_dictText" />
|
||||
|
||||
+2
@@ -69,6 +69,7 @@
|
||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.reviewersPerson'))"
|
||||
v-decorator="['uploader', validatorRules.uploader]"
|
||||
:disabled="disabled"
|
||||
type="checkbox"
|
||||
filedName="uploader"
|
||||
@nameChange="userSelectNameChange"
|
||||
:nameStr="formInline.uploader_dictText" />
|
||||
@@ -80,6 +81,7 @@
|
||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.approvedPerson'))"
|
||||
v-decorator="['approvePersonId', validatorRules.approvePersonId]"
|
||||
:disabled="disabled"
|
||||
type="checkbox"
|
||||
filedName="approvePersonId"
|
||||
@nameChange="userSelectNameChange"
|
||||
:nameStr="formInline.approvePersonId_dictText" />
|
||||
|
||||
Reference in New Issue
Block a user