|
@@ -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="是否为下级">
|
|
- <v-select code="FLAG" id="customerManagementList-mainFlag" v-model="queryParam.mainFlag" allowClear placeholder="请选择"></v-select>
|
|
|
|
|
|
+ <v-select code="FLAG" id="customerManagementList-dealerFlag" v-model="queryParam.dealerFlag" allowClear placeholder="请选择"></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="12" :sm="24">
|
|
<a-col :md="12" :sm="24">
|
|
@@ -157,7 +157,7 @@ export default {
|
|
provinceSn: undefined, // 省
|
|
provinceSn: undefined, // 省
|
|
citySn: undefined, // 市
|
|
citySn: undefined, // 市
|
|
countySn: undefined, // 区
|
|
countySn: undefined, // 区
|
|
- mainFlag: undefined, // 是否卫星仓客户
|
|
|
|
|
|
+ dealerFlag: undefined, // 是否卫星仓客户
|
|
customerTypeSn: undefined // 客户类型
|
|
customerTypeSn: undefined // 客户类型
|
|
},
|
|
},
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
@@ -217,7 +217,7 @@ export default {
|
|
this.queryParam.provinceSn = undefined
|
|
this.queryParam.provinceSn = undefined
|
|
this.queryParam.citySn = undefined
|
|
this.queryParam.citySn = undefined
|
|
this.queryParam.countySn = undefined
|
|
this.queryParam.countySn = undefined
|
|
- this.queryParam.mainFlag = undefined
|
|
|
|
|
|
+ this.queryParam.dealerFlag = undefined
|
|
this.queryParam.customerTypeSn = undefined
|
|
this.queryParam.customerTypeSn = undefined
|
|
this.addrCityList = []
|
|
this.addrCityList = []
|
|
this.addrDistrictList = []
|
|
this.addrDistrictList = []
|