|
|
|
@ -206,6 +206,7 @@ public class WaybillCheckListener {
|
|
|
|
|
String destinationWarehouseName = waybillEntity.getDestinationWarehouseName(); |
|
|
|
|
Integer trunklineCompleteOrNot = waybillEntity.getTrunklineCompleteOrNot(); |
|
|
|
|
Integer pickupCompleteOrNot = waybillEntity.getPickupCompleteOrNot(); |
|
|
|
|
Date signTime = waybillEntity.getSignTime(); |
|
|
|
|
|
|
|
|
|
// BigDecimal pickupFee = Objects.isNull(waybillEntity.getPickupFee())?BigDecimal.ZERO:waybillEntity.getPickupFee();
|
|
|
|
|
BigDecimal warehouseManagementFee = Objects.isNull(waybillEntity.getWarehouseManagementFee()) ? BigDecimal.ZERO : waybillEntity.getWarehouseManagementFee(); |
|
|
|
@ -259,6 +260,7 @@ public class WaybillCheckListener {
|
|
|
|
|
orderInfoEntity.setConsignee(consignee); |
|
|
|
|
orderInfoEntity.setTypeService(serviceType); |
|
|
|
|
orderInfoEntity.setSignStatus(0); |
|
|
|
|
orderInfoEntity.setSignDate(signTime); |
|
|
|
|
orderInfoEntity.setSyncFeeStatus(0); |
|
|
|
|
orderInfoEntity.setCreateReconciliationOrderStatus(0); |
|
|
|
|
orderInfoEntity.setConfirmBalanceOrderStatus(0); |
|
|
|
@ -485,6 +487,7 @@ public class WaybillCheckListener {
|
|
|
|
|
String destinationWarehouseName = waybillEntity.getDestinationWarehouseName(); |
|
|
|
|
Integer trunklineCompleteOrNot = waybillEntity.getTrunklineCompleteOrNot(); |
|
|
|
|
Integer pickupCompleteOrNot = waybillEntity.getPickupCompleteOrNot(); |
|
|
|
|
Date signTime = waybillEntity.getSignTime(); |
|
|
|
|
|
|
|
|
|
//单价计算
|
|
|
|
|
// BigDecimal pickupFee = Objects.isNull(waybillEntity.getPickupFee())?BigDecimal.ZERO:waybillEntity.getPickupFee();
|
|
|
|
@ -551,6 +554,7 @@ public class WaybillCheckListener {
|
|
|
|
|
orderInfoEntity.setConsigneeId(consigneeId); |
|
|
|
|
orderInfoEntity.setConsignee(consignee); |
|
|
|
|
orderInfoEntity.setTypeService(serviceType); |
|
|
|
|
orderInfoEntity.setSignDate(signTime); |
|
|
|
|
orderInfoEntity.setSignStatus(0); |
|
|
|
|
orderInfoEntity.setSyncFeeStatus(0); |
|
|
|
|
orderInfoEntity.setCreateReconciliationOrderStatus(0); |
|
|
|
|