|
@ -290,7 +290,7 @@ |
|
|
batch:batch, |
|
|
batch:batch, |
|
|
handleQty:Number(result.label.qty), |
|
|
handleQty:Number(result.label.qty), |
|
|
qty:detail.qty, |
|
|
qty:detail.qty, |
|
|
toLocationCode:locationCode, |
|
|
toLocationCode:this.toLocationCode ? this.toLocationCode : this.jobToLocationCode, |
|
|
// inventoryStatus:inventoryStatus, |
|
|
// inventoryStatus:inventoryStatus, |
|
|
// toInventoryStatus:inventoryStatus, |
|
|
// toInventoryStatus:inventoryStatus, |
|
|
packQty:Number(result.package.packQty), |
|
|
packQty:Number(result.package.packQty), |
|
@ -311,8 +311,8 @@ |
|
|
} else { |
|
|
} else { |
|
|
itemDetail.scaned = true; |
|
|
itemDetail.scaned = true; |
|
|
itemDetail.handleQty = Number(result.label.qty); |
|
|
itemDetail.handleQty = Number(result.label.qty); |
|
|
// itemDetail.toLocationCode = this.toLocationCode ? this.toLocationCode : itemDetail |
|
|
itemDetail.toLocationCode = this.toLocationCode ? this.toLocationCode : itemDetail |
|
|
// .toLocationCode; |
|
|
.toLocationCode; |
|
|
itemDetail.packQty = Number(result.package.packQty) |
|
|
itemDetail.packQty = Number(result.package.packQty) |
|
|
itemDetail.packUnit = result.package.packUnit |
|
|
itemDetail.packUnit = result.package.packUnit |
|
|
itemDetail.labelQty = Number(result.label.qty); |
|
|
itemDetail.labelQty = Number(result.label.qty); |
|
|