|
|
|
@ -5415,7 +5415,6 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
return Resp.scanFail("当前客户未进行装车操作", "当前客户未进行装车操作"); |
|
|
|
|
} |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>开始批量装车:{}", distributionSignforEntity.getDeliveryId()); |
|
|
|
|
try { |
|
|
|
|
if (!packageLoadingData.isEmpty()) { |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>开始批量装车,处理装车包件:{}", distributionSignforEntity.getDeliveryId()); |
|
|
|
|
|
|
|
|
@ -5430,9 +5429,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//进行订制品和零担的批量签收
|
|
|
|
|
handleInventoryLoadingData(inventoryLoadingData, user, distributionLoadscaninvnEntityLists); |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>e:{}", e.getMessage()); |
|
|
|
|
} |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>开始处理批量装车完毕:{}", distributionSignforEntity.getDeliveryId()); |
|
|
|
|
//维护签收数量
|
|
|
|
|
distributionSignforEntity.setReceivedinQuantity(receivedinQuantity); |
|
|
|
|
distributionSignforEntity.setReceivedQuantity(receivedQuantity); |
|
|
|
|