@model WX.CRM.WEB.ViewModel.softcustomer.ListSoftSalerCommit @using WX.CRM.WebHelper; @{ ViewBag.Title = "ListSoftSalerCommit"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@using (Html.BeginForm("ListOfSoftSalerCommit", "Soft_Customer", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true)
@Html.LabelFor(m => m.t_count) @Html.DisplayTextFor(m => m.t_count) @Html.HiddenFor(m => m.t_count) @Html.ValidationMessageFor(m => m.t_count)
@Html.LabelFor(m => m.Eid) @Html.TextBoxFor(m => m.Eid) @Html.ValidationMessageFor(m => m.Eid)
@Html.LabelFor(m => m.count) @Html.TextBoxFor(m => m.count) @Html.ValidationMessageFor(m => m.count)
}