@model WX.CRM.Model.Entity.RES_CUSTOMER_BEST @using System.Web.UI.WebControls @using WX.CRM.WEB.Areas.Res.Controllers @using WX.CRM.WebHelper; @using WX.CRM.Model @{ ViewBag.Title = "编辑"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| 客户Id | @if (!Model.CREATEID.HasValue) {@Html.TextBoxFor(c => c.RESID) | } else {@Html.TextBoxFor(c => c.RESID, new Dictionary |
}
|
| 备注 | @Html.TextAreaFor(m => m.REMARK, new { style = "height:30px" }) |