@using WX.CRM.WebHelper; @model WX.CRM.WEB.ViewModel.Level2.Soft_OrderDetail @{ ViewBag.Title = "UserNameDetails"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; } @Styles.Render("~/Content/data_grid_list.css") @using (Html.BeginForm("UserNameDetails", "Leve2Order", null, FormMethod.Post, new { Id = "CreateForm" })) {
| @Html.LabelFor(model => model.USERNAME) | @Html.DisplayTextFor(model => model.USERNAME) |
| @Html.LabelFor(model => model.PcUserName) | @Html.DisplayTextFor(model => model.PcUserName) |