@using WX.CRM.WebHelper; @{ ViewBag.Title = "CreateProductOrder"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@Html.Action("CustomerInfo", "CustomerUC", new { CustomerId = ViewBag.CustomerId })
@**@
  用户名 @Html.DropDownList("UserName", ViewBag.UserNameItems as IEnumerable)   活动名称 @Html.DropDownList("ProductList", ViewBag.ProductList as IEnumerable)       支付金额   @Html.TextBox("Price")