|
@ -93,19 +93,18 @@ |
|
|
}, 400) |
|
|
}, 400) |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
getScanResult(data){ |
|
|
getScanResult(result){ |
|
|
this.detailSource = { |
|
|
this.detailSource = { |
|
|
subList:[] |
|
|
subList:[] |
|
|
} |
|
|
} |
|
|
var labelInfo = data.label; |
|
|
var labelInfo = result.label; |
|
|
|
|
|
|
|
|
var data = { |
|
|
var data = { |
|
|
itemCode:labelInfo.itemCode, |
|
|
itemCode:labelInfo.itemCode, |
|
|
location:labelInfo.location, |
|
|
location:labelInfo.location, |
|
|
qty:labelInfo.qty, |
|
|
qty:labelInfo.qty, |
|
|
uom:labelInfo.uom, |
|
|
uom:labelInfo.uom, |
|
|
packUnit:labelInfo.packUnit, |
|
|
packUnit:labelInfo.packUnit |
|
|
levelCode:data.levelCode |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
this.detailSource.subList.push(data) |
|
|
this.detailSource.subList.push(data) |
|
@ -113,6 +112,7 @@ |
|
|
this.detailSource.workStationCode=labelInfo.workStationCode; |
|
|
this.detailSource.workStationCode=labelInfo.workStationCode; |
|
|
this.detailSource.warehouseCode = labelInfo.warehouseCode; |
|
|
this.detailSource.warehouseCode = labelInfo.warehouseCode; |
|
|
this.detailSource.workshopCode = labelInfo.workshopCode; |
|
|
this.detailSource.workshopCode = labelInfo.workshopCode; |
|
|
|
|
|
this.detailSource.priority =result.priorityCode |
|
|
this.submit(); |
|
|
this.submit(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|