|
|
@ -310,8 +310,39 @@ |
|
|
|
// item.arriveDate = balanceItem.arriveDate; |
|
|
|
// item.produceDate = balanceItem.produceDate; |
|
|
|
// item.expireDate = balanceItem.expireDate; |
|
|
|
|
|
|
|
item.labelList.unshift(label) |
|
|
|
|
|
|
|
// ==================================== |
|
|
|
|
|
|
|
|
|
|
|
label.recommendContainerCode=balanceItem.containerCode; |
|
|
|
label.recommendPackingCode=balanceItem.packingCode; |
|
|
|
label.recommendSupplierBatch=balanceItem.supplierBatch;; |
|
|
|
label.recommendArriveDate=balanceItem.arriveDate; |
|
|
|
label.recommendProduceDate=balanceItem.produceDate; |
|
|
|
label.recommendExpireDate= balanceItem.expireDate; |
|
|
|
|
|
|
|
label.recommendLot= balanceItem.lot;; |
|
|
|
label.recommendFromLocationCode=balanceItem.locationCode; |
|
|
|
label.recommendFromLocationArea=balanceItem.locationArea; |
|
|
|
label.recommendFromLocationGroup=balanceItem.locationGroup; |
|
|
|
label.recommendFromLocationErpCode=balanceItem.locationErpCode; |
|
|
|
label.recommendFromWarehouseCode=localStorage.warehouseCode;; |
|
|
|
label.recommendQty= balanceItem.qty; |
|
|
|
label.handledContainerCode=balanceItem.containerCode; |
|
|
|
label.handledPackingCode=balanceItem.packingCode;; |
|
|
|
label.handledSupplierBatch= balanceItem.supplierBatch; |
|
|
|
label.handledArriveDate=balanceItem.arriveDate; |
|
|
|
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.handledToWarehouseCode = balanceItem.warehouseCode; |
|
|
|
label.handledQty = balanceItem.qty; |
|
|
|
item.labelList.unshift(label) |
|
|
|
}, |
|
|
|
|
|
|
|
calcScanCount(item) { |
|
|
|