@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @model EMIS.ViewModel.TeachingMaterial.StudentDistributeView @{ ViewBag.Title = "CreatePlan"; var schoolYear = ViewData["schoolYear"]; } @section scripts{ }
@Html.Label("学年学期"): | @Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, ItemSourceUrl = Url.Content("~/SchoolYear/DropDownAfterCurrent"), ID = "SchoolyearDropdown", Name = "SchoolyearDropdown", SelectedValue = schoolYear }) |