@using WX.CRM.WebHelper; @model WX.CRM.WEB.ViewModel.Level2.Soft_OrderDetail @{ ViewBag.Title = "Details"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; } @Styles.Render("~/Content/data_grid_list.css") @using (Html.BeginForm("Details", "Leve2Order", null, FormMethod.Post, new { Id = "CreateForm" })) {
| @Html.ToolButtonPlain("btnSensms", "icon-lookup", "发送用户名短信", false, "") | |||
| @Html.LabelFor(model => model.ORDERID) | @Html.DisplayTextFor(model => model.ORDERID) | @Html.LabelFor(model => model.TOTALDAYS) | @Html.DisplayTextFor(model => model.TOTALDAYS) |
| @Html.LabelFor(model => model.USERNAME) | @Html.Raw(ViewBag.USERNAME) | @Html.LabelFor(model => model.TOTALPRICE) | @Html.DisplayTextFor(model => model.TOTALPRICE) |
| @Html.LabelFor(model => model.PRODUCTCODE) | @Html.Raw(ViewBag.productname) | @Html.LabelFor(model => model.ORDERSTATUS) | @Html.Raw(ViewBag.OrderStatu) |
| @Html.LabelFor(model => model.ORDERID) | @Html.DisplayTextFor(model => model.ORDERID) | @Html.LabelFor(model => model.ISOPEN) | @Html.Raw(ViewBag.isopen) |
| @Html.LabelFor(model => model.BOOKNUM) | @Html.DisplayTextFor(model => model.BOOKNUM) | @Html.LabelFor(model => model.OTIME) | @Html.DisplayTextFor(model => model.OTIME) |
| @Html.LabelFor(model => model.ISPAYED) | @Html.Raw(ViewBag.ispayed) | ||