You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
7.6 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

@* @model DS.WMS.Core.Op.Entity.MailTemplateModel<DS.WMS.Core.TaskPlat.Dtos.TaskCutDateChangeShowDto> *@
@{
var item = Model.Primary;
}
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title class="head-title">邮件模板</title>
</head>
<body style="margin: 0; padding: 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#EDF9F5" style="font-size: 12px;font-family: Arial;">
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<table class="out-table" border="0" cellpadding="8" cellspacing="0" width="800" bgcolor="#FFFFFF" align="center" style="font-size: 12px;font-family: Arial;">
<tr>
<td>
<p>Dear customer,</p>
</td>
</tr>
<tr>
<td>
<p>Please kindly note SI/Voucher/CY cut-off change of @item.Vessel/@item.VoyNo, bookings were arranged below:</p>
</td>
</tr>
@if (item.PortloadArea == "SOUTH_PORT")
{
<tr>
<td>
<table id="show-table" border="1" cellpadding="8" cellspacing="0" width="100%" align="left" style="border-collapse: collapse;border-color: #ebeef5;font-size: 12px;font-family: Arial;">
<tr>
<th style="text-align: left;">Shipment</th>
<th style="text-align: left;">Container</th>
<th style="text-align: left;">Load Port</th>
<th style="text-align: left;">ETB</th>
<th style="text-align: left;">ETD</th>
</tr>
<tr>
<td>@item.MBLNo</td>
<td>@item.ContaNo</td>
<td>@item.LoadPort</td>
<td>@item.ETBTxt</td>
<td>@item.ETDTxt</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p class="south_port">Reason: @item.Reason</p>
<p class="south_port">New SI cut-off: @item.SICutDateTxt</p>
<p class="south_port">New VGM Submission Deadline: @item.VGMCutoffTimeTxt</p>
<p class="south_port">New Closing Time of CY cut-off: @item.CYCutoffTimeTxt</p>
<p class="south_port">New Closing Time of Voucher cut: @item.VoucherCutoffTimeTxt</p>
<p class="south_port">New CY Open Date: @item.CYOpenDateTxt</p>
<p><font style="color: #f70f0f; font-weight: 500;">请注意,以上开仓日期仅供参考,为避免产生额外费用,请参考码头网站信息、约定免费时间或其他标准协议时间,并按相应时间提箱、还柜.</font></p>
</td>
</tr>
}
else
{
<tr>
<td>
<table id="show-table" border="1" cellpadding="8" cellspacing="0" width="100%" align="left" style="border-collapse: collapse;border-color: #ebeef5;font-size: 12px;font-family: Arial;">
<tr>
<th style="text-align: left;">Shipment Number</th>
<th style="text-align: left;">Vessel - voyage</th>
<th style="text-align: left;">样单截止时间 SI Cut Off</th>
<th style="text-align: left;">开港时间 CY Open</th>
<th style="text-align: left;">截港时间 CY cut off</th>
<th style="text-align: left;">舱单-入港清单截止时间</th>
<th style="text-align: left;">MDGF提交截止时间 - 危险品货物</th>
<th style="text-align: left;">船代VGM截止时间</th>
<th style="text-align: left;">海关放行截止时间(Customs Clearance Deadline)</th>
</tr>
<tr>
<td>@item.MBLNo</td>
<td>@item.Vessel/@item.VoyNo</td>
<td>@item.SICutDateTxt</td>
<td>@item.CYOpenDateTxt</td>
<td>@item.CYCutoffTimeTxt</td>
<td>@item.ManifestCutDateTxt</td>
<td>@item.MDGFCutDateTxt</td>
<td>@item.VGMCutoffTimeTxt</td>
<td>@item.ClosingDateTxt</td>
</tr>
</table>
</td>
</tr>
}
<tr>
<td>
<p>对于出口至埃及或加蓬但由非MSK船舶承运:</p>
<p>1)如是危险品, 提单样本截止时间与MDGF截止时间一致</p>
<p>2)如是冷箱和/或其他特种柜货物, 提单样本截止时间与最晚提箱时间保持一致。</p>
<p><font style="color: #f70f0f; font-weight: 500;">In case youre exporting DG shipment, MDGF deadline will be indicated on new booking confirmation which will be sent to you within 8 working hours.</font></p>
</td>
</tr>
<tr>
<td>
<p>For Export shipment</p>
<p>Please kindly submit SI/ gate-in laden container as per new closing time.</p>
<p>We thank you for your continuous support and regret for any inconvenience caused by this changed.</p>
<p>Please do not hesitate to contact your local customer service representatives for any questions.</p>
</td>
</tr>
<tr class="email-noreply">
<td>
<p class="notice2-val"><font style="color: #4051f0; font-weight: 500;">注意: 本邮箱不具备收件功能,如对本通知有疑问,</font><font style="background-color: #f1de2f; font-weight: 500;">请联系 @Model.Sender.DisplayName邮箱 @Model.Sender.MailAddress电话 @Model.Sender.Phone谢谢</font></p>
<p>Best Regards,</p>
<p class="notice-comp-val">@item.TenantCompanyName</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>