|
|
|
@ -1,107 +1,66 @@
|
|
|
|
|
@* @model DS.WMS.Core.Op.Entity.MailTemplateModel<DS.WMS.Core.Op.Dtos.SeaExportRes> *@
|
|
|
|
|
@* @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">
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.parent {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 300px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.child {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
background-color: darkblue;
|
|
|
|
|
color: whitesmoke;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<span>*** Auto Email, please reply to all (delete sender Admin)!If only reply to sender, we will not be able to find and deal with it! ***</span>
|
|
|
|
|
<br />
|
|
|
|
|
Dear @Model.Contacts
|
|
|
|
|
|
|
|
|
|
<div class="title">
|
|
|
|
|
RE: BOOKING - JOB NO.
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
请查看附件中的订舱委托,请2小时内先行回复订舱号给我们,并帮忙催促船东尽快放舱,如下信息同订舱委托一致,便于您查阅!
|
|
|
|
|
|
|
|
|
|
CARRIER:@item.Carrier
|
|
|
|
|
S/Q:XX
|
|
|
|
|
ETD : @item.ETD
|
|
|
|
|
|
|
|
|
|
POL: @item.LoadPort
|
|
|
|
|
POD: @item.DischargePort
|
|
|
|
|
FPOD: @item.DeliveryPlace
|
|
|
|
|
VOL: XX
|
|
|
|
|
Commdity: XX(取中文品名)
|
|
|
|
|
HS CODE: @item.HSCode
|
|
|
|
|
POD FREE TIME:
|
|
|
|
|
REMARK:
|
|
|
|
|
(取供应商备注)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
此票订舱我司对接同事的联系方式如下,任何问题请及时跟我们沟通,谢谢!
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>CN Name</th>
|
|
|
|
|
<th>Name</th>
|
|
|
|
|
<th>Tel No.</th>
|
|
|
|
|
<th>Mobile/Wechat/QQ</th>
|
|
|
|
|
<th>Email</th>
|
|
|
|
|
<th>Position</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<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>邵 芳</td>
|
|
|
|
|
<td>Candy</td>
|
|
|
|
|
<td>0532-80688387</td>
|
|
|
|
|
<td>13375570007 2853083550</td>
|
|
|
|
|
<td>candy@sunniness.net</td>
|
|
|
|
|
<td>Cooperation</td>
|
|
|
|
|
<td height="30"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>魏涛</td>
|
|
|
|
|
<td>Wilson</td>
|
|
|
|
|
<td>0532-80688353</td>
|
|
|
|
|
<td>13969858993 2853083555</td>
|
|
|
|
|
<td>ope@sunniness.net</td>
|
|
|
|
|
<td>OP manager</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>徐平平</td>
|
|
|
|
|
<td>Cathy</td>
|
|
|
|
|
<td>0532-80688350</td>
|
|
|
|
|
<td>13969662965 2853083551</td>
|
|
|
|
|
<td>opg@sunniness.net</td>
|
|
|
|
|
<td>Document</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<div class="parent">
|
|
|
|
|
<div id="sign" class="child">
|
|
|
|
|
@* Tks + B’rgds
|
|
|
|
|
Candy SHAO 邵芳 (此处用当票操作的信息)
|
|
|
|
|
General Manager | SUNNINESS LOGISTICS CO.,LTD.
|
|
|
|
|
TEL: +86-0532-80688387 |MB./We chat: +86-18866622731|QQ:2853083553 | Email:candy@sunniness.net *@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
@* 此邮件模板是订舱委托推送的邮件模板,在商务订单审核通过后,自动生成,并推送:
|
|
|
|
|
1)蓝色是调取系统数据、红色是醒目提醒;
|
|
|
|
|
2)订舱委托PDF格式作为附件一起发出
|
|
|
|
|
3)邮件发给订舱代理联系人,抄送我司销售/客服和操作/单证;未勾选推送的订舱代理,仅推送我司干系人! *@
|
|
|
|
|
|
|
|
|
|