@model WX.CRM.Model.Entity.CSVR_FAVORITECUSTOMER_extend @{ ViewBag.Title = "详细信息"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @Html.LabelFor(model => model.map_RESID) | @Html.DisplayFor(model => model.map_RESID) |
| 客户姓名 | @Html.DisplayFor(model => model.Name) |
| @Html.LabelFor(model => model.map_PARAKEY) | @Html.DropDownListFor(model => model.map_PARAKEY, new WX.CRM.WEB.Handler.ControlResource().GetBas_subcomTypeList(1), new { @disabled = "false" }) |
| @Html.LabelFor(model => model.map_MEMO) | @Html.DisplayFor(model => model.map_MEMO) |
| @Html.LabelFor(model => model.map_CTIME) | @Html.DisplayFor(model => model.map_CTIME) |