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