|
@ -415,7 +415,9 @@ |
|
|
toLocationCode: this.toLocationCode, |
|
|
toLocationCode: this.toLocationCode, |
|
|
supplierCode: label.supplierCode, |
|
|
supplierCode: label.supplierCode, |
|
|
packUnit: packageInfo.packUnit, |
|
|
packUnit: packageInfo.packUnit, |
|
|
packQty: packageInfo.packQty |
|
|
packQty: packageInfo.packQty, |
|
|
|
|
|
singlePrice:balance.singlePrice, |
|
|
|
|
|
amount:balance.amount |
|
|
} |
|
|
} |
|
|
return record; |
|
|
return record; |
|
|
}, |
|
|
}, |
|
|