|
|
|
@ -217,12 +217,12 @@ public class WaybillCheckListener {
|
|
|
|
|
Integer totalCount = waybillEntity.getTotalCount(); |
|
|
|
|
|
|
|
|
|
// BigDecimal pickupPrice = pickupFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP);
|
|
|
|
|
BigDecimal warehouseManagementPrice = warehouseManagementFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal warehousePrice = warehouseFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal handlingPrice = handlingFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal insurancePrice = insuranceFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal otherPrice = otherFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal thirdOperationPrice = thirdOperationFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal warehouseManagementPrice = warehouseManagementFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal warehousePrice = warehouseFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal handlingPrice = handlingFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal insurancePrice = insuranceFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal otherPrice = otherFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal thirdOperationPrice = thirdOperationFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BigDecimal trunklineComletPrice; |
|
|
|
@ -230,14 +230,14 @@ public class WaybillCheckListener {
|
|
|
|
|
|
|
|
|
|
if(NumberUtil.equals(trunklineCompleteOrNot,1)){ |
|
|
|
|
BigDecimal totalFreight = waybillEntity.getTotalFreight(); |
|
|
|
|
trunklineComletPrice = totalFreight.divide(new BigDecimal(totalCount),2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
trunklineComletPrice = totalFreight.divide(new BigDecimal(totalCount),8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
} else { |
|
|
|
|
trunklineComletPrice = BigDecimal.ZERO; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(NumberUtil.equals(pickupCompleteOrNot,1)){ |
|
|
|
|
BigDecimal pickupFee = waybillEntity.getPickupFee(); |
|
|
|
|
trunklinePickupPrice = pickupFee.divide(new BigDecimal(totalCount),2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
trunklinePickupPrice = pickupFee.divide(new BigDecimal(totalCount),8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
} else { |
|
|
|
|
trunklinePickupPrice = BigDecimal.ZERO; |
|
|
|
|
} |
|
|
|
@ -499,14 +499,14 @@ public class WaybillCheckListener {
|
|
|
|
|
Integer totalCount = waybillEntity.getTotalCount(); |
|
|
|
|
|
|
|
|
|
// BigDecimal pickupPrice = pickupFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP);
|
|
|
|
|
BigDecimal warehouseManagementPrice = warehouseManagementFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal warehousePrice = warehouseFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal handlingPrice = handlingFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal insurancePrice = insuranceFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal otherPrice = otherFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal thirdOperationPrice = thirdOperationFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal sortingPrice = sortingFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal deliveryPrice = deliveryFee.divide(new BigDecimal(totalCount), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal warehouseManagementPrice = warehouseManagementFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal warehousePrice = warehouseFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal handlingPrice = handlingFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal insurancePrice = insuranceFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal otherPrice = otherFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal thirdOperationPrice = thirdOperationFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal sortingPrice = sortingFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal deliveryPrice = deliveryFee.divide(new BigDecimal(totalCount), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//查询运单下所有的订单
|
|
|
|
@ -632,8 +632,8 @@ public class WaybillCheckListener {
|
|
|
|
|
trunklinePackageEntity.setPickupChargeType(systemPickupChargeType); |
|
|
|
|
trunklinePackageEntity.setSystemPickupChargeType(systemPickupChargeType); |
|
|
|
|
|
|
|
|
|
BigDecimal packageWeight = productTotalWeight.divide(new BigDecimal(num), 2, BigDecimal.ROUND_HALF_UP);//平摊到包件的质量
|
|
|
|
|
BigDecimal packageVolume = productTotalVolume.divide(new BigDecimal(num), 2, BigDecimal.ROUND_HALF_UP);//平摊到包件的体积
|
|
|
|
|
BigDecimal packageWeight = productTotalWeight.divide(new BigDecimal(num), 8, BigDecimal.ROUND_HALF_UP);//平摊到包件的质量
|
|
|
|
|
BigDecimal packageVolume = productTotalVolume.divide(new BigDecimal(num), 8, BigDecimal.ROUND_HALF_UP);//平摊到包件的体积
|
|
|
|
|
|
|
|
|
|
trunklinePackageEntity.setWeight(Objects.isNull(packageWeight) ? BigDecimal.ZERO : packageWeight); |
|
|
|
|
trunklinePackageEntity.setVolume(Objects.isNull(packageVolume) ? BigDecimal.ZERO : packageVolume); |
|
|
|
@ -740,8 +740,8 @@ public class WaybillCheckListener {
|
|
|
|
|
Integer num = warehouseWayBillDetail.getNum();//运单品类的总数量
|
|
|
|
|
BigDecimal productTotalVolume = warehouseWayBillDetail.getVolume();//运单品类总体积
|
|
|
|
|
|
|
|
|
|
BigDecimal packageWeight = productTotalWeight.divide(new BigDecimal(num), 2, BigDecimal.ROUND_HALF_UP);//平摊到包件的质量
|
|
|
|
|
BigDecimal packageVolume = productTotalVolume.divide(new BigDecimal(num), 2, BigDecimal.ROUND_HALF_UP);//平摊到包件的体积
|
|
|
|
|
BigDecimal packageWeight = productTotalWeight.divide(new BigDecimal(num), 8, BigDecimal.ROUND_HALF_UP);//平摊到包件的质量
|
|
|
|
|
BigDecimal packageVolume = productTotalVolume.divide(new BigDecimal(num), 8, BigDecimal.ROUND_HALF_UP);//平摊到包件的体积
|
|
|
|
|
|
|
|
|
|
warehousePackageEntity.setWeight(packageWeight); |
|
|
|
|
warehousePackageEntity.setVolume(packageVolume); |
|
|
|
@ -794,8 +794,8 @@ public class WaybillCheckListener {
|
|
|
|
|
Integer num = warehouseWayBillDetail.getNum(); |
|
|
|
|
BigDecimal productTotalVolume = warehouseWayBillDetail.getVolume(); |
|
|
|
|
|
|
|
|
|
BigDecimal packageWeight = productTotalWeight.divide(new BigDecimal(num), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal packageVolume = productTotalVolume.divide(new BigDecimal(num), 2, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal packageWeight = productTotalWeight.divide(new BigDecimal(num), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
BigDecimal packageVolume = productTotalVolume.divide(new BigDecimal(num), 8, BigDecimal.ROUND_HALF_UP); |
|
|
|
|
|
|
|
|
|
distributionPackageEntity.setWeight(packageWeight); |
|
|
|
|
distributionPackageEntity.setVolume(packageVolume); |
|
|
|
|