From 17453d538a5324c4efddd2d27b29960a6403053f Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 4 Jul 2024 09:30:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A5=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/balance/balanceSelect.vue | 4 ++-- src/mycomponents/scan/winScanPackAndLocation.vue | 2 +- src/pages/repleinsh/record/directRepleinshRecord.vue | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mycomponents/balance/balanceSelect.vue b/src/mycomponents/balance/balanceSelect.vue index 15589b5b..931f3adc 100644 --- a/src/mycomponents/balance/balanceSelect.vue +++ b/src/mycomponents/balance/balanceSelect.vue @@ -3,10 +3,10 @@ - + - + diff --git a/src/mycomponents/scan/winScanPackAndLocation.vue b/src/mycomponents/scan/winScanPackAndLocation.vue index 55b5397e..124dea86 100644 --- a/src/mycomponents/scan/winScanPackAndLocation.vue +++ b/src/mycomponents/scan/winScanPackAndLocation.vue @@ -160,7 +160,7 @@ } this.fromInventoryStatuses = getDirectoryItemArray(this.businessType.outInventoryStatuses) this.inventoryStatus = getDirectoryItemArray(this.businessType.outInventoryStatuses); //出库库存状态 - this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.fromLocationAreaTypeList); //出库库区 + this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.outAreaTypes); //出库库区 if (!this.show) { setTimeout(res => { this.$refs.popup.open('bottom') diff --git a/src/pages/repleinsh/record/directRepleinshRecord.vue b/src/pages/repleinsh/record/directRepleinshRecord.vue index 1bf861a3..4054b102 100644 --- a/src/pages/repleinsh/record/directRepleinshRecord.vue +++ b/src/pages/repleinsh/record/directRepleinshRecord.vue @@ -131,7 +131,6 @@ getBusinessType(this.businessTypeCode, res => { if (res.success) { this.businessType = res.businessType; - res.fromLocationAreaTypeList.push("INSPECT","SUPPER") this.fromLocationAreaTypeList = res.fromLocationAreaTypeList; this.toLocationAreaTypeList = res.toLocationAreaTypeList; this.showFromLocationPopup();