Browse Source

添加扫描loading

hella_online_20240911
lijuncheng 1 week ago
parent
commit
c974cdf6a7
  1. 5
      src/mycomponents/scan/winScanPackAndLocation.vue

5
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 {

Loading…
Cancel
Save