@using WX.CRM.WebHelper;
@{
ViewBag.Title = "Add";
Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml";
}
@using (Html.BeginForm("Add", "BlackNumber", null, FormMethod.Post, new { Id = "CreateForm", noControl = "noControl" }))
{
@Html.ValidationSummary(true)
|
vip类型:
|
|
|
| 客户ID: 注:多个资源以逗号隔开 |
|
|
| 备注 |
|
|
|
}
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")