@model WX.CRM.Model.Entity.BAS_SALESDEPARTMENT @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.LabelFor(model => model.map_SALEDEPTID) @Html.DisplayFor(model => model.map_SALEDEPTID)
@Html.LabelFor(model => model.map_SALEDEPTCODE) @Html.DisplayFor(model => model.map_SALEDEPTCODE)
@Html.LabelFor(model => model.map_COMPANYID) @Html.DisplayFor(model => model.map_COMPANYID)
@Html.LabelFor(model => model.map_DEPTNAME) @Html.DisplayFor(model => model.map_DEPTNAME)
@Html.LabelFor(model => model.map_LINKNAME) @Html.DisplayFor(model => model.map_LINKNAME)
@Html.LabelFor(model => model.map_PHONE) @Html.DisplayFor(model => model.map_PHONE)
@Html.LabelFor(model => model.map_AREACODE) @Html.DisplayFor(model => model.map_AREACODE)
@Html.LabelFor(model => model.map_ADDRESS) @Html.DisplayFor(model => model.map_ADDRESS)
@Html.LabelFor(model => model.map_CREATIONDATE) @Html.DisplayFor(model => model.map_CREATIONDATE)
@Html.LabelFor(model => model.map_CREATIONBY) @Html.DisplayFor(model => model.map_CREATIONBY)
@Html.LabelFor(model => model.map_UPDATEDATE) @Html.DisplayFor(model => model.map_UPDATEDATE)
@Html.LabelFor(model => model.map_UPDATEBY) @Html.DisplayFor(model => model.map_UPDATEBY)