From b3d81b8c997171d6b75f0052edc9e2ba590e616a Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 30 Sep 2024 14:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E5=8E=BB=E9=99=A4=E5=8C=85?= =?UTF-8?q?=E8=A3=85=E8=A7=84=E6=A0=BC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/item/itemFilter.vue | 13 ++++++-- src/pages/query/item.vue | 31 +++++++++++++++---- .../repleinsh/coms/comScanReplishPack.vue | 21 +++++++------ 3 files changed, 46 insertions(+), 19 deletions(-) diff --git a/src/mycomponents/item/itemFilter.vue b/src/mycomponents/item/itemFilter.vue index 16200aee..17a5275c 100644 --- a/src/mycomponents/item/itemFilter.vue +++ b/src/mycomponents/item/itemFilter.vue @@ -17,6 +17,12 @@ 库存状态 : + + + 库区 + + + @@ -72,7 +78,7 @@ type: Boolean, default: false }, - isShowProductionLineCode: { + isShowLocationArea: { type: Boolean, default: false }, @@ -88,7 +94,8 @@ checkedWaitModel: false, stateList: [], state:[], - locationCode:"" + locationCode:"", + locationAreaCode:"" } }, watch: { @@ -130,7 +137,7 @@ }, confirm() { - this.$emit("onConfirmClick", this.locationCode,this.state) + this.$emit("onConfirmClick", this.locationCode,this.state,this.locationAreaCode) this.closeScanPopup(); }, diff --git a/src/pages/query/item.vue b/src/pages/query/item.vue index 8be5faee..72df1c70 100644 --- a/src/pages/query/item.vue +++ b/src/pages/query/item.vue @@ -1,7 +1,9 @@