|
|
|
@ -5414,7 +5414,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
if (packageLoadingData.isEmpty() && inventoryLoadingData.isEmpty()) { |
|
|
|
|
return Resp.scanFail("当前客户未进行装车操作", "当前客户未进行装车操作"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
if (!packageLoadingData.isEmpty()) { |
|
|
|
|
receivedQuantity += packageLoadingData.stream().mapToInt(DistributionLoadscanEntity::getPackageNub).sum(); |
|
|
|
|
//进行订制品和零担的批量签收
|
|
|
|
@ -5426,6 +5426,9 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//进行订制品和零担的批量签收
|
|
|
|
|
handleInventoryLoadingData(inventoryLoadingData, user, distributionLoadscaninvnEntityLists); |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>>e:{}", e.getMessage()); |
|
|
|
|
} |
|
|
|
|
//维护签收数量
|
|
|
|
|
distributionSignforEntity.setReceivedinQuantity(receivedinQuantity); |
|
|
|
|
distributionSignforEntity.setReceivedQuantity(receivedQuantity); |
|
|
|
@ -8928,7 +8931,6 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
return collect; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void createdRefuseSignfor(BasicdataWarehouseEntity myCurrentWarehouse, DistributionDeliveryListEntity deliveryListEntity, DistributionReservationEntity reservationEntity, DistributionDeliverySelfEntity deliverySelfEntity, DistributionParcelListEntity parcelListEntity, Long abnormalId) { |
|
|
|
|