@using WX.CRM.WebHelper; @model CRM.Core.Model.Entity.CSVR_BLACKNUMBER @{ ViewBag.Title = "Add"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@using (Html.BeginForm("Edit", "BlackNumber", null, FormMethod.Post, new { Id = "CreateForm", noControl = "noControl" })) { @Html.ValidationSummary(true)
黑名单类型:
事业部:
客户ID:
@Model.RESID
备注
}
@* @Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")*@