@using Bowin.Web.Controls.Mvc; @using EMIS.Entities; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; ComboGridOptions cgopExaminationBatch = new ComboGridOptions { TextField = "Name", ValueField = "ExaminationBatchID", ID = "cgExaminationBatch", Name = "cgExaminationBatch", OnSelect = "queryBatch", //IsEnabled = false, GridOptions = new DataGridOptions { Columns = new List() { new BoundFieldColumn { FieldName="Name", HeaderText="考试批次", Align=AlignStyle.Center, Width = 0.3 } }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/ExaminationApplayStudentList/GetExaminationBatchViewGrid"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, //OnLoadSuccessFun = "queryBatch", } }; ComboGridOptions cgopExaminationType = new ComboGridOptions { TextField = "Name", ValueField = "ExaminationTypeID", Name = "cgExaminationType", ID = "cgExaminationType", OnSelect = "queryType", //IsEnabled = false, GridOptions = new DataGridOptions { Columns = new List() { new BoundFieldColumn { FieldName="Name", HeaderText="考试类型", Align=AlignStyle.Center, Width = 0.3 } }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/ExaminationApplayStudentList/GetExaminationTypeViewGrid"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, //OnLoadSuccessFun = "queryType", } }; ComboGridOptions cgopExaminationProject = new ComboGridOptions { TextField = "Name", ValueField = "ExaminationProjectID", Name = "cgExaminationProject", ID = "cgExaminationProject", OnSelect = "reload", //IsEnabled = false, GridOptions = new DataGridOptions { Columns = new List() { new BoundFieldColumn { FieldName="Name", HeaderText="项目名称", Align=AlignStyle.Center, Width = 0.3 } }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/ExaminationApplayStudentList/GetProjectListViewGrid"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, //OnLoadSuccessFun = "queryProject", } }; //ComboGridOptions cgopSchoolYear = new ComboGridOptions //{ // TextField = "Code", // ValueField = "SchoolYearID", // ID = "SchoolYearCode", // Name = "SchoolYearCode", // GridOptions = new DataGridOptions // { // Columns = new List() // { // new BoundFieldColumn { FieldName="Code", HeaderText="学年学期", Align=AlignStyle.Center ,Width=0.2}, // new BoundFieldColumn { FieldName="Years", HeaderText="学年", Align=AlignStyle.Center ,Width=0.2}, // new BoundFieldColumn { FieldName="SchoolcodeName", HeaderText="学期", Align=AlignStyle.Center ,Width=0.2}, // }, // PageSize = 5, // IsCheckOnSelect = true, // DataSourceUrl = Url.Content("~/SchoolYear/List"), // IsPagination = true, // IsShowRowNumbers = true, // IsSingleSelect = false, // }, // SelectedValue = BaseExtensions.GetCurrentSchoolYearID(), // OnChange = "cgopSchoolYearSelect", // OnSelect = "cgopSchoolYearSelect" //}; //ComboGridOptions cgopBatch = new ComboGridOptions //{ // TextField = "Name", // ValueField = "ExaminationBatchID", // ID = "ExaminationBatchID", // Name = "ExaminationBatchID", // GridOptions = new DataGridOptions // { // Columns = new List() // { // new BoundFieldColumn { FieldName="Name", HeaderText="考试批次", Align=AlignStyle.Center ,Width=0.3} // }, // PageSize = 5, // IsCheckOnSelect = true, // DataSourceUrl = Url.Content("~/ExaminationBatch/GetProjectListViewGrid"), // IsPagination = true, // IsShowRowNumbers = true, // IsSingleSelect = false // }, // OnSelect = "cgopBatchSelect" //}; //ComboGridOptions cgopExamType = new ComboGridOptions //{ // TextField = "Name", // ValueField = "ExaminationTypeID", // ID = "ExaminationTypeID", // Name = "ExaminationTypeID", // GridOptions = new DataGridOptions // { // Columns = new List() // { // new BoundFieldColumn { FieldName="Name", HeaderText="考试类型名称", Align=AlignStyle.Center ,Width=0.4}, // }, // PageSize = 5, // IsCheckOnSelect = true, // DataSourceUrl = Url.Content("~/ExamProjectControl/GetControlExamTypeListViewGrid"), // IsPagination = true, // IsShowRowNumbers = true, // IsSingleSelect = false // }, // OnSelect = "cgopExamTypeSelect" //}; //ComboGridOptions cgopBatchProject = new ComboGridOptions //{ // TextField = "Name", // ValueField = "ExaminationProjectID", // ID = "ExaminationProjectID", // Name = "ExaminationProjectID", // GridOptions = new DataGridOptions // { // Columns = new List() // { // new BoundFieldColumn { FieldName="Name", HeaderText="项目名称", Align=AlignStyle.Center ,Width=0.3} // }, // PageSize = 5, // IsCheckOnSelect = true, // DataSourceUrl = Url.Content("~/ExamProjectControl/GetControlProjectListViewGrid"), // IsPagination = true, // IsShowRowNumbers = true, // IsSingleSelect = false // } // , // OnSelect = "reload" //}; ComboGridOptions cgopCollege = new ComboGridOptions { TextField = "Name", ValueField = "CollegeID", Name = "CollegeID", ID = "CollegeID", GridOptions = new DataGridOptions { Columns = new List() { //new LinkButtonColumn { FieldName="No", HeaderText=@EMIS.Utility.RSL.Get("CollegeCode"), Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="Name", HeaderText=@EMIS.Utility.RSL.Get("CollegeName"), Align=AlignStyle.Center } }, //OnLoadSuccessFun = "queryClass", IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/College/ListOnlyCollege"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, }, OnSelect = "reload" }; ComboGridOptions cgopClassmajor = new ComboGridOptions { TextField = "Name", ValueField = "ClassmajorID", Name = "ClassmajorID", ID = "ClassmajorID", OnSelect = "reload", GridOptions = new DataGridOptions { Columns = new List() { new BoundFieldColumn { FieldName="Name", HeaderText="班级名称", Align=AlignStyle.Center } }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/Classmajor/List"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false } }; ComboGridOptions cgopStandard = new ComboGridOptions { TextField = "StandardName", ValueField = "StandardID", OnSelect = "reload", Name = "StandardDictionaryDropDown", ID = "StandardDictionaryDropDown", GridOptions = new DataGridOptions { Columns = new List() { new BoundFieldColumn { FieldName="StandardName", HeaderText="专业名称", Align=AlignStyle.Center } }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/Grademajor/GrademajorBindComboGridOptions"), IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, } }; } @section scripts{ }
@Html.Position()
@Html.Hidden("SelectedID") @Html.PositionCondition()
  • 学年学期:
  • @Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ItemSourceUrl = Url.Content("~/SchoolYear/DropDown"), ID = "ddlSchoolyear", Name = "ddlSchoolyear", OnSelect = "querySchoolYear", OnLoadSuccess = "querySchoolYear", SelectedValue = BaseExtensions.GetCurrentSchoolYearID() }, new Dictionary { { "data-condition", "dgList" } })
  • 考试批次:
  • @Html.ComboGrid(cgopExaminationBatch, new Dictionary { { "data-condition", "dgList" } })
  • 考试类型:
  • @Html.ComboGrid(cgopExaminationType, new Dictionary { { "data-condition", "dgList" } })
  • 项目名称:
  • @Html.ComboGrid(cgopExaminationProject, new Dictionary { { "data-condition", "dgList" } })
