|
@@ -49,7 +49,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-model-item label="产品编码/原厂编码">
|
|
|
- <a-input id="tireSalesDealerList-queryWord" v-model.trim="queryParam.queryWord" allowClear placeholder="请输入产品编码/原厂编码"/>
|
|
|
+ <a-input id="tireSalesDealerList-productWord" v-model.trim="queryParam.productWord" allowClear placeholder="请输入产品编码/原厂编码"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
subareaSn: undefined,
|
|
|
subareaAreaSn: undefined,
|
|
|
bizUserSn: undefined,
|
|
|
- queryWord: '', // 产品编码
|
|
|
+ productWord: '', // 产品编码/原厂编码
|
|
|
productName: '', // 产品名称
|
|
|
dealerLevel: undefined
|
|
|
},
|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
this.queryParam.subareaSn = undefined
|
|
|
this.queryParam.subareaAreaSn = undefined
|
|
|
this.queryParam.bizUserSn = undefined
|
|
|
- this.queryParam.queryWord = undefined
|
|
|
+ this.queryParam.productWord = undefined
|
|
|
this.queryParam.productName = undefined
|
|
|
this.queryParam.dealerLevel = undefined
|
|
|
this.totalData = null
|