|
@@ -19,7 +19,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-model-item label="客户名称">
|
|
<a-form-model-item label="客户名称">
|
|
- <custList id="salesPresentationList-dealerSn" ref="custList" @change="custChange"></custList>
|
|
|
|
|
|
+ <dealerSubareaScopeList id="salesPresentationList-dealerSn" ref="custList" @change="custChange"></dealerSubareaScopeList>
|
|
<!-- <a-input id="returnGoodsPresentationList-dealerName" v-model.trim="queryParam.dealer.dealerName" allowClear placeholder="请输入客户名称"/> -->
|
|
<!-- <a-input id="returnGoodsPresentationList-dealerName" v-model.trim="queryParam.dealer.dealerName" allowClear placeholder="请输入客户名称"/> -->
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
@@ -113,7 +113,7 @@
|
|
<script>
|
|
<script>
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { STable, VSelect } from '@/components'
|
|
import { STable, VSelect } from '@/components'
|
|
-import custList from '@/views/common/custList.vue'
|
|
|
|
|
|
+import dealerSubareaScopeList from '@/views/common/dealerSubareaScopeList.vue'
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
import subarea from '@/views/common/subarea.js'
|
|
import subarea from '@/views/common/subarea.js'
|
|
import AreaList from '@/views/common/areaList.js'
|
|
import AreaList from '@/views/common/areaList.js'
|
|
@@ -123,7 +123,7 @@ import { returnDocReportTitle, reportSalesReturnThjdReportList, reportSalesRetur
|
|
export default {
|
|
export default {
|
|
name: 'ReturnGoodsPresentationList',
|
|
name: 'ReturnGoodsPresentationList',
|
|
mixins: [commonMixin],
|
|
mixins: [commonMixin],
|
|
- components: { STable, VSelect, rangeDate, subarea, AreaList, reportModal, custList },
|
|
|
|
|
|
+ components: { STable, VSelect, rangeDate, subarea, AreaList, reportModal, dealerSubareaScopeList },
|
|
data () {
|
|
data () {
|
|
return {
|
|
return {
|
|
spinning: false,
|
|
spinning: false,
|
|
@@ -215,7 +215,7 @@ export default {
|
|
if (valid) {
|
|
if (valid) {
|
|
_this.$refs.table.refresh(true)
|
|
_this.$refs.table.refresh(true)
|
|
} else {
|
|
} else {
|
|
- _this.$message.error('请选择调拨日期')
|
|
|
|
|
|
+ _this.$message.error('请选择退货日期')
|
|
return false
|
|
return false
|
|
}
|
|
}
|
|
})
|
|
})
|