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];