From 835a00383f9a94510f789168e611b29980e6ad5c Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 30 May 2024 15:29:44 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 4761da81..2c57ec53 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -680,6 +680,7 @@ export default { mainAction: this.filterQuery.mainAction, action: this.filterQuery.action, locInvName:this.$store.getters.locInvName, + employeeName: this.$store.getters.user.employeeName, }; if (this.actDateRange !== null) { printParams.startAduditTime = this.actDateRange[0];