lilei hace 3 años
padre
commit
25c452270c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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