lilei 3 年之前
父節點
當前提交
25c452270c
共有 1 個文件被更改,包括 2 次插入0 次删除
  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