@model EMIS.ViewModel.EducationManage.EducationMissionImportClassView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Import"; }
@Html.LabelFor(x=>x.SchoolyearCode) | @Html.DropdownListFor(x => x.SchoolyearID, new DropdownListOptions { ItemSourceUrl = "~/SchoolYear/DropDown", TextField = "Text", ValueField = "Value", }) |
@*模板下载。*@ 注:先进行排课导出,获取模板及信息后再进行导入! |