@*
  • 学年学期:
  • @Html.ComboGrid(cgopSchoolYear, new Dictionary { { "data-condition", "dgList" } })
  • 考试批次:
  • @Html.ComboGrid(cgopBatch, new Dictionary { { "data-condition", "" } })
  • 考试类型:
  • @Html.ComboGrid(cgopExamType, new Dictionary { { "data-condition", "" } })
*@
  • 院系所:
  • @Html.ComboGrid(cgopCollege, new Dictionary { { "data-condition", "dgList" } })
  • 校区:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_SchoolArea, new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "SchoolAreaID", Name = "SchoolAreaID", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgList" } })
  • 年级:
  • @Html.SchoolYearDropDownList(new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "Years", Name = "Years", OnSelect = "queryGrademajor" }, new Dictionary { { "data-condition", "dgList" } })
  • 班级名称:
  • @Html.ComboGrid(cgopClassmajor, new Dictionary { { "data-condition", "dgList" } })
  • 专业:
  • @Html.ComboGrid(cgopStandard, new Dictionary { { "data-condition", "dgList" } }) @*@Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_Standard, new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "StandardID", Name = "StandardID", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgList" } })*@
  • 领取方式:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.ER_CertisfierDistributeType, new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "DistributeTypeID", Name = "DistributeTypeID", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgList" } })
  • 领取状态:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.ER_CertisfierDistributeStatus, new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "RecordStatus", Name = "RecordStatus", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgList" } })
证书领取列表
@Html.ContextMenuBar("List")
@Html.PositionBatchModify()
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="", FieldName="CertisfierDistributeID"}, new BoundFieldColumn { FieldName="Schoolyear", HeaderText="学年学期", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="ProjectName", HeaderText="考试项目", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="SchoolAreaName", HeaderText="校区", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="ClassmajorName", HeaderText="班级", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="UserName", HeaderText="姓名", Align=AlignStyle.Center,Width=0.04 }, new BoundFieldColumn { FieldName="IDNumber", HeaderText="证件号码", Align=AlignStyle.Center,Width = 0.12 }, new BoundFieldColumn { FieldName="SaveNo", HeaderText="存放编号", Align=AlignStyle.Center,Width = 0.06 }, new BoundFieldColumn { FieldName="DistributeStateName", HeaderText="领取状态", Align=AlignStyle.Center, Width = 0.06 }, new LinkButtonColumn { FieldName="DistributeTypeName", HeaderText="领取方式", Align=AlignStyle.Center, Handle="view" }, new BoundFieldColumn { FieldName="ContactPerson", HeaderText="联系人", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="ContactNo", HeaderText="联系电话", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="DeliveryNoteNo", HeaderText="邮寄单号", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="Distributer", HeaderText="领取人", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="DistributeTime", HeaderText="领取时间", Align=AlignStyle.Center, Formatter= Formatter.CHSOnlyYearMonthDay }, new BoundFieldColumn { FieldName="No", HeaderText="领取单号", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="CollegeName", HeaderText="院系所", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="Years", HeaderText="年级", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="StandardName", HeaderText="专业", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="CertificatesTypeName", HeaderText="证件类型", Align=AlignStyle.Center }, }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/CertisfierDistribute/List"), ID = "dgList", IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false, OnLoadSuccessFun = "loadSuccess" })
汇总: 证书总数个、 已领人数个、 未领人数