@using WX.CRM.WebHelper; @using WX.CRM.WEB.Handler @model WX.CRM.WEB.ViewModel.Level2.AddOrderModel @{ ViewBag.Title = "L2CreateActiveOrder"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; } @Styles.Render("~/Content/data_grid_list.css") @section scripts{ }
@Html.ToolButtonPlain("btnSave", "icon-save", "创建订单", false, "")
@using (Html.BeginForm("L2CreateActiveOrder", "Leve2Order", null, FormMethod.Post, new { Id = "CreateForm" })) {
@Html.ValidationSummary(true)
@Html.LabelFor(m => m.userName) @Html.TextBoxFor(m => m.userName) @Html.ValidationMessageFor(m => m.userName)
@Html.LabelFor(m => m.mobile) @Html.TextBoxFor(m => m.mobile) @Html.ValidationMessageFor(m => m.mobile)
@Html.LabelFor(m => m.fullName) @Html.TextBoxFor(m => m.fullName) @Html.ValidationMessageFor(m => m.fullName)
@Html.LabelFor(m => m.cradNo) @Html.TextBoxFor(m => m.cradNo) @Html.ValidationMessageFor(m => m.cradNo)
产品类型:
@Html.LabelFor(m => m.IP) @Html.TextBoxFor(m => m.IP) @Html.ValidationMessageFor(m => m.IP)
@Html.LabelFor(m => m.mark) @Html.TextAreaFor(m => m.mark) @Html.ValidationMessageFor(m => m.mark)
  模块Id   模块名称  
}