[update 标准解读流程] 加签节点调整
This commit is contained in:
@@ -203,10 +203,10 @@ export const StandardInterpretationNodes = new EsEnums({
|
|||||||
standardInterpreterSummary: { text: '标准主解读人汇总', value: 'master_interpret_summary', btn: ['transfer', 'save', 'submit'] },
|
standardInterpreterSummary: { text: '标准主解读人汇总', value: 'master_interpret_summary', btn: ['transfer', 'save', 'submit'] },
|
||||||
countersignOne: { text: '会签', value: 'jointly_sign_1', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] },
|
countersignOne: { text: '会签', value: 'jointly_sign_1', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] },
|
||||||
countersignTwo: { text: '会签', value: 'jointly_sign_2', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] },
|
countersignTwo: { text: '会签', value: 'jointly_sign_2', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] },
|
||||||
departManagerReviewOne: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_1', btn: ['reject', 'transfer', 'save', 'submit'] },
|
departManagerReviewOne: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_1', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] },
|
||||||
departManagerReviewTwo: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_2', btn: ['reject', 'transfer', 'save', 'submit'] },
|
departManagerReviewTwo: { text: '各涉及部门科室经理审核', value: 'department_manager_approve_2', btn: ['countersign', 'reject', 'transfer', 'save', 'submit'] },
|
||||||
manageOrTechnicalOfficerApprovalOne: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_1', btn: ['transfer', 'save', 'agree', 'reject'] },
|
manageOrTechnicalOfficerApprovalOne: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_1', btn: ['countersign', 'transfer', 'save', 'agree', 'reject'] },
|
||||||
manageOrTechnicalOfficerApprovalTwo: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_2', btn: ['transfer', 'save', 'agree', 'reject'] }
|
manageOrTechnicalOfficerApprovalTwo: { text: '主控部门高级经理/法规认证技术官批准', value: 'technical_officer_approval_2', btn: ['countersign', 'transfer', 'save', 'agree', 'reject'] }
|
||||||
})
|
})
|
||||||
|
|
||||||
// 条款使用范围
|
// 条款使用范围
|
||||||
|
|||||||
+2
-2
@@ -83,8 +83,7 @@
|
|||||||
<interpretation-main-interpreter-distribute v-else-if="mainInterpreterDistributeNodes.includes(currentNodeId)"
|
<interpretation-main-interpreter-distribute v-else-if="mainInterpreterDistributeNodes.includes(currentNodeId)"
|
||||||
:current-node-id="currentNodeId"
|
:current-node-id="currentNodeId"
|
||||||
:disabled="disabled" ref="businessComp"/>
|
:disabled="disabled" ref="businessComp"/>
|
||||||
<!-- 解读人填写解读信息 -->
|
<!-- 解读人填写解读信息 及后续节点 -->
|
||||||
<!-- 标准主解读人单线审核 -->
|
|
||||||
<interpretation-interpreter-fill-info v-else :current-node-id="currentNodeId"
|
<interpretation-interpreter-fill-info v-else :current-node-id="currentNodeId"
|
||||||
:disabled="disabled" ref="businessComp"/>
|
:disabled="disabled" ref="businessComp"/>
|
||||||
<!-- 流程审批信息 -->
|
<!-- 流程审批信息 -->
|
||||||
@@ -436,6 +435,7 @@ export default {
|
|||||||
params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, {
|
params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, {
|
||||||
projectId: this.projectId
|
projectId: this.projectId
|
||||||
})
|
})
|
||||||
|
// 控制是否分发, 0 驳回, 1 分发 2 不分发, 数字
|
||||||
params.map.passFirst = compData.isDistribute ? +IsDistribute.DISTRIBUTE.value : +IsDistribute.NOT_DISTRIBUTE.value
|
params.map.passFirst = compData.isDistribute ? +IsDistribute.DISTRIBUTE.value : +IsDistribute.NOT_DISTRIBUTE.value
|
||||||
// 条款列表(分发和不分发传入的字段不一样)
|
// 条款列表(分发和不分发传入的字段不一样)
|
||||||
if (compData.isDistribute) {
|
if (compData.isDistribute) {
|
||||||
|
|||||||
+2
@@ -27,6 +27,7 @@
|
|||||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.reviewersPerson'))"
|
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.reviewersPerson'))"
|
||||||
v-decorator="['uploader', validatorRules.uploader]"
|
v-decorator="['uploader', validatorRules.uploader]"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
type="checkbox"
|
||||||
filedName="uploader"
|
filedName="uploader"
|
||||||
@nameChange="userSelectNameChange"
|
@nameChange="userSelectNameChange"
|
||||||
:nameStr="formInline.uploader_dictText" />
|
:nameStr="formInline.uploader_dictText" />
|
||||||
@@ -38,6 +39,7 @@
|
|||||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.approvedPerson'))"
|
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.approvedPerson'))"
|
||||||
v-decorator="['approvePersonId', validatorRules.approvePersonId]"
|
v-decorator="['approvePersonId', validatorRules.approvePersonId]"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
type="checkbox"
|
||||||
filedName="approvePersonId"
|
filedName="approvePersonId"
|
||||||
@nameChange="userSelectNameChange"
|
@nameChange="userSelectNameChange"
|
||||||
:nameStr="formInline.approvePersonId_dictText" />
|
:nameStr="formInline.approvePersonId_dictText" />
|
||||||
|
|||||||
+2
@@ -69,6 +69,7 @@
|
|||||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.reviewersPerson'))"
|
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.reviewersPerson'))"
|
||||||
v-decorator="['uploader', validatorRules.uploader]"
|
v-decorator="['uploader', validatorRules.uploader]"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
type="checkbox"
|
||||||
filedName="uploader"
|
filedName="uploader"
|
||||||
@nameChange="userSelectNameChange"
|
@nameChange="userSelectNameChange"
|
||||||
:nameStr="formInline.uploader_dictText" />
|
:nameStr="formInline.uploader_dictText" />
|
||||||
@@ -80,6 +81,7 @@
|
|||||||
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.approvedPerson'))"
|
<user-selection :placeholder="disabled ? '' : ($t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.approvedPerson'))"
|
||||||
v-decorator="['approvePersonId', validatorRules.approvePersonId]"
|
v-decorator="['approvePersonId', validatorRules.approvePersonId]"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
type="checkbox"
|
||||||
filedName="approvePersonId"
|
filedName="approvePersonId"
|
||||||
@nameChange="userSelectNameChange"
|
@nameChange="userSelectNameChange"
|
||||||
:nameStr="formInline.approvePersonId_dictText" />
|
:nameStr="formInline.approvePersonId_dictText" />
|
||||||
|
|||||||
Reference in New Issue
Block a user