Browse Source

添加扫描loading

hella_online_20240911
lijuncheng 2 weeks 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.fromInventoryStatuses = getDirectoryItemArray(jobContent.outInventoryStatuses)
this.inventoryStatus = getDirectoryItemArray(jobContent.outInventoryStatuses); //; // this.inventoryStatus = getDirectoryItemArray(jobContent.outInventoryStatuses); //; //
this.fromLocationAreaTypeList = getDirectoryItemArray(jobContent.fromAreaTypes); // this.fromLocationAreaTypeList = getDirectoryItemArray(jobContent.fromAreaTypes); //
uni.showLoading({
title:"获取标签信息",
mask:true
})
getLabelInfo(scanMessage, this.headerType, callback => { getLabelInfo(scanMessage, this.headerType, callback => {
uni.hideLoading()
if (callback.success) { if (callback.success) {
this.getScanResult(callback); this.getScanResult(callback);
} else { } else {

Loading…
Cancel
Save