[update] 企标流程标准化节点只能从流程与标准化部门里选人
This commit is contained in:
@@ -120,7 +120,8 @@
|
||||
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
|
||||
<process-detail-list :process-key="processKey">
|
||||
<template #personnelInfo>
|
||||
<personnel-info-pap ref="personnelInfo" :data="personnelInfoData" :current-node="currentNode" />
|
||||
<personnel-info ref="personnelInfo" :data="personnelInfoData" :current-node="currentNode" :onlySelectFromFlowStation="onlySelectFromFlowStation" />
|
||||
<!-- <personnel-info-pap ref="personnelInfo" :data="personnelInfoData" :current-node="currentNode" />-->
|
||||
</template>
|
||||
</process-detail-list>
|
||||
</div>
|
||||
@@ -146,8 +147,8 @@
|
||||
import '@assets/less/common.less'
|
||||
import InternalDetailPage from '@comp/InternalDetailPage'
|
||||
import ProcessDetailList from '@comp/ProcessDetailList'
|
||||
// import PersonnelInfo from '@comp/PersonnelInfo'
|
||||
import PersonnelInfoPap from './modules/PersonnelInfoPap'
|
||||
import PersonnelInfo from '@comp/PersonnelInfo'
|
||||
// import PersonnelInfoPap from './modules/PersonnelInfoPap'
|
||||
import BaseInfoTable from '@views/workCenter/permissionApplicationProcess/modules/BaseInfoTable'
|
||||
import UserSelectModal from '@comp/selection/UserSelectModal'
|
||||
import { WorkCenterMixin } from '@/mixins/WorkCenterMixin'
|
||||
@@ -164,7 +165,7 @@ import { cloneDeep } from 'lodash'
|
||||
const tabList = ['base', 'user']
|
||||
export default {
|
||||
name: 'PermissionApplicationProcess',
|
||||
components: { PersonnelInfoPap, UserSelectModal, BaseInfoTable, ProcessDetailList, InternalDetailPage },
|
||||
components: { PersonnelInfo, UserSelectModal, BaseInfoTable, ProcessDetailList, InternalDetailPage },
|
||||
mixins: [WorkCenterMixin],
|
||||
data () {
|
||||
return {
|
||||
@@ -241,7 +242,8 @@ export default {
|
||||
// 业务表单
|
||||
baseInfoForm: this.$form.createForm(this),
|
||||
// 流程审批信息表单
|
||||
approvalInfoForm: this.$form.createForm(this)
|
||||
approvalInfoForm: this.$form.createForm(this),
|
||||
onlySelectFromFlowStation: [PermissionApply.standardApproval.value] // 只能在标准与流程所里选人的节点
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user