@using WX.CRM.WebHelper; @model WX.CRM.Model.Entity.RES_CUSTOMER_LABEL @{ ViewBag.Title = "Edit"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@using (Html.BeginForm("Set", "CustomerLabel", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
客户ID: @Model.RESID
风险:
备注: @Html.TextAreaFor(m => m.REAMRK)
}