|
|
|
|
@* @model DS.WMS.Core.Op.Entity.MailTemplateModel<DS.WMS.Core.TaskPlat.Dtos.TaskPOLContainerNotPickUpShowDto> *@
|
|
|
|
|
@{
|
|
|
|
|
var item = Model.Primary;
|
|
|
|
|
}
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
|
<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>尊敬的客户,</p>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<table class="base-table" border="1" cellpadding="8" cellspacing="0" width="100%" align="center" style="border-collapse: collapse;border-color: #ebeef5;font-size: 12px;font-family: Arial;">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="billno-label" width="120px;">船名/航次:</td>
|
|
|
|
|
<td class="billno-val">@item.Vessel/@item.Voyno</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="billno-label" width="120px;">定舱号码:</td>
|
|
|
|
|
<td class="billno-val">@item.MBlNo</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="email-noreply">
|
|
|
|
|
<td>
|
|
|
|
|
<p class="dynamic-val"></p>
|
|
|
|
|
<p class="notice1-val">以上是贵司还未提柜记录的定舱,现已接近截箱(关)时间,请参考如下信息操作,否则您的订舱将在CY cut-off deadline取消:</p>
|
|
|
|
|
<p class="notice1-val">A. 推下一航次,请<在CY Closing - 1 天之前>提交更改</p>
|
|
|
|
|
<p class="notice1-val">B. <font style="color: #4051f0; font-weight: 500;">已提柜,且于马士基网站未查询到柜号,<font style="background-color: #f1de2f; font-weight: 500;">请立即联系 @Model.Sender.DisplayName(邮箱 @Model.Sender.MailAddress,电话 @Model.Sender.Phone)</font></font>告知柜号。若网站已有完整柜号且确认正常出运,请自行安排,无需再回复邮件,<font style="color: #f70f0f; font-weight: 500;">目前Maersk不接受未提供明确柜号而保留订舱的要求。</font></p>
|
|
|
|
|
<p class="notice1-val">
|
|
|
|
|
鉴于船舶配载方面的要求,Maersk将在配载前将所有没有提柜记录(以Maersk EDI记录为准)的定舱视为无效定舱,并统一在取消,因此,<font style="background-color: #5bcef1; font-weight: 500;">友情提醒:请尽快提柜并告知柜号,以免产生不必要的工作和费用。</font>
|
|
|
|
|
如果上方的单号需要取消订舱, 或已经提交过取消操作, 无需回复邮件。
|
|
|
|
|
如有任何疑问,欢迎垂询我司操作。
|
|
|
|
|
</p>
|
|
|
|
|
<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>顺祝</p>
|
|
|
|
|
<p>商祺</p>
|
|
|
|
|
<p class="notice-comp-val">@item.TenantCompanyName</p>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|