123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- @model EMIS.ViewModel.Students.StudentRecordView
- @using EMIS.Web.Controls;
- @using Bowin.Web.Controls.Mvc;
- @{
- ViewBag.Title = "Edit";
- }
- @section scripts{
- <script src="~/Scripts/Business/ExaminationApply/ExaminationApply.js" type="text/javascript"></script>
- <script type="text/javascript">
- </script>
- }
- <div class="easyui-panel" data-options="border:false,fit:true" style="position: relative;">
- @using (Ajax.BeginForm(new AjaxOptions
- {
- OnSuccess = "EMISFunction.FormSuccess",
- OnBegin = "EMISFunction.FormSubmit",
- OnComplete = "EMISFunction.FormComplete"
- }))
- {
- @Html.Position()
- <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("Edit")</div>
- </div>
- <div class="search_list">
- @Html.HiddenFor(x => x.UserID)
- <table cellpadding="0" cellspacing="0" id="Coursematerialtable" style="margin-bottom: 5px">
- <tr>
- <td colspan="5" style="color: Red; text-align: center">
- 报名注意事项:如果下述显示信息和自己的真实信息不符,请退出重新登录,或报告管理教师!(请同学们认真检查证件号码是否正确!)
- </td>
- </tr>
- <tr>
- <td width="220">@Html.LabelFor(x => x.UserName):
- </td>
- <td>@Model.UserName
- </td>
- <td>
- @Html.LabelFor(x => x.Sex):
- </td>
- <td>
- @Html.DictionaryItemName(Model.Sex, "CF_Sex")
- </td>
- <td rowspan="4">
- <img src="@Model.PhotoUrl" width="80" height="100" />
- </td>
- </tr>
- <tr>
- <td width="220">@Html.LabelFor(x => x.CollegeName):
- </td>
- <td>@Model.CollegeName
- </td>
- <td>
- @Html.LabelFor(x => x.GradeName):
- </td>
- <td>
- @Model.GradeName
- </td>
- </tr>
- <tr>
- <td>
- @Html.LabelFor(x => x.ClassName):
- </td>
- <td>
- @Model.ClassName
- </td>
- <td width="220">
- @Html.LabelFor(x => x.CertificatesType):
- </td>
- <td>
- @Html.DictionaryItemName(Model.CertificatesType, "CF_CertificatesType")
- </td>
- </tr>
- <tr>
- <td>
- @Html.LabelFor(x => x.IDNumber):
- </td>
- <td>
- @Model.IDNumber
- </td>
- <td>
- @Html.LabelFor(x => x.Mobile):
- </td>
- <td>
- @Model.Mobile
- </td>
- </tr>
- </table>
- <div>
- <div style="float: left; margin-left: 10px; line-height: 30px; font-size: 12px;">
- 考试科目列表
- </div>
- <div style="line-height: 30px; font-size: 12px;">@Html.ContextMenuBar("List")</div>
- </div>
- <div>
- @Html.DataGrid(new DataGridOptions
- {
- Columns = new List<DataGridColumn>()
- {
- new CheckBoxFieldColumn{ HeaderText="", FieldName="ExaminationBatchProjectID", Width=0.01, CustomFormatFun="" },
- new BoundFieldColumn { FieldName="ExaminationProjectName", HeaderText="考试项目", Align=AlignStyle.Center, Width=0.12 },
- new BoundFieldColumn { FieldName="StartDate", HeaderText="开始报名日期", Align=AlignStyle.Center, Formatter= Formatter.CHSOnlyYearMonthDay, Width=0.08 },
- new BoundFieldColumn { FieldName="EndDate", HeaderText="截止报名日期", Align=AlignStyle.Center, Formatter= Formatter.CHSOnlyYearMonthDay, Width=0.08 },
- new BoundFieldColumn { FieldName="SimulateTime", HeaderText="预考试时间", Align=AlignStyle.Center, Width=0.08 },
- new BoundFieldColumn { FieldName="Training", HeaderText="培训情况", Align=AlignStyle.Center, Width=0.08 },
- new BoundFieldColumn { FieldName="TakeCourseTime", HeaderText="预开课时间", Align=AlignStyle.Center, Width=0.08 },
- //new BoundFieldColumn { FieldName="MaxRegistCount", HeaderText="最大可报人数", Align=AlignStyle.Center, Width=0.05 },
- //new BoundFieldColumn { FieldName="RegisterNum", HeaderText="已选人数", Align=AlignStyle.Center, Width=0.05 },
- new BoundFieldColumn { FieldName="Remark", HeaderText="报考要求", Align=AlignStyle.Center, Width=0.2 },
- new BoundFieldColumn { FieldName="BatchRemark", HeaderText="备注", Align=AlignStyle.Center, Width=0.2 },
- new BoundFieldColumn { FieldName="FeeTypeListStr", HeaderText="费用列", Align=AlignStyle.Center, Width=0.2 },
- },
- CustomerRowStyleFun = "",
- //CustomerRowStyleFun = "CheckIsRister1",
- //OnLoadSuccessFun = "CheckIsRister1",
- IsCheckOnSelect = true,
- DataSourceUrl = Url.Content("~/ExamineApply/GetExaminationSubjectList"),
- ID = "dgCourseScheduleSettingList",
- IsPagination = false,
- IsShowRowNumbers = true,
- IsSingleSelect = false
- })
- </div>
- @*<div style="margin-top: 5px;">
- <div style="float: left; margin-left: 10px; line-height: 30px; font-size: 12px;">
- 已报名考试科目列表
- </div>
- <div style="line-height: 30px; font-size: 12px;">@Html.ContextMenuBar("List2")</div>
- </div>
- <div>
- @Html.DataGrid(new DataGridOptions
- {
- Columns = new List<DataGridColumn>()
- {
- new CheckBoxFieldColumn{ HeaderText="", FieldName="ExaminationRegistrationID" },
- new BoundFieldColumn { FieldName="SchoolYearCode", HeaderText="学年学期", Align=AlignStyle.Center, Width=0.08},
- new BoundFieldColumn { FieldName="ExaminationProjectName", HeaderText="考试项目", Align=AlignStyle.Center, Width=0.1 },
- new BoundFieldColumn { FieldName="CertificatesTypeName", HeaderText="证件类型", Align=AlignStyle.Center, Width=0.1 },
- new BoundFieldColumn { FieldName="IDNumber", HeaderText="证件号", Align=AlignStyle.Center, Width=0.12 },
- new BoundFieldColumn { FieldName="FeeTypeAndFee", HeaderText="报名项目(费用)", Align=AlignStyle.Center, Width=0.04 },
- new BoundFieldColumn { FieldName="Remark", HeaderText="报考要求", Align=AlignStyle.Center, Width=0.2 },
- new BoundFieldColumn { FieldName="RecordStatusStr", HeaderText="缴费状态", Align=AlignStyle.Center, Width=0.04 }
- },
- IsCheckOnSelect = true,
- DataSourceUrl = Url.Content("~/ExamineApply/GetExaminationRegisterList"),
- ID = "dgUserGrade",
- IsPagination = false,
- IsShowRowNumbers = true,
- IsSingleSelect = false
- })
- </div>*@
- </div>
-
-
- }
- </div>
|