|
@@ -24,9 +24,9 @@
|
|
|
<a-form-item label="品牌">
|
|
|
<a-select
|
|
|
placeholder="请选择"
|
|
|
- id="productChangeRecordList-brandSn"
|
|
|
+ id="productChangeRecordList-productBrandSn"
|
|
|
allowClear
|
|
|
- v-model="queryParam.brandSn"
|
|
|
+ v-model="queryParam.productBrandSn"
|
|
|
:showSearch="true"
|
|
|
option-filter-prop="children"
|
|
|
:filter-option="filterOption">
|
|
@@ -134,7 +134,7 @@ export default {
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
|
productName: '', // 产品名称
|
|
|
productCode: '', // 产品编码
|
|
|
- brandSn: undefined, // 品牌
|
|
|
+ productBrandSn: undefined, // 品牌
|
|
|
productTypeSn1: '', // 产品一级分类
|
|
|
productTypeSn2: '', // 产品二级分类
|
|
|
productTypeSn3: '' // 产品三级分类
|
|
@@ -267,7 +267,7 @@ export default {
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam.productCode = ''
|
|
|
this.queryParam.productName = ''
|
|
|
- this.queryParam.brandSn = undefined
|
|
|
+ this.queryParam.productBrandSn = undefined
|
|
|
this.queryParam.productTypeSn1 = ''
|
|
|
this.queryParam.productTypeSn2 = ''
|
|
|
this.queryParam.productTypeSn3 = ''
|