lilei 3 years ago
parent
commit
25c452270c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/salesManagement/pushOrderManagement/list.vue

+ 2 - 0
src/views/salesManagement/pushOrderManagement/list.vue

@@ -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