|
|
@ -575,6 +575,12 @@ public class WaybillCheckListener { |
|
|
|
Integer systemChargeType = warehouseWayBillDetail.getSystemChargeType();//系统运费计算方式
|
|
|
|
Integer systemChargeType = warehouseWayBillDetail.getSystemChargeType();//系统运费计算方式
|
|
|
|
Integer systemPickupChargeType = warehouseWayBillDetail.getSystemPickupChargeType();//系统提货计算方式 默认案件数分摊
|
|
|
|
Integer systemPickupChargeType = warehouseWayBillDetail.getSystemPickupChargeType();//系统提货计算方式 默认案件数分摊
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(Objects.isNull(systemChargeType)){ |
|
|
|
|
|
|
|
systemChargeType = chargeType; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BigDecimal productTotalWeight = warehouseWayBillDetail.getWeight();//运单品类的总重量
|
|
|
|
BigDecimal productTotalWeight = warehouseWayBillDetail.getWeight();//运单品类的总重量
|
|
|
|
Integer num = warehouseWayBillDetail.getNum();//运单品类的总数量
|
|
|
|
Integer num = warehouseWayBillDetail.getNum();//运单品类的总数量
|
|
|
|
BigDecimal productTotalVolume = warehouseWayBillDetail.getVolume();//运单品类总体积
|
|
|
|
BigDecimal productTotalVolume = warehouseWayBillDetail.getVolume();//运单品类总体积
|
|
|
|