|
@@ -250,7 +250,7 @@ export default {
|
|
|
auditEndDate: '',
|
|
|
outWarehouseBeginDate: '',
|
|
|
outWarehouseEndDate: '',
|
|
|
- buyerSn: undefined, // 客户名称
|
|
|
+ buyerName: undefined, // 客户名称
|
|
|
salesBillNo: '', // 销售单号
|
|
|
purchaseBillNo: '', // 采购单号
|
|
|
payType: undefined, // 支付方式
|
|
@@ -434,7 +434,7 @@ export default {
|
|
|
this.queryParam.outWarehouseBeginDate = ''
|
|
|
this.queryParam.outWarehouseEndDate = ''
|
|
|
|
|
|
- this.queryParam.buyerSn = undefined
|
|
|
+ this.queryParam.buyerName = undefined
|
|
|
this.queryParam.salesBillNo = ''
|
|
|
this.queryParam.purchaseBillNo = ''
|
|
|
this.queryParam.payType = undefined
|