@{ ViewBag.Title = "学生学籍"; Layout = "~/Views/Shared/_Index.cshtml"; } @Html.AppendCssFile("/Views/UserCenter/user.css")
@*
基本信息
*@
@**@
{{studentInfo.StuName}}
  • 性       别 : {{studentInfo.GenderNo | sex}}
  • 出生日期 : {{studentInfo.Birthday | date}}
  • 联系电话 : {{studentInfo.mobile}}
  • 校       区 : {{baseInfo.F_SchoolId | company}}
  • 学       号 : {{studentInfo.StuNo}}
  • 本  专  科 : {{studentInfo.GraduateNo | graduateNo}}
  • 年       级 : {{studentInfo.Grade}}
基本信息
  • 民 族 : {{studentInfo.NationalityNo |nationalityNo}}
  • 政治面貌 : {{studentInfo.PartyFaceNo | partyFaceNo}}
  • 身份证号 : {{studentInfo.IdentityCardNo}}
  • E-mail : {{studentInfo.EMail}}
  • 户 籍 省 : {{studentInfo.F_ProvinceId | province}}
  • 户籍地市 : {{studentInfo.F_CityId | city}}
  • 户籍县区 : {{studentInfo.F_CountyId | area}}
  • 户籍地址 : {{studentInfo.FatherUnit}}
家庭情况
  • 父亲姓名 : {{studentInfo.FatherName}}
  • 父亲电话 : {{studentInfo.FatherPhone}}
  • 母亲姓名 : {{studentInfo.MatherName}}
  • 母亲电话 : {{studentInfo.MatherPhone}}
  • 监护人姓名 : {{studentInfo.GuardianName}}
  • 监护人电话 : {{studentInfo.GuardianPhone}}
  • 港澳台侨 : {{studentInfo.OverseasChineseNo | overseasChineseNo}}
  • 健康状况 : {{studentInfo.HealthStatusNo | healthStatusNo}}
  • 邮政编码 : {{studentInfo.PostalCode}}
  • 通信地址 : {{studentInfo.MailAddress}}
学籍信息
  • 通知书号 : {{studentInfo.NoticeNo}}
  • 考 生 号 : {{studentInfo.ksh}}
  • 系所 : {{studentInfo.DeptNo | deptNo}}
  • 专 业 : {{studentInfo.MajorNo | majorNo}}
  • 班 级 : {{studentInfo.ClassNo | class}}
  • 报到日期 : {{studentInfo.RegisterDate | date}}
  • 入学年月 : {{studentInfo.EntranceDate | date}}
  • 入党时间 : {{studentInfo.JoinPartyDate | date}}
  • 入团时间 : {{studentInfo.JoinLeagueDate | date}}
  • 档案地址 : {{studentInfo.MatherUnit}}
联系方式
  • 校内地址 : {{studentInfo.InSchoolAddress}}
  • QQ : {{studentInfo.QQ}}
  • 校内电话 : {{studentInfo.InSchoolTelephone}}
@*
学校*
学号*
考生号*
通知书号*
身份证号*
姓名*
民族*
性别*
政治面貌
出生日期*
健康状况
籍贯
照片
联系电话*
E-mail
通信地址*
邮政编码*
户口所在地
档案所在地
父亲姓名*
父亲电话*
母亲姓名*
母亲电话*
家庭出身
港澳台侨
年级*
本专科
报到日期*
系所*
专业*
班级*
入学年月*
入党时间
入团时间
校内地址
校内电话
QQ
特长
备注
毕业证书备注
@Html.AppendJsFile("/Areas/EducationalAdministration/Views/StuInfoBasic/FormView.js")*@