[update] 企标流程标准化节点只能从流程与标准化部门里选人

This commit is contained in:
lideqin
2024-07-01 18:26:11 +08:00
parent 2cfe5b0bda
commit 3bdd48b83e
11 changed files with 80 additions and 20 deletions
@@ -77,7 +77,7 @@
<!-- 人员信息 -->
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
<process-detail-list :processKey="ProcessKey.ES_ENABLE.value">
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId" :notPermissField="['relatedUserList']"></personnel-info>
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId" :notPermissField="['relatedUserList']" :onlySelectFromFlowStation="onlySelectFromFlowStation"></personnel-info>
</process-detail-list>
</div>
<!-- 操作按钮 -->
@@ -237,7 +237,8 @@ export default {
personnelInfoData: [],
url: {
list: '' // 人员信息的右侧表格获取接口
}
},
onlySelectFromFlowStation: [EsStartUseNodes.standardizationApproval.value] // 只能在标准与流程所里选人的节点
}
},
methods: {