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.

150 lines
4.4 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.Op.Dtos.SeaExportRes> *@
@{
var item = Model.Primary;
}
<style>
body {
background-color: navy;
color: whitesmoke;
}
.auto-msg {
font-size: 11px;
color: darkred;
}
.parent {
position: relative;
height: 300px;
width: 300px;
}
.child {
position: absolute;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
}
</style>
<span class="auto-msg">本邮件由系统发出,请勿回复原发件人,任何问题请联系您的订单客服/操作沟通处理!</span>
<div class="content">
Dear 联系人名
您委托我司代理的业务,具体订舱详情如下,请查阅附件中的入货通知:
Booking Confirmation -@item.CustomerNo||@item.CustomerNum
===============
提 单 号:@item.MBLNO
船名航次:@item.Vessel @item.Voyno
起 运 港:@item.LoadPort
目 的 港:@item.DischargePort
交 货 地:@item.DeliveryPlace
箱型箱量:@item.CntrTotal
预计开船:@item.ETD
预计到港:@item.ETA
截单时间:@item.CloseDocDate?.ToString("yyyy-MM-dd HH:mm:ss")
截港时间:@item.ClosingDate?.ToString("yyyy-MM-dd HH:mm:ss") 提醒:实际截港/截关时间以码头计划为准;
船 公 司:@item.Carrier
船 代:@item.ShipAgency
Free Time@item.ApplyCtnRemark
<br />
备注:
@item.YardInfo.Remark
<br />
重要事项--温馨提醒:
=======================
<ul style="list-style-type:circle">
<li>
您准备什么时候用箱?用箱前先问场站/堆场有没有箱子,别跑空;
货物超20吨以上请提醒司机背加重箱装货时注意毛重+箱皮重不能超过箱门上MAX 最大承载量;
</li>
<li>
舱单报关是否都由贵司自己负责?如果需要我们安排,请回复邮件告知;
</li>
<li>
提单样本&VGM表格稍后发您提单确认件如有更改请标红回传告知签单方式
VGM表格请填写完整, 原则上需在截单前2小时发给我们
</li>
<li>
截单时请提供准确的HS CODE
</li>
</ul>
</div>
@* 只有目的港为巴西的订单才带下面这两条(是否可以根据船公司不同,可选择不同的内容) *@
@if (item.DischargePortCountry == "巴西")
{
<div>
巴西货物需在截单的同时提供NCM NO. 和收货人的CNPJ 号码;若您没有,早点跟收货人去要一下吧!
出口到巴西必须显示木质包装条款,请选择一项并显示在提单品名下方:
<ul>
<li>WOODEN PACKING: PROCESSED WOOD (类似于三合板、胶合板、复合板的材质,加工木制衍生品)</li>
<li>WOODEN PACKING: TREATED AND CERTIFIED熏蒸处理过的有熏蒸证书</li>
<li>WOODEN PACKING: NOT TREATED AND NOT CERTIFIED未熏蒸、未处理过的不被允许出口</li>
<li>WOODEN PACKING: NOT APPLICABLE (无任何木质包装)</li>
</ul>
</div>
}
<span>
盼复!<br />
此票订单昭阳对接联系人如下,有任何问题请第一时间跟我们取得联系:
</span>
<table>
<thead>
<tr>
<th>姓名 </th>
<th>英文名</th>
<th>直拨电话</th>
<th>手机 QQ</th>
<th>Email</th>
<th>分工</th>
</tr>
</thead>
<tbody>
<tr>
<td>邵 芳</td>
<td>Candy</td>
<td>0532-80688387</td>
<td>13375570007 2853083550</td>
<td>candy@sunniness.net</td>
<td>销售</td>
</tr>
<tr>
<td>王波</td>
<td>Andy</td>
<td>0532-80688383</td>
<td>13687699592 2853083556</td>
<td>opd@sunniness.net</td>
<td>客服</td>
</tr>
<tr>
<td>董娜娜</td>
<td>Winnie</td>
<td>0532-80688359</td>
<td>15964962712 2355578923</td>
<td>opa@sunniness.net</td>
<td>操作</td>
</tr>
</tbody>
</table>
<div class="footer">
Tks + Brgds
IT ROBERT
SUNNINESS LOGISTICS CO.,LTD.
</div>
<div class="parent">
<div id="sign" class="child"></div>
</div>