@using WX.CRM.WebHelper; @{ ViewBag.Title = "CreateProductOrder"; Layout = "~/Views/Shared/_Index_LayoutEdit.cshtml"; var selected = false; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@Html.Action("CustomerInfo", "CustomerUC", new { CustomerId = ViewBag.CustomerId })
@**@
部门归属
用 户 名 @Html.DropDownList("UserName", ViewBag.UserNameItems as IEnumerable)
开通天数
  • 3天
  • 7天
  • 15天
  • 30天
@Html.TextBox("Days", string.Empty, new { style = "width:50px;display:none" })
活动名称