@using WX.CRM.WebHelper; @using WX.CRM.Common @model WX.CRM.WEB.ViewModel.Level2.Soft_OrderDetail @{ ViewBag.Title = "Details"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; } @Styles.Render("~/Content/data_grid_list.css")
| @Html.LabelFor(model => model.ORDERID) | @Html.DisplayTextFor(model => model.ORDERID) |
| @Html.LabelFor(model => model.USERNAME) | @Html.Raw(PhoneHelper.FormatPhoneUserName(Utility.DecryptUrlDecode(Model.USERNAME))) |
| @Html.LabelFor(model => model.PRODUCTCODE) | @Html.Raw(ViewBag.productname) |
| @Html.LabelFor(model => model.ORDERID) | @Html.DisplayTextFor(model => model.ORDERID) |
| @Html.LabelFor(model => model.BOOKNUM) | @Html.DisplayTextFor(model => model.BOOKNUM) |
| @Html.LabelFor(model => model.TOTALDAYS) | @Html.DisplayTextFor(model => model.TOTALDAYS) |
| @Html.LabelFor(model => model.TOTALPRICE) | @Html.DisplayTextFor(model => model.TOTALPRICE) |
| @Html.LabelFor(model => model.ORDERSTATUS) | @Html.Raw(ViewBag.OrderStatu) |
| @Html.LabelFor(model => model.ISOPEN) | @Html.Raw(ViewBag.isopen) |
| @Html.LabelFor(model => model.OTIME) | @Html.DisplayTextFor(model => model.OTIME) |