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 @@