|
@@ -23,7 +23,7 @@
|
|
|
<template v-if="advanced">
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-item label="客户名称">
|
|
|
- <custList ref="custList" id="shortageStatisticsCList-buyerSn" :itemSn="queryParam.buyerSn" @change="custChange"></custList>
|
|
|
+ <dealerSubareaScopeList ref="custList" id="shortageStatisticsCList-buyerSn" :itemSn="queryParam.buyerSn" @change="custChange"></dealerSubareaScopeList>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
@@ -133,7 +133,7 @@ import moment from 'moment'
|
|
|
import getDate from '@/libs/getDate.js'
|
|
|
import { STable, VSelect } from '@/components'
|
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
|
-import custList from '@/views/common/custList.vue'
|
|
|
+import dealerSubareaScopeList from '@/views/common/dealerSubareaScopeList.vue'
|
|
|
import subarea from '@/views/common/subarea.js'
|
|
|
import Area from '@/views/common/area.js'
|
|
|
import ProductType from '@/views/common/productType.js'
|
|
@@ -142,7 +142,7 @@ import { oosBuyerList, oosBuyerDetailCount, oosBuyerDetailPageCount, oosDetailEx
|
|
|
export default {
|
|
|
name: 'ShortageStatisticsCList',
|
|
|
mixins: [commonMixin],
|
|
|
- components: { STable, VSelect, custList, subarea, Area, rangeDate, ProductBrand, ProductType },
|
|
|
+ components: { STable, VSelect, dealerSubareaScopeList, subarea, Area, rangeDate, ProductBrand, ProductType },
|
|
|
data () {
|
|
|
return {
|
|
|
spinning: false,
|