|
@@ -613,7 +613,7 @@ export default {
|
|
|
this.queryParam.productCode = '' // 产品编码
|
|
|
this.queryParam.productName = '' // 产品名称
|
|
|
this.queryParam.productOrigCode = '' // 原厂编码
|
|
|
- this.queryParam.brandName = undefined // 品牌
|
|
|
+ this.queryParam.brandSn = undefined // 品牌
|
|
|
this.typeName = [] // 类别
|
|
|
this.queryParam.outWarehouseLocationName = undefined // 调出仓位
|
|
|
this.chooseParam.productCode = ''
|
|
@@ -626,7 +626,7 @@ export default {
|
|
|
this.queryParam.productCode = '' // 产品编码
|
|
|
this.queryParam.productName = '' // 产品名称
|
|
|
this.queryParam.productOrigCode = '' // 原厂编码
|
|
|
- this.queryParam.brandName = undefined // 品牌
|
|
|
+ this.queryParam.brandSn = undefined // 品牌
|
|
|
this.typeName = [] // 类别
|
|
|
this.queryParam.outWarehouseLocationName = undefined // 调出仓位
|
|
|
this.getProductList()
|