From c974cdf6a7c747e96aba8bd6d04bc927a62e0333 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 10 Sep 2024 13:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=AB=E6=8F=8Floading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/scan/winScanPackAndLocation.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mycomponents/scan/winScanPackAndLocation.vue b/src/mycomponents/scan/winScanPackAndLocation.vue index 8dc8afb8..cf361b30 100644 --- a/src/mycomponents/scan/winScanPackAndLocation.vue +++ b/src/mycomponents/scan/winScanPackAndLocation.vue @@ -208,7 +208,12 @@ this.fromInventoryStatuses = getDirectoryItemArray(jobContent.outInventoryStatuses) this.inventoryStatus = getDirectoryItemArray(jobContent.outInventoryStatuses); //出库库存状态; //出库库存状态 this.fromLocationAreaTypeList = getDirectoryItemArray(jobContent.fromAreaTypes); //出库库存状态 + uni.showLoading({ + title:"获取标签信息", + mask:true + }) getLabelInfo(scanMessage, this.headerType, callback => { + uni.hideLoading() if (callback.success) { this.getScanResult(callback); } else {