45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
@model WX.CRM.Model.Entity.BAS_INNERGROUP
|
|
@{
|
|
ViewBag.Title = "详细信息";
|
|
Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml";
|
|
}
|
|
|
|
<table class="fromEditTable setTextWidth300">
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.GID)</td>
|
|
<td>@Html.DisplayFor(model => model.GID)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.map_GNAME)</td>
|
|
<td>@Html.DisplayFor(model => model.map_GNAME)</td>
|
|
</tr>
|
|
<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_DEPTID)</td>
|
|
<td>@Html.DisplayFor(model => model.map_DEPTID)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.CTIME)</td>
|
|
<td>@Html.DisplayFor(model => model.CTIME)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.CREATEUSER)</td>
|
|
<td>@Html.DisplayFor(model => model.CREATEUSER)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.UTIME)</td>
|
|
<td>@Html.DisplayFor(model => model.UTIME)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.UPDATEUSER)</td>
|
|
<td>@Html.DisplayFor(model => model.UPDATEUSER)</td>
|
|
</tr>
|
|
<tr>
|
|
<td style=" width:100px;">@Html.LabelFor(model => model.map_ISHIDE)</td>
|
|
<td>@Html.DisplayFor(model => model.map_ISHIDE)</td>
|
|
</tr>
|
|
|
|
</table> |