TG.WXCRM.V4/WEB/Views/Ord/MemoQuery/ServiceMemoExt.cshtml

32 lines
888 B
Plaintext

@model WX.CRM.Model.Entity.ORD_SERVICEMEMO_EXT
@{
ViewBag.Title = "详细信息";
Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml";
}
<table class="fromEditTable setTextWidth300">
<tr>
<td style=" width:100px;">企微:</td>
<td>@Html.DisplayTextFor(model => model.QW)</td>
</tr>
<tr>
<td style=" width:100px;">产品:</td>
<td>@Html.DisplayTextFor(model => model.CP)</td>
</tr>
<tr>
<td style=" width:100px;">直播:</td>
<td>
@Html.DisplayFor(model => model.ZHIBO)
<br />
@Html.DisplayFor(model=>model.ZHIBOTXT)
</td>
</tr>
<tr>
<td style=" width:100px;">满意度:</td>
<td>
@Html.DisplayFor(model => model.MYD)
<br />
@Html.DisplayFor(model => model.MYDTXT)
</td>
</tr>
</table>