@using WX.CRM.WebHelper; @{ ViewBag.Title = "CreateProductOrder"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
| 用户名 |
@Html.DropDownList("UserName", ViewBag.UserNameItems as IEnumerable |
活动名称 |
@Html.DropDownList("ProductList", ViewBag.ProductList as IEnumerable |
@*支付金额 | @Html.TextBox("Price") | *@