You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

358 lines
23 KiB

  1. @model Learun.Application.TwoDevelopment.AdmissionsPlatform.AP_OnlineUserInfoEntity
  2. <!DOCTYPE HTML>
  3. <html>
  4. <head>
  5. <meta http-equiv="X-UA-Compatible" content="IE=7,IE=8,IE=9,IE=10" />
  6. <meta name="”renderer”" content="”webkit|ie-comp|ie-stand”" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  11. <meta name="renderer" content="webkit">
  12. <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
  13. <title>网上报名-报考登记表</title>
  14. <link href="~/Content/bootstrap/bootstrap.min.css" rel="stylesheet" />
  15. <link href="~/Content/css/OnlineRegistrate/bootstrap.css" rel="stylesheet" />
  16. <link href="~/Content/css/OnlineRegistrate/default.css" rel="stylesheet" />
  17. <link href="~/Content/css/OnlineRegistrate/hddb.css" rel="stylesheet" />
  18. <link href="~/Content/css/OnlineRegistrate/style1.css" rel="stylesheet" />
  19. <link href="~/Content/css/OnlineRegistrate/zyjs.css" rel="stylesheet" />
  20. <link href="~/Content/css/OnlineRegistrate/login.css" rel="stylesheet" />
  21. <link href="~/Content/css/OnlineRegistrate/style.css" rel="stylesheet" />
  22. <link href="~/Content/jquery/plugin/layer/skin/default/layer.css" rel="stylesheet" />
  23. <script src="~/Content/jquery/jquery-1.10.2.min.js"></script>
  24. <script src="~/Content/bootstrap/bootstrap.min.js"></script>
  25. <script src="~/Content/js/OnlineRegistrate/bootstrapValidator.js"></script>
  26. <script src="~/Content/js/OnlineRegistrate/tooltips.js"></script>
  27. <script src="~/Content/jquery/plugin/layer/layer.js"></script>
  28. </head>
  29. <body style="overflow-x: hidden;">
  30. <div id="header"></div>
  31. <div class="page-container">
  32. <div class="page-content">
  33. <div class="row">
  34. <div class="col-md-12">
  35. <div class="section section-body">
  36. <div class="row tl-con" style="padding: 20px;">
  37. <div class="zp zp2">
  38. <div class="">
  39. @if (Model.PhotoUrl == null || Model.PhotoUrl == "")
  40. {
  41. <img src="~/Content/images/OnlineRegistrate/mrtx.jpg" style="width: 170px; height: 200px;" />
  42. }
  43. else
  44. {
  45. <img src="@Model.PhotoUrl" style="width: 170px; height: 200px;" />
  46. }
  47. </div>
  48. </div>
  49. <div class="zp3" style="padding-left: 90px; padding-top: 15px;">
  50. <h3>报考校区:<span id="CampusId"></span></h3>
  51. <p style="margin-top: 25px;">
  52. 您好:@Model.RealName 同学,欢迎登录报名系统!
  53. @if (Model.AP_OnlineStudentInfoEntity.IsPaymentId == "1")
  54. {
  55. if (Model.AP_OnlineStudentInfoEntity.IsReportId == "1")
  56. {
  57. <span style="color:green;">报到成功,欢迎加入山西冶金技师学院!</span>
  58. }
  59. else
  60. {
  61. <span style="color:blue;">缴费成功,请去学校报到!</span>
  62. }
  63. }
  64. else
  65. {
  66. <span style="color: red;">您当前还未缴费,请先缴费!</span>
  67. }
  68. </p>
  69. <div class="form-group" style="margin-top: 25px;">
  70. @if (Model.AP_OnlineStudentInfoEntity.IsPaymentId == "1")
  71. {
  72. <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '../QuestionManage/QuestionEdit.aspx'">问卷调查</button>
  73. }
  74. else
  75. {
  76. <button type="reset" class="btn btn-primary" style=" margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/MajorInfo?userId=@Model.Id&isReselect=true'">重选专业</button>
  77. <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/PaymentMoney?userId=@Model.Id&isLogin=true'">缴纳学费</button>
  78. }
  79. <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/RegistrateFormEdit?userId=@Model.Id'">完善资料</button>
  80. <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/PasswordEdit?userId=@Model.Id'">修改密码</button>
  81. <button type="reset" class="btn btn-primary" style="margin-left: 10px; margin-top:10px;" onclick="window.location.href = '/OnlineRegistrate/Login'">退出系统</button>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. <div class="row" style="margin-top: 20px;" id="ziliao">
  89. <div class="col-md-12">
  90. <div class="section classroom-schedule-list">
  91. <div style="padding-bottom: 15px;">
  92. <form id="defaultForm" class="form-horizontal" role="form" onsubmit="return false;" novalidate="novalidate">
  93. <div style="text-align: center; background-color: #f6f6f6; font-family: 黑体; line-height: 60px; font-size: 24px; height: 61px; color: #3d3d3d;">山西省技工院校招生报考登记表</div>
  94. <div class="col-md-12 " style="margin-top: 15px;">
  95. <table class="table " style="border-bottom: 1px #dbdbdb solid;">
  96. <tr style="text-align: left;">
  97. <td class="col-sm-4">报考类别:<span id="ExamineTypeId"></span></td>
  98. <td class="col-sm-4">考生类别:<span id="ExamineeTypeId"></span></td>
  99. <td class="col-sm-4">考生情况:<span id="ExamineeConditionId"></span></td>
  100. </tr>
  101. <tr style="text-align: left;">
  102. <td class="col-sm-4">省:<span id="Province"></span></td>
  103. <td class="col-sm-4 ">市:<span id="City"></span></td>
  104. <td class="col-sm-4">县区:<span id="Country"></span></td>
  105. </tr>
  106. <tr style="text-align: left;">
  107. <td class="col-sm-4 ">姓名:@Model.RealName</td>
  108. <td class="col-sm-4">性别:<span id="SexId"></span></td>
  109. <td class="col-sm-4">出生年月:@Model.BirthDate</td>
  110. </tr>
  111. <tr style="text-align: left;">
  112. <td class="col-sm-4 ">民族:<span id="Nation"></span></td>
  113. <td class="col-sm-4">家庭出生:<span id="FamilyBirthId"></span></td>
  114. <td class="col-sm-4">本人成分:@Model.AP_OnlineStudentInfoEntity.OneselfComponent</td>
  115. </tr>
  116. <tr style="text-align: left;">
  117. <td class="col-sm-4 ">政治面貌:<span id="PoliticsFace"></span></td>
  118. <td class="col-sm-4">籍贯:@Model.Origin</td>
  119. <td class="col-sm-4">文化程度:<span id="CultureId"></span></td>
  120. </tr>
  121. <tr style="text-align: left;">
  122. <td class="col-sm-4 ">婚否:<span id="MarriageId"></span></td>
  123. <td class="col-sm-4">属何种照顾对象:@Model.AP_OnlineStudentInfoEntity.WhichCareObject</td>
  124. <td class="col-sm-4">有何特长:@Model.AP_OnlineStudentInfoEntity.Hobbies</td>
  125. </tr>
  126. <tr style="text-align: left;">
  127. <td class="col-sm-4 ">户口类型:<span id="OriginId"></span></td>
  128. <td class="col-sm-4">现学习或工作单位:@Model.AP_OnlineStudentInfoEntity.WorkUnit</td>
  129. <td class="col-sm-4">任何职务:@Model.AP_OnlineStudentInfoEntity.PostDuties</td>
  130. </tr>
  131. <tr style="text-align: left;">
  132. <td class="col-sm-4 ">邮编:@Model.ZipCode</td>
  133. <td class="col-sm-4">工种:@Model.AP_OnlineStudentInfoEntity.WorkTypeId</td>
  134. <td class="col-sm-4">证书编号:@Model.AP_OnlineStudentInfoEntity.CertificateNumber</td>
  135. </tr>
  136. <tr style="text-align: left;">
  137. <td class="col-sm-4 ">现户口所在地:@Model.OriginAddress</td>
  138. <td class="col-sm-4">联系电话:@Model.Phone</td>
  139. <td class="col-sm-4">身份证号:@Model.CertNum</td>
  140. </tr>
  141. </table>
  142. <table class="table table-condensed">
  143. <tr>
  144. <td style="height: 7px;">家庭住址:@Model.DetailedAddress</td>
  145. </tr>
  146. <tr>
  147. <td style="height: 80px;">何时何地受过何种奖励或处分:@Model.AP_OnlineStudentInfoEntity.RewardOrPunish</td>
  148. </tr>
  149. <tr>
  150. <td style="height: 60px; border-bottom: 1px #dbdbdb solid;"></td>
  151. </tr>
  152. </table>
  153. </div>
  154. <div class="title-panel">
  155. <button type="reset" class="btn" style="background: #e99f00; color: #ffffff; width: 131px; height: 44px; font-size: 14px; margin-top: 15px;">报考志愿</button>
  156. </div>
  157. <div class="col-sm-12" style="margin-top: 15px;">
  158. <table class="table table-bordered">
  159. <tr style="text-align: center;">
  160. <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">学校代码</td>
  161. <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">学校名称</td>
  162. <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">工程专业</td>
  163. </tr>
  164. <tr style="text-align: center;">
  165. <td class="col-md-4"><span id="SchoolCode"></span></td>
  166. <td class="col-md-4"><span id="SchoolId"></span></td>
  167. <td class="col-md-4"><span id="MajorId"></span></td>
  168. </tr>
  169. </table>
  170. </div>
  171. <div style="padding-top: 15px; padding-bottom: 15px;">
  172. <div class="title-panel">
  173. <button type="reset" class="btn" style="background: #e99f00; color: #ffffff; width: 131px; height: 44px; font-size: 14px;">本人简历</button>
  174. </div>
  175. </div>
  176. <div class="col-sm-12" style="margin-top: 15px;">
  177. <table class="table table-bordered">
  178. <tr style="text-align: center;">
  179. <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">自何年何月</td>
  180. <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">至何年何月</td>
  181. <td class=" col-md-4" style="background-color: #bababa; color: #ffffff;">在何地和单位学习或工作</td>
  182. </tr>
  183. @foreach (var item in Model.AP_OnlineStudentResumeInfoList)
  184. {
  185. <tr style="text-align: center;">
  186. <td class="col-md-4">@item.StartDate</td>
  187. <td class="col-md-4">@item.EndDate</td>
  188. <td class="col-md-4">@item.WhereWorkStudy</td>
  189. </tr>
  190. }
  191. </table>
  192. </div>
  193. <div style="padding-top: 15px; padding-bottom: 15px;">
  194. <div class="title-panel">
  195. <button type="reset" class="btn" style="background: #e99f00; color: #ffffff; width: 285px; height: 44px; font-size: 14px;">家庭主要成员和主要社会关系</button>
  196. </div>
  197. </div>
  198. <div class="col-sm-12" style="margin-top: 15px;">
  199. <table class="table table-bordered">
  200. <tr style="text-align: center;">
  201. <td class=" col-md-1" style="background-color: #bababa; color: #ffffff;">称呼</td>
  202. <td class=" col-md-2" style="background-color: #bababa; color: #ffffff;">姓名</td>
  203. <td class="col-md-3" style="background-color: #bababa; color: #ffffff;">政治面貌</td>
  204. <td class="col-md-3" style="background-color: #bababa; color: #ffffff;">现在何单位工作</td>
  205. <td class="col-md-3" style="background-color: #bababa; color: #ffffff;">任何职务</td>
  206. </tr>
  207. @foreach (var item in Model.AP_OnlineStudentFamilyInfoList)
  208. {
  209. <tr style="text-align: center;">
  210. <td class="col-md-1">@item.FamilyName</td>
  211. <td class="col-md-2">@item.RealName</td>
  212. <td class="col-md-3">
  213. <span id="@item.Id"></span>
  214. <script>
  215. $.ajax({
  216. url: "/OnlineRegistrate/GetDataSourceMap?code=BCdPartyFace",
  217. async: false,
  218. success: function (msg) {
  219. var msgObject = $.parseJSON(msg);
  220. if (msgObject.code == 200) {
  221. $.each(msgObject.data, function (i, item) {
  222. if (item["partyfaceno"] == @item.PoliticalId) {
  223. $("#@item.Id").html(item["partyface"]);
  224. return;
  225. }
  226. });
  227. } else {
  228. layer.msg(msgObject.info);
  229. }
  230. },
  231. });
  232. </script>
  233. </td>
  234. <td class="col-md-3">@item.WorkUnit</td>
  235. <td class="col-md-3">@item.Duties</td>
  236. </tr>
  237. }
  238. </table>
  239. </div>
  240. <div class="form-group">
  241. <div class="col-sm-offset-2 col-sm-8 text-center margin-top-15">
  242. <button type="reset" class="btn btn-primary" onclick="window.location.href = '/OnlineRegistrate/RegistrateFormEdit?userId=@Model.Id'">完善资料</button>
  243. </div>
  244. </div>
  245. </form>
  246. </div>
  247. </div>
  248. </div>
  249. </div>
  250. </div>
  251. </div>
  252. <div id="footer"></div>
  253. <script>
  254. $(function () {
  255. $('#header').load('../Content/css/OnlineRegistrate/Header.html');
  256. $('#footer').load('../Content/css/OnlineRegistrate/Footer.html');
  257. })
  258. </script>
  259. <script>
  260. //绑定字典或源的值
  261. function GetDataSourceStr(code, value, text, valueStr, box) {
  262. $(box).html("");
  263. $.ajax({
  264. url: "/OnlineRegistrate/GetDataSourceMap?code=" + code,
  265. async: false,
  266. success: function (msg) {
  267. var msgObject = $.parseJSON(msg);
  268. if (msgObject.code == 200) {
  269. $.each(msgObject.data, function (i, item) {
  270. if (item[value] == valueStr) {
  271. $(box).html(item[text]);
  272. return;
  273. }
  274. });
  275. } else {
  276. layer.msg(msgObject.info);
  277. }
  278. },
  279. });
  280. return;
  281. };
  282. function GetDataItemStr(code, valueStr, box) {
  283. $(box).html("");
  284. $.ajax({
  285. url: "/OnlineRegistrate/GetDataItemMap?code=" + code,
  286. async: false,
  287. success: function (msg) {
  288. var msgObject = $.parseJSON(msg);
  289. if (msgObject.code == 200) {
  290. $.each(msgObject.data, function (i, item) {
  291. if (item["F_ItemValue"] == valueStr) {
  292. $(box).html(item["F_ItemName"]);
  293. return;
  294. }
  295. });
  296. } else {
  297. layer.msg(msgObject.info);
  298. }
  299. },
  300. });
  301. return;
  302. };
  303. GetDataSourceStr("company", "f_companyid", "f_fullname", "@Model.CampusId", "#CampusId");
  304. GetDataItemStr("ExamineType", "@Model.AP_OnlineStudentInfoEntity.ExamineTypeId","#ExamineTypeId");
  305. GetDataItemStr("GraduateCategory", "@Model.AP_OnlineStudentInfoEntity.ExamineeTypeId","#ExamineeTypeId");
  306. GetDataItemStr("ExamineeCategory", "@Model.AP_OnlineStudentInfoEntity.ExamineeConditionId", "#ExamineeConditionId");
  307. GetDataSourceStr("DIC_PROVINCE", "pcode", "pname", "@Model.Province", "#Province");
  308. GetDataSourceStr("DIC_CITY", "ccode", "cname", "@Model.City", "#City");
  309. GetDataSourceStr("DIC_AREA", "acode", "aname", "@Model.Country", "#Country");
  310. GetDataItemStr("usersex", "@Model.SexId", "#SexId");
  311. GetDataSourceStr("BCdNationality", "nationalityno", "nationality", "@Model.Nation", "#Nation");
  312. GetDataItemStr("FamilyBirth", "@Model.AP_OnlineStudentInfoEntity.FamilyBirthId", "#FamilyBirthId");
  313. GetDataSourceStr("BCdPartyFace", "partyfaceno", "partyface", "@Model.PoliticsFace", "#PoliticsFace");
  314. GetDataSourceStr("BCdCultureDegree", "culturedegreeno", "culturedegree", "@Model.AP_OnlineStudentInfoEntity.CultureId", "#CultureId");
  315. GetDataItemStr("MarriageType", "@Model.AP_OnlineStudentInfoEntity.MarriageId", "#MarriageId");
  316. GetDataItemStr("ResidenceNo", "@Model.OriginId", "#OriginId");
  317. GetDataSourceStr("CdMajorInfo", "majorno", "majorname", "@Model.AP_OnlineStudentInfoEntity.MajorId", "#MajorId");
  318. GetDataSourceStr("company", "f_companyid", "f_fullname", "@Model.AP_OnlineStudentInfoEntity.SchoolId", "#SchoolId");
  319. GetDataSourceStr("company", "f_companyid", "f_encode", "@Model.AP_OnlineStudentInfoEntity.SchoolId", "#SchoolCode");
  320. </script>
  321. </body>
  322. </html>