|
|
@ -430,10 +430,10 @@ |
|
|
|
label.handledProduceDate = balanceItem.produceDate; |
|
|
|
label.handledExpireDate = balanceItem.expireDate; |
|
|
|
label.handledLot = balanceItem.lot; |
|
|
|
label.handledToLocationCode = balanceItem.locationCode; |
|
|
|
label.handledToLocationArea = balanceItem.locationArea; |
|
|
|
label.handledToLocationGroup = balanceItem.locationGroup; |
|
|
|
label.handledToLocationErpCode = balanceItem.locationErpCode; |
|
|
|
// label.handledToLocationCode = balanceItem.locationCode; |
|
|
|
// label.handledToLocationArea = balanceItem.locationArea; |
|
|
|
// label.handledToLocationGroup = balanceItem.locationGroup; |
|
|
|
// label.handledToLocationErpCode = balanceItem.locationErpCode; |
|
|
|
label.handledToWarehouseCode = balanceItem.warehouseCode; |
|
|
|
label.handledQty = balanceItem.qty; |
|
|
|
|
|
|
@ -536,6 +536,12 @@ |
|
|
|
r.toLocationGroup = this.location.locationGroupCode; |
|
|
|
r.toLocationArea = this.location.areaCode; |
|
|
|
r.toLocationErpCode = this.location.erpLocationCode; |
|
|
|
|
|
|
|
r.handledToLocationCode = this.location.code; |
|
|
|
r.handledToLocationArea = this.location.areaCode; |
|
|
|
r.handledToLocationGroup = this.location.locationGroupCode; |
|
|
|
r.handledToLocationErpCode = this.location.erpLocationCode; |
|
|
|
|
|
|
|
item.details.push(r); |
|
|
|
}) |
|
|
|
}) |
|
|
|