@model CRM.Core.Model.Entity.Wx_SzzyOrder_HandGift @{ ViewBag.Title = "Open"; Layout = "~/Views/Shared/_form.cshtml"; }
关联订单号: @Html.Raw(Model.mainorderid)
赠送订单号: @Html.Raw(Model.orderid)
软件用户名: @Html.DisplayFor(m => m.softusername)
赠送产品名称: @Html.DisplayFor(m => m.subproductname)
申请备注: @Html.DisplayFor(m => m.memo)
订单状态: @Html.DropDownListFor(m=>m.orderstatus,new List() { new SelectListItem(){ Text="待审核",Value="0" }, new SelectListItem(){ Text="审核通过",Value="1" }, new SelectListItem(){ Text="审核不通过",Value ="2" }, })
备注: @*lay-verify="required|contentLength"*@ 0/100
@Html.HiddenFor(m => m.orderid)