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.
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
@model DS.WMS.Core.Op.Dtos.TaskInteraction.MailTemplateModel<DS.WMS.Core.Op.Dtos.SeaExportRes>
|
|
|
|
@{
|
|
var item = Model.Primary;
|
|
}
|
|
|
|
<h1>测试邮件-@item.MBLNO<span style="padding: 2px"></span>@item.CustomerNo</h1>
|
|
|
|
<div>
|
|
<span>预计开船日期:@item.ETD</span>
|
|
<span>预计抵达日期:@item.ETA</span>
|
|
</div>
|
|
<hr />
|
|
<div>
|
|
<span>订单创建时间:@item.CreateTime.ToString("yyyy年MM月dd日 HH:mm:ss")</span>
|
|
</div>
|