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