123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- @using Bowin.Web.Controls.Mvc;
- @using EMIS.Entities;
- @using EMIS.Web.Controls;
- @{
- ViewBag.Title = "List";
- }
- @section scripts{
- <script src="~/Scripts/Business/ScoreManage/Resit.js" type="text/javascript"></script>
- <script type="text/javascript">
- var nonSelect = "@DropdownList.SELECT_ALL";
- </script>
- }
- <div class="easyui-panel" data-options="border:false,fit:true" style="position: relative;">
- @Html.Position()
- <form id="formQuery" method="post" action="@Url.Content("~/Resit/Excel")">
- @Html.PositionCondition()
- <div class="search_keyword">
- <div class="search_input">
- <ul>
- <li class="sn" style="padding-left: 5px;">学年学期:</li>
- <li class="sv">
- @Html.DropdownList(new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ItemSourceUrl = Url.Content("~/SchoolYear/DropDown"),
- ID = "ddlSchoolyear",
- Name = "ddlSchoolyear",
- OnSelect = "schoolyearChange",
- SelectedValue = BaseExtensions.GetCurrentSchoolYearID(),
- OnLoadSuccess = "schoolyearChange"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- <li class="sn" style="padding-left: 5px;">考试批次:</li>
- <li class="sv">
- @Html.DropdownList(new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ID = "ddlExaminationBatch",
- Name = "ddlExaminationBatch",
- OnSelect = "examinationBatchChange",
- OnLoadSuccess = "examinationBatchChange"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- <li class="sn" style="padding-left: 5px;">考试类型:</li>
- <li class="sv">
- @Html.DropdownList(new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ID = "ddlExaminationType",
- Name = "ddlExaminationType",
- OnSelect = "examinationTypeChange",
- OnLoadSuccess = "examinationTypeChange"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- <li class="sn" style="padding-left: 5px;">项目名称:</li>
- <li class="sv">
- @Html.DropdownList(new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ID = "ddlExaminationProject",
- Name = "ddlExaminationProject",
- OnSelect = "examinationProjectLoaded",
- OnLoadSuccess = "examinationProjectLoaded"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- </ul>
- <ul>
- <li class="sn" style="padding-left: 5px;">科目:</li>
- <li class="sv">
- @Html.DropdownList(new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ID = "ddlExaminationSubject",
- Name = "ddlExaminationSubject",
- OnSelect = "reload",
- OnLoadSuccess = "examinationSubjectLoaded"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- </ul>
- <ul>
- <li class="sn" style="padding-left: 5px;">校区:</li>
- <li class="sv">
- @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_SchoolArea, new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ID = "ddlSchoolArea",
- Name = "ddlSchoolArea",
- OnSelect = "reload"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- <li class="sn" style="padding-left: 5px;">@EMIS.Utility.RSL.Get("College"):</li>
- <li class="sv">
- @Html.DropdownList(new DropdownListOptions
- {
- BindType = DropdownListBindType.SelectAll,
- ID = "ddlCollege",
- Name = "ddlCollege",
- OnSelect = "collegeSelect",
- OnLoadSuccess = "collegeChange"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- <li class="sn" style="padding-left: 5px;">专业:</li>
- <li class="sv">
- @Html.ComboGrid(new ComboGridOptions
- {
- GridOptions = new DataGridOptions
- {
- Columns = new List<DataGridColumn>()
- {
- new BoundFieldColumn { FieldName="StandardName", HeaderText="专业", Align=AlignStyle.Center }
- },
- OnLoadSuccessFun = "standardChange",
- IsAutoLoad = false,
- DataSourceUrl = Url.Content("~/Grademajor/StandardList"),
- IsPagination = true
- },
- TextField = "StandardName",
- ValueField = "StandardID",
- Name = "cgbStandard",
- ID = "cgbStandard",
- OnSelect = "standardSelect"
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- <li class="sn" style="padding-left: 5px;">班级:</li>
- <li class="sv">
- @Html.ComboGrid(new ComboGridOptions
- {
- TextField = "Name",
- ValueField = "ClassmajorID",
- Name = "cgbClassmajor",
- ID = "cgbClassmajor",
- OnSelect = "reload",
- GridOptions = new DataGridOptions
- {
- Columns = new List<DataGridColumn>()
- {
- new BoundFieldColumn { FieldName="Name", HeaderText="班级名称", Align=AlignStyle.Center }
- },
- DataSourceUrl = Url.Content("~/Classmajor/List"),
- IsPagination = true
- }
- },
- new Dictionary<string, string> { { "data-condition", "dgResitList" } })
- </li>
- </ul>
- </div>
- </div>
- <div class="p_title">
- <div style="float: left; margin-left: 10px; line-height: 30px; font-size: 12px;">
- 补考名单
- </div>
- <div style="margin-right: 10px; line-height: 30px; font-size: 12px;">@Html.ContextMenuBar("List")</div>
- </div>
- </form>
- <div class="search_list">
- @Html.DataGrid(new DataGridOptions
- {
- Columns = new List<DataGridColumn>()
- {
- new CheckBoxFieldColumn{ HeaderText="", FieldName="ResitID"},
- new BoundFieldColumn { FieldName="SchoolyearCode", HeaderText="学年学期", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="ExaminationBatchName", HeaderText="考试批次", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="ExaminationTypeName", HeaderText="考试类型", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="ExaminationProjectName", HeaderText="考试项目", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="ExaminationSubjectName", HeaderText="科目", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="SchoolAreaName", HeaderText="校区", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="CollegeName", HeaderText=EMIS.Utility.RSL.Get("College"), Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="Year", HeaderText="年级", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="StandardName", HeaderText="专业", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="ClassmajorName", HeaderText="班级", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="UserName", HeaderText="姓名", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="CertificatesTypeName", HeaderText="证件类型", Align=AlignStyle.Center },
- new BoundFieldColumn { FieldName="IDNumber", HeaderText="证件号码", Align=AlignStyle.Center, Width=150 },
- new BoundFieldColumn { FieldName="Score", HeaderText="成绩", Align=AlignStyle.Center, CustomFormatFun="CMSFunction.DataTableFormatter.TwoDigit" },
- new BoundFieldColumn { FieldName="Expire", HeaderText="有效期", Align=AlignStyle.Center, Formatter=Formatter.OnlyYearMonthDay }
- },
- IsAutoLoad = false,
- DataSourceUrl = Url.Content("~/Resit/List"),
- ID = "dgResitList",
- IsPagination = true
- })
- </div>
- </div>
|