@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)
|
|
开通天数
|
@Html.TextBox("Days", string.Empty, new { style = "width:50px;display:none" })
|
|
活动名称
|
|
@*|
订单号
|
@Html.TextBox("mainOrderId")
| *@