@model WX.CRM.WEB.ViewModel.softcustomer.ListSoftSalerCommit @using WX.CRM.WebHelper; @{ ViewBag.Title = "ListSoftSalerCommit"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| @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) |