|
|
@ -4552,8 +4552,10 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
//统计该配送任务的库存品装车数
|
|
|
|
//统计该配送任务的库存品装车数
|
|
|
|
Integer abnormalPackageLoadingNum = distributionLoadscanMapper.statisticsAbnormalLoadingNum(distrilbutionloadingscanDTO.getDeliveryId()); |
|
|
|
Integer abnormalPackageLoadingNum = distributionLoadscanMapper.statisticsAbnormalLoadingNum(distrilbutionloadingscanDTO.getDeliveryId()); |
|
|
|
if (abnormalPackageLoadingNum != 0) { |
|
|
|
if (abnormalPackageLoadingNum != 0) { |
|
|
|
loadingCount += abnormalPackageLoadingNum; |
|
|
|
// loadingCount += abnormalPackageLoadingNum;
|
|
|
|
builder.append("异常" + abnormalPackageLoadingNum + "件"); |
|
|
|
// builder.append("异常" + abnormalPackageLoadingNum + "件");
|
|
|
|
|
|
|
|
return Resp.scanFail("存在异常请复核", "存在异常请复核"); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
distributionAsyncService.sendTrunkineLog(distributionDeliveryListEntity.getId(), null, AuthUtil.getUser(), warehouseClient.getMyCurrentWarehouse(), 1); |
|
|
|
distributionAsyncService.sendTrunkineLog(distributionDeliveryListEntity.getId(), null, AuthUtil.getUser(), warehouseClient.getMyCurrentWarehouse(), 1); |
|
|
@ -7185,6 +7187,11 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public R cancelStart(DistrilbutionloadingscanDTO distrilbutionloadingscanDTO) { |
|
|
|
|
|
|
|
return null; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
@Transactional |
|
|
|
public void maintenanceDeliveryInfo(Long deliveryId) { |
|
|
|
public void maintenanceDeliveryInfo(Long deliveryId) { |
|
|
|