|
@@ -116,7 +116,7 @@ export default {
|
|
|
beginDate: getDate.getThreeMonthDays().starttime,
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
|
buyerSn: '', // 客户名称
|
|
|
- billStatus: undefined, // 业务状态
|
|
|
+ billStatus: 'WAIT_AUDIT', // 业务状态
|
|
|
salesBillNo: '', // 销售单号
|
|
|
shippingAddrProvinceSn: undefined,
|
|
|
warehouseSn: undefined
|
|
@@ -205,7 +205,7 @@ export default {
|
|
|
this.queryParam.beginDate = getDate.getCurrMonthDays().starttime
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam.buyerSn = ''
|
|
|
- this.queryParam.billStatus = undefined
|
|
|
+ this.queryParam.billStatus = 'WAIT_AUDIT'
|
|
|
this.queryParam.salesBillNo = ''
|
|
|
this.queryParam.shippingAddrProvinceSn = undefined
|
|
|
this.queryParam.warehouseSn = undefined
|