@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "ClassroomList"; Guid? buildingsInfoID = new Guid(Request["buildingsInfoID"]); //教室信息 ComboGridOptions cgopClassroomName = new ComboGridOptions { TextField = "Name", ValueField = "Name", ID = "ClassroomNameDropdown", Name = "ClassroomNameDropdown", OnSelect = "reload", GridOptions = new DataGridOptions { Columns = new List() { //new LinkButtonColumn { FieldName="Code", HeaderText="教室编号", Align=AlignStyle.Center, Width=0.1 }, new BoundFieldColumn { FieldName="Name", HeaderText="教室名称", Align=AlignStyle.Center, Width=0.1 } }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/Classroom/List"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, } }; //院系所 ComboGridOptions cgopCollege = new ComboGridOptions { TextField = "Name", ValueField = "CollegeID", ID = "CollegeDropdown", Name = "CollegeDropdown", OnSelect = "reload", GridOptions = new DataGridOptions { Columns = new List() { //new LinkButtonColumn { FieldName="No", HeaderText=@EMIS.Utility.RSL.Get("CollegeCode"), Align=AlignStyle.Center, Width=0.1 }, new BoundFieldColumn { FieldName="Name", HeaderText=@EMIS.Utility.RSL.Get("CollegeName"), Align=AlignStyle.Center, Width=0.2 } }, IsCheckOnSelect = true, //DataSourceUrl = Url.Content("~/College/ListOnlyCollege"), DataSourceUrl = Url.Content("~/College/ListWithoutRange"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, } }; } @section scripts{ }
@Html.PositionCondition("BuildingsClassroom")
  • 教室名称:
  • @Html.ComboGrid(cgopClassroomName, new Dictionary { { "data-condition", "dgClassroomList" } })
  • 教室类型:
  • @Html.DictionaryComboGrid(EMIS.ViewModel.DictionaryItem.CF_ClassroomType, DropdownListBindType.SelectAll, new ComboGridOptions { ID = "ClassroomTypeDictionary", Name = "ClassroomTypeDictionary", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgClassroomList" } })
  • @EMIS.Utility.RSL.Get("College"):
  • @Html.ComboGrid(cgopCollege, new Dictionary { { "data-condition", "dgClassroomList" } })
  • 可否多班教学:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_GeneralPurpose, new DropdownListOptions() { BindType = DropdownListBindType.SelectAll, ID = "IsConcurrentUseDropdown", Name = "IsConcurrentUseDropdown", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgClassroomList" } })
  • 是否预留:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_GeneralPurpose, new DropdownListOptions() { BindType = DropdownListBindType.SelectAll, ID = "IsReserveDropdown", Name = "IsReserveDropdown", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgClassroomList" } })
  • 是否可用:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_GeneralPurpose, new DropdownListOptions() { BindType = DropdownListBindType.SelectAll, ID = "IsAvailableDropdown", Name = "IsAvailableDropdown", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgClassroomList" } })
@Html.ContextMenuBar("CrDetail")
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="", FieldName="ClassroomID" }, new BoundFieldColumn { FieldName="BuildingsInfoName", HeaderText="建筑名称", Align=AlignStyle.Center, Width=0.06, OverflowLength=6 }, //new BoundFieldColumn { FieldName="CampusName", HeaderText=@EMIS.Utility.RSL.Get("Campus"), Align=AlignStyle.Center, Width=0.06, OverflowLength=6 }, new BoundFieldColumn { FieldName="Code", HeaderText="教室编号", Align=AlignStyle.Center, Width=0.1 }, new BoundFieldColumn { FieldName="Name", HeaderText="教室名称", Align=AlignStyle.Center, Width=0.1 }, new BoundFieldColumn { FieldName="ClassroomTypeName", HeaderText="教室类型", Align=AlignStyle.Center, OrderFieldName="", Width=0.06, OverflowLength=6 }, new BoundFieldColumn { FieldName="RoomUseName", HeaderText="房间用途", Align=AlignStyle.Center, OrderFieldName="RoomUseID", Width=0.05, OverflowLength=5 }, //new BoundFieldColumn { FieldName="FloorLevel", HeaderText="所在楼层", Align=AlignStyle.Center, Width=0.04 }, //new BoundFieldColumn { FieldName="RowCout", HeaderText="行数", Align=AlignStyle.Center, Width=0.02 }, //new BoundFieldColumn { FieldName="ColumnCount", HeaderText="列数", Align=AlignStyle.Center, Width=0.02 }, new BoundFieldColumn { FieldName="Totalseating", HeaderText="总座位数", Align=AlignStyle.Center, Width=0.04 }, new BoundFieldColumn { FieldName="Effectiveseating", HeaderText="有效座位数", Align=AlignStyle.Center, Width=0.05 }, new BoundFieldColumn { FieldName="Examinationseating", HeaderText="考试座位数", Align=AlignStyle.Center, Width=0.05 }, //new BoundFieldColumn { FieldName="CollegeCode", HeaderText=@EMIS.Utility.RSL.Get("CollegeCode"), Align=AlignStyle.Center, Width=0.05, CustomFormatFun="SetRedColumn" }, new BoundFieldColumn { FieldName="CollegeName", HeaderText=@EMIS.Utility.RSL.Get("College"), Align=AlignStyle.Center, Width=0.06, OverflowLength=6, CustomFormatFun="SetRedColumn" }, //new BoundFieldColumn { FieldName="CollegeCampusName", HeaderText=@EMIS.Utility.RSL.Get("Campus"), Align=AlignStyle.Center, Width=0.06, OverflowLength=6, CustomFormatFun="SetRedColumn" }, new BoundFieldColumn { FieldName="IsConcurrentUseName", HeaderText="可否多班教学", Align=AlignStyle.Center, OrderFieldName="IsConcurrentUse", Width=0.06, CustomFormatFun="SetRedColumn" }, new BoundFieldColumn { FieldName="IsReserveName", HeaderText="是否预留", Align=AlignStyle.Center, OrderFieldName="IsReserve", Width=0.04, CustomFormatFun="SetRedColumn" }, new BoundFieldColumn { FieldName="ScheduleCollegeCount", HeaderText="排课院系", Align=AlignStyle.Center, Width=0.04, CustomFormatFun="SetRedColumn" }, new BoundFieldColumn { FieldName="IsAvailableName", HeaderText="是否可用", Align=AlignStyle.Center, OrderFieldName="IsAvailable", Width=0.04, CustomFormatFun="SetRedColumn" } }, CustomerRowStyleFun = "SetRedGrid", IsPostBack = true, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/Buildings/ClassroomList?buildingsInfoID=" + buildingsInfoID), ID = "dgClassroomList", IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, })