修改舱位生成订舱

dev
jianghaiqing 2 weeks ago
parent 04bc566fdd
commit 7a2b777dce

@ -2298,7 +2298,7 @@ namespace DS.WMS.Core.Op.Method
DischargePortCode = bookingSlotBase.PortDischargeCode,
ReceiptPlace = bookingSlotBase.PortLoad,
ReceiptPlaceCode = bookingSlotBase.PortDischargeCode,
ReceiptPlaceCode = bookingSlotBase.PortLoadCode,
ReceiptPlaceId = bookingSlotBase.PortLoadId.HasValue ? bookingSlotBase.PortLoadId.Value : 0,
DeliveryPlace = bookingSlotBase.PortDischarge,
DeliveryPlaceId = bookingSlotBase.PortDischargeId.HasValue ? bookingSlotBase.PortDischargeId.Value : 0,

Loading…
Cancel
Save