|
@@ -23,7 +23,7 @@
|
|
<template v-if="advanced">
|
|
<template v-if="advanced">
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="调往对象">
|
|
<a-form-item label="调往对象">
|
|
- <outTenant id="chainTransferOutList-putTenantSn" placeholder="请选择调往对象" v-model="queryParam.putTenantSn"></outTenant>
|
|
|
|
|
|
+ <getTenantList id="chainTransferOutList-putTenantSn" type="out" placeholder="请选择调往对象" v-model="queryParam.putTenantSn"></getTenantList>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
@@ -160,11 +160,11 @@ import rangeDate from '@/views/common/rangeDate.vue'
|
|
import basicInfoModal from './basicInfoModal.vue'
|
|
import basicInfoModal from './basicInfoModal.vue'
|
|
import stateIcon from '@/views/common/stateIcon'
|
|
import stateIcon from '@/views/common/stateIcon'
|
|
import getDate from '@/libs/getDate.js'
|
|
import getDate from '@/libs/getDate.js'
|
|
-import outTenant from '@/views/common/outTenant.js'
|
|
|
|
|
|
+import getTenantList from '@/views/common/getTenantList.js'
|
|
import { allocLinkageOutList, allocLinkageAudit, allocLinkageOutDel, allocLinkageOutStock } from '@/api/allocLinkageOut'
|
|
import { allocLinkageOutList, allocLinkageAudit, allocLinkageOutDel, allocLinkageOutStock } from '@/api/allocLinkageOut'
|
|
export default {
|
|
export default {
|
|
name: 'AllocLinkageOutList',
|
|
name: 'AllocLinkageOutList',
|
|
- components: { STable, VSelect, basicInfoModal, rangeDate, stateIcon, outTenant },
|
|
|
|
|
|
+ components: { STable, VSelect, basicInfoModal, rangeDate, stateIcon, getTenantList },
|
|
mixins: [commonMixin],
|
|
mixins: [commonMixin],
|
|
data () {
|
|
data () {
|
|
return {
|
|
return {
|