TG.WXCRM.V4/WEB/Views/Base/SalesDepartment/Details.cshtml

59 lines
2.2 KiB
Plaintext

@model WX.CRM.Model.Entity.BAS_SALESDEPARTMENT
@{
ViewBag.Title = "详细信息";
Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml";
}
<table class="fromEditTable setTextWidth300">
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_SALEDEPTID)</td>
<td>@Html.DisplayFor(model => model.map_SALEDEPTID)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_SALEDEPTCODE)</td>
<td>@Html.DisplayFor(model => model.map_SALEDEPTCODE)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_COMPANYID)</td>
<td>@Html.DisplayFor(model => model.map_COMPANYID)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_DEPTNAME)</td>
<td>@Html.DisplayFor(model => model.map_DEPTNAME)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_LINKNAME)</td>
<td>@Html.DisplayFor(model => model.map_LINKNAME)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_PHONE)</td>
<td>@Html.DisplayFor(model => model.map_PHONE)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_AREACODE)</td>
<td>@Html.DisplayFor(model => model.map_AREACODE)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_ADDRESS)</td>
<td>@Html.DisplayFor(model => model.map_ADDRESS)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_CREATIONDATE)</td>
<td>@Html.DisplayFor(model => model.map_CREATIONDATE)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_CREATIONBY)</td>
<td>@Html.DisplayFor(model => model.map_CREATIONBY)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_UPDATEDATE)</td>
<td>@Html.DisplayFor(model => model.map_UPDATEDATE)</td>
</tr>
<tr>
<td style=" width:100px;">@Html.LabelFor(model => model.map_UPDATEBY)</td>
<td>@Html.DisplayFor(model => model.map_UPDATEBY)</td>
</tr>
</table>