@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @model EMIS.ViewModel.TeachingMaterial.StudentDistributeView @{ ViewBag.Title = "CreatePlan"; } @section scripts{ }
@using (Html.BeginForm()) {
征订计划生成
@Html.ContextMenuBar("CreatePlan")
@Html.Label("学年学期"): @Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ItemSourceUrl = Url.Content("~/SchoolYear/YearsDropdownListBanid"), ID = "SchoolyearDropdown", Name = "SchoolyearDropdown" })
}