|
@@ -127,7 +127,7 @@ export default {
|
|
|
beginDate: '',
|
|
|
endDate: '',
|
|
|
salesTargetName: '',
|
|
|
- sparePartsPutTypeSn: undefined,
|
|
|
+ sparePartsType: undefined,
|
|
|
supplierSn: undefined,
|
|
|
productEntity: {
|
|
|
productBrandSn: undefined, // 产品品牌
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
this.queryParam.beginDate = ''
|
|
|
this.queryParam.endDate = ''
|
|
|
this.queryParam.sparePartsPurchaseNo = ''
|
|
|
- this.queryParam.sparePartsPutTypeSn = undefined
|
|
|
+ this.queryParam.sparePartsType = undefined
|
|
|
this.queryParam.supplierSn = undefined
|
|
|
this.queryParam.productEntity.productBrandSn = undefined
|
|
|
this.queryParam.productEntity.productTypeSn1 = ''
|