From 0bec051c9f0ab65c9556b53548e9fdc8a5d0df7f Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 30 May 2024 11:21:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 92c3f7e9..4761da81 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -678,8 +678,8 @@ export default { actionType: this.filterQuery.actionType, keyWords: this.filterQuery.keyWords, mainAction: this.filterQuery.mainAction, - action: this.filterQuery.action - + action: this.filterQuery.action, + locInvName:this.$store.getters.locInvName, }; if (this.actDateRange !== null) { printParams.startAduditTime = this.actDateRange[0];