@model EMIS.ViewModel.StudentManage.OnlineChecking.CheckingContrastView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controllers.StudentManage.OnlineChecking; @{ ViewBag.Title = "Approve"; } @{ var listAction = ViewBag.ListAction as List; var defaultAction = listAction.FirstOrDefault(x => true); var defaultActionValue = (defaultAction == null ? null : defaultAction.Value); } @section scripts{ }
@using (Ajax.BeginForm(new AjaxOptions { OnSuccess = "EMISFunction.FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) {
@Html.ContextMenuBar("Approve")
@Html.HiddenFor(x => x.StudentContrastID)
@Html.LabelFor(x => x.PhotoUrl):
@Html.LabelFor(x => x.StudentNo): @Html.DisplayFor(x => x.StudentViewSource.StudentNo) @Html.DisplayFor(x => x.StudentViewContrast.StudentNo)
@Html.LabelFor(x => x.Name): @Html.DisplayFor(x => x.StudentViewSource.Name) @Html.DisplayFor(x => x.StudentViewContrast.Name)
@Html.LabelFor(x => x.SexName): @Html.DisplayFor(x => x.StudentViewSource.SexName) @Html.DisplayFor(x => x.StudentViewContrast.SexName)
@Html.LabelFor(x => x.BirthDate): @Html.DisplayFor(x => x.StudentViewSource.BirthDate) @Html.DisplayFor(x => x.StudentViewContrast.BirthDate)
@Html.LabelFor(x => x.NationName): @Html.DisplayFor(x => x.StudentViewSource.NationName) @Html.DisplayFor(x => x.StudentViewContrast.NationName)
@Html.LabelFor(x => x.PoliticsName): @Html.DisplayFor(x => x.StudentViewSource.PoliticsName) @Html.DisplayFor(x => x.StudentViewContrast.PoliticsName)
@Html.LabelFor(x => x.StudentTypeName): @Html.DisplayFor(x => x.StudentViewSource.StudentTypeName) @Html.DisplayFor(x => x.StudentViewContrast.StudentTypeName)
@Html.LabelFor(x => x.CertificatesTypeName): @Html.DisplayFor(x => x.StudentViewSource.CertificatesTypeName) @Html.DisplayFor(x => x.StudentViewContrast.CertificatesTypeName)
@Html.LabelFor(x => x.IDNumber): @Html.DisplayFor(x => x.StudentViewSource.IDNumber) @Html.DisplayFor(x => x.StudentViewContrast.IDNumber)
@Html.LabelFor(x => x.InSchoolStatusName): @Html.DisplayFor(x => x.StudentViewSource.InSchoolStatusName) @Html.DisplayFor(x => x.StudentViewContrast.InSchoolStatusName)
@Html.LabelFor(x => x.StudentStatusName): @Html.DisplayFor(x => x.StudentViewSource.StudentStatusName) @Html.DisplayFor(x => x.StudentViewContrast.StudentStatusName)
专业班级信息
@Html.LabelFor(x => x.GradeName): @Html.DisplayFor(x => x.StudentViewSource.GradeName) @Html.DisplayFor(x => x.StudentViewContrast.GradeName)
@Html.LabelFor(x => x.StandardName): @Html.DisplayFor(x => x.StudentViewSource.StandardName) @Html.DisplayFor(x => x.StudentViewContrast.StandardName)
@Html.LabelFor(x => x.EducationName): @Html.DisplayFor(x => x.StudentViewSource.EducationName) @Html.DisplayFor(x => x.StudentViewContrast.EducationName)
@Html.LabelFor(x => x.LearningformName): @Html.DisplayFor(x => x.StudentViewSource.LearningformName) @Html.DisplayFor(x => x.StudentViewContrast.LearningformName)
@Html.LabelFor(x => x.LearnSystem): @Html.DisplayFor(x => x.StudentViewSource.LearnSystem) @Html.DisplayFor(x => x.StudentViewContrast.LearnSystem)
@Html.LabelFor(x => x.CollegeName): @Html.DisplayFor(x => x.StudentViewSource.CollegeName) @Html.DisplayFor(x => x.StudentViewContrast.CollegeName)
@Html.LabelFor(x => x.ClassmajorName): @Html.DisplayFor(x => x.StudentViewSource.ClassmajorName) @Html.DisplayFor(x => x.StudentViewContrast.ClassmajorName)
学生扩展信息
@Html.LabelFor(x => x.UsedName): @Html.DisplayFor(x => x.StudentViewSource.UsedName) @Html.DisplayFor(x => x.StudentViewContrast.UsedName)
@Html.LabelFor(x => x.DirectorName): @Html.DisplayFor(x => x.StudentViewSource.DirectorName) @Html.DisplayFor(x => x.StudentViewContrast.DirectorName)
@Html.LabelFor(x => x.LiteracyLevelName): @Html.DisplayFor(x => x.StudentViewSource.LiteracyLevelName) @Html.DisplayFor(x => x.StudentViewContrast.LiteracyLevelName)
@Html.LabelFor(x => x.CultureModelName): @Html.DisplayFor(x => x.StudentViewSource.CultureModelName) @Html.DisplayFor(x => x.StudentViewContrast.CultureModelName)
@Html.LabelFor(x => x.Country): @Html.DisplayFor(x => x.StudentViewSource.Country) @Html.DisplayFor(x => x.StudentViewContrast.Country)
@Html.LabelFor(x => x.Place): @Html.DisplayFor(x => x.StudentViewSource.Place) @Html.DisplayFor(x => x.StudentViewContrast.Place)
@Html.LabelFor(x => x.BornPlace): @Html.DisplayFor(x => x.StudentViewSource.BornPlace) @Html.DisplayFor(x => x.StudentViewContrast.BornPlace)
@Html.LabelFor(x => x.HealthStateName): @Html.DisplayFor(x => x.StudentViewSource.HealthStateName) @Html.DisplayFor(x => x.StudentViewContrast.HealthStateName)
@Html.LabelFor(x => x.BloodGroupName): @Html.DisplayFor(x => x.StudentViewSource.BloodGroupName) @Html.DisplayFor(x => x.StudentViewContrast.BloodGroupName)
@Html.LabelFor(x => x.Specialty): @Html.DisplayFor(x => x.StudentViewSource.Specialty) @Html.DisplayFor(x => x.StudentViewContrast.Specialty)
@Html.LabelFor(x => x.Height): @Html.DisplayFor(x => x.StudentViewSource.Height) @Html.DisplayFor(x => x.StudentViewContrast.Height)
@Html.LabelFor(x => x.Weight): @Html.DisplayFor(x => x.StudentViewSource.Weight) @Html.DisplayFor(x => x.StudentViewContrast.Weight)
@Html.LabelFor(x => x.PlanningGraduateDate): @Html.DisplayFor(x => x.StudentViewSource.PlanningGraduateDate) @Html.DisplayFor(x => x.StudentViewContrast.PlanningGraduateDate)
@Html.LabelFor(x => x.IsDreamProjectName): @Html.CheckBoxFor(x => x.StudentViewSource.IsDreamProject, new Dictionary() { { "disabled", "true" } }) @Html.CheckBoxFor(x => x.StudentViewContrast.IsDreamProject, new Dictionary() { { "disabled", "true" } })
@Html.LabelFor(x => x.IsProofreadName): @Html.CheckBoxFor(x => x.StudentViewSource.IsProofread, new Dictionary() { { "disabled", "true" } }) @Html.CheckBoxFor(x => x.StudentViewContrast.IsProofread, new Dictionary() { { "disabled", "true" } })
学生联系信息
@Html.LabelFor(x => x.Email): @Html.DisplayFor(x => x.StudentViewSource.Email) @Html.DisplayFor(x => x.StudentViewContrast.Email)
@Html.LabelFor(x => x.Mobile): @Html.DisplayFor(x => x.StudentViewSource.Mobile) @Html.DisplayFor(x => x.StudentViewContrast.Mobile)
@Html.LabelFor(x => x.Telephone): @Html.DisplayFor(x => x.StudentViewSource.Telephone) @Html.DisplayFor(x => x.StudentViewContrast.Telephone)
@Html.LabelFor(x => x.ZIPCode): @Html.DisplayFor(x => x.StudentViewSource.ZIPCode) @Html.DisplayFor(x => x.StudentViewContrast.ZIPCode)
@Html.LabelFor(x => x.WeChatNum): @Html.DisplayFor(x => x.StudentViewSource.WeChatNum) @Html.DisplayFor(x => x.StudentViewContrast.WeChatNum)
@Html.LabelFor(x => x.QQ): @Html.DisplayFor(x => x.StudentViewSource.QQ) @Html.DisplayFor(x => x.StudentViewContrast.QQ)
@Html.LabelFor(x => x.HomeAddress): @Html.DisplayFor(x => x.StudentViewSource.HomeAddress) @Html.DisplayFor(x => x.StudentViewContrast.HomeAddress)
@Html.LabelFor(x => x.WorkUnit): @Html.DisplayFor(x => x.StudentViewSource.WorkUnit) @Html.DisplayFor(x => x.StudentViewContrast.WorkUnit)
@Html.LabelFor(x => x.Address): @Html.DisplayFor(x => x.StudentViewSource.Address) @Html.DisplayFor(x => x.StudentViewContrast.Address)
@Html.LabelFor(x => x.Dormitory): @Html.DisplayFor(x => x.StudentViewSource.Dormitory) @Html.DisplayFor(x => x.StudentViewContrast.Dormitory)
@Html.LabelFor(x => x.Recipient): @Html.DisplayFor(x => x.StudentViewSource.Recipient) @Html.DisplayFor(x => x.StudentViewContrast.Recipient)
学生缴费信息
@Html.LabelFor(x => x.BankName): @Html.DisplayFor(x => x.StudentViewSource.BankName) @Html.DisplayFor(x => x.StudentViewContrast.BankName)
@Html.LabelFor(x => x.CardNo): @Html.DisplayFor(x => x.StudentViewSource.CardNo) @Html.DisplayFor(x => x.StudentViewContrast.CardNo)
高考招生信息
@Html.LabelFor(x => x.ExamineeNum): @Html.DisplayFor(x => x.StudentViewSource.ExamineeNum) @Html.DisplayFor(x => x.StudentViewContrast.ExamineeNum)
@Html.LabelFor(x => x.AdmissionTicketNo): @Html.DisplayFor(x => x.StudentViewSource.AdmissionTicketNo) @Html.DisplayFor(x => x.StudentViewContrast.AdmissionTicketNo)
@Html.LabelFor(x => x.ExamineeTypeName): @Html.DisplayFor(x => x.StudentViewSource.ExamineeTypeName) @Html.DisplayFor(x => x.StudentViewContrast.ExamineeTypeName)
@Html.LabelFor(x => x.EntranceDate): @Html.DisplayFor(x => x.StudentViewSource.EntranceDate) @Html.DisplayFor(x => x.StudentViewContrast.EntranceDate)
@Html.LabelFor(x => x.Score): @Html.DisplayFor(x => x.StudentViewSource.Score) @Html.DisplayFor(x => x.StudentViewContrast.Score)
@Html.LabelFor(x => x.EntranceWayName): @Html.DisplayFor(x => x.StudentViewSource.EntranceWayName) @Html.DisplayFor(x => x.StudentViewContrast.EntranceWayName)
@Html.LabelFor(x => x.FeaturesName): @Html.DisplayFor(x => x.StudentViewSource.FeaturesName) @Html.DisplayFor(x => x.StudentViewContrast.FeaturesName)
@Html.LabelFor(x => x.TerritorialName): @Html.DisplayFor(x => x.StudentViewSource.TerritorialName) @Html.DisplayFor(x => x.StudentViewContrast.TerritorialName)
@Html.LabelFor(x => x.Area): @Html.DisplayFor(x => x.StudentViewSource.Area) @Html.DisplayFor(x => x.StudentViewContrast.Area)
其它信息
@Html.LabelFor(x => x.Career): @Html.DisplayTextFor(x => x.StudentViewSource.CardNo) @Html.DisplayTextFor(x => x.StudentViewContrast.CardNo)
@Html.LabelFor(x => x.Remark): @Html.DisplayTextFor(x => x.StudentViewSource.Remark) @Html.DisplayTextFor(x => x.StudentViewContrast.Remark)
@Html.LabelFor(x => x.Action): @Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.None, ID = "ddlAction", Name = "ddlAction", ItemList = listAction, SelectedValue = defaultActionValue })
@Html.LabelFor(x => x.Comment): @Html.TextAreaFor(x => x.Comment, new Dictionary { { "style", "width: 98%;min-height: 50px" } })
}