|
@@ -183,6 +183,7 @@ export default {
|
|
|
dispatchBillNo: '', // 备货单号
|
|
|
billStatus: undefined, // 业务状态
|
|
|
subareaSn: undefined,
|
|
|
+ voidFlag: undefined,
|
|
|
shippingAddrProvinceSn: undefined,
|
|
|
printStatus: undefined
|
|
|
},
|
|
@@ -296,6 +297,7 @@ export default {
|
|
|
this.queryParam.salesBillNo = ''
|
|
|
this.queryParam.dispatchBillNo = ''
|
|
|
this.queryParam.billStatus = undefined
|
|
|
+ this.queryParam.voidFlag = undefined
|
|
|
this.queryParam.subareaSn = undefined
|
|
|
this.queryParam.shippingAddrProvinceSn = undefined
|
|
|
this.queryParam.printStatus = undefined
|