From 9ce0202fa31e837c7c40f16033a2072a68a0bc90 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 1 Mar 2023 20:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=A2=86=E7=94=A8=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogSelectReceiveOrder.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/views/inout/DialogSelectReceiveOrder.vue b/src/views/inout/DialogSelectReceiveOrder.vue index 2d2a5e30..da4d94e4 100644 --- a/src/views/inout/DialogSelectReceiveOrder.vue +++ b/src/views/inout/DialogSelectReceiveOrder.vue @@ -167,14 +167,11 @@ export default { return { listQuery: { billNo: "", - thirdSysFk: "", billAction: null, originType: null, page: 1, limit: 10, - type: 1, - editStatus: 2, - allocateStatus: 0, + status: 3, customerId: null, }, showSearch: true, @@ -238,13 +235,12 @@ export default { }); this.listQuery = { billNo: "", - corpName: null, billAction: null, - type: 1, - editStatus: 2, + originType: null, page: 1, - allocateStatus: 0, limit: 10, + status: 3, + customerId: null, }; this.actDateRange = []; this.getList();