@* @model DS.WMS.Core.Op.Entity.MailTemplateModel *@ @{ var item = Model.Primary; } 邮件模板

Dear Customer,

@if (!string.IsNullOrWhiteSpace(@item.Vessel)) { } @if (!string.IsNullOrWhiteSpace(@item.VoyNo)) { } @if (!string.IsNullOrWhiteSpace(@item.ETD)) { } @if (!string.IsNullOrWhiteSpace(@item.ETA)) { } @if (!string.IsNullOrWhiteSpace(@item.CustomSICutDate)) { } @if (!string.IsNullOrWhiteSpace(@item.CYCutoffTime)) { } @if (!string.IsNullOrWhiteSpace(@item.ManifestCutDate)) { } @if (!string.IsNullOrWhiteSpace(@item.VGMCutoffTime)) { } @if (!string.IsNullOrWhiteSpace(@item.MDGFCutDate)) { } @if (!string.IsNullOrWhiteSpace(@item.PlaceReceipt)) { } @if (!string.IsNullOrWhiteSpace(@item.PlaceDelivery)) { }
提单号: @item.MBLNo
提箱提单号: @item.RealMBLNo
POL: @item.OrigPlaceReceipt
POD: @item.OrigPlaceDelivery
箱型箱量: @item.CtnStat
船名 变更为: @item.Vessel
航次号 变更为: @item.Vessel
ETD 变更为: @item.ETD
ETA 变更为: @item.ETA
样单截止日期 变更为: @item.CustomSICutDate
截港时间 变更为: @item.CYCutoffTime
舱单截止时间 变更为: @item.ManifestCutDate
截VGM时间 变更为: @item.VGMCutoffTime
MDGF提交截止时间 变更为: @item.MDGFCutDate
收货地 变更为: @item.PlaceReceipt
交货地 变更为: @item.PlaceDelivery