@using WX.CRM.WebHelper; @{ ViewBag.Title = "CreateActiveOrder"; 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)