show.blade.php 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. @extends('module.layouts.content')
  2. @push('meta')
  3. @endpush
  4. @push('css')
  5. <link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
  6. <link href="{{theme_asset('app/css/recruit/recruit.css')}}" rel="stylesheet" type="text/css"/>
  7. <link href="{{theme_asset('app/css/recruit/apply_show.css')}}" rel="stylesheet" type="text/css"/>
  8. <link href="{{theme_asset('app/css/common_ajax_dialog.css')}}" rel="stylesheet"/>
  9. <style>
  10. .right_nav_li ul li {
  11. height: 30px;
  12. line-height: 30px;
  13. font-size: 17px;
  14. }
  15. </style>
  16. @endpush
  17. @push('js')
  18. @endpush
  19. @section('content')
  20. <div class="recruit_container clearfix">
  21. <div class="recruit_show_content" style="margin-top: 10px">
  22. @if($public_notice_switch)
  23. <div class="title">{{ $info->name }}</div>
  24. @else
  25. <div class="title">{{ $public_notice->title }}</div>
  26. @endif
  27. <div class="recruit_step" id="step">
  28. <div class="times_line">
  29. </div>
  30. <ul class="process">
  31. @foreach($info->steps as $step)
  32. <li class="dis_li" data-index="{{ $step['step_id'] }}">
  33. <p class="name">{{ $step['name'] }}</p>
  34. <p class="time">
  35. {{ $step['time'] }}
  36. </p>
  37. </li>
  38. @endforeach
  39. </ul>
  40. </div>
  41. <div class="recruit_content">
  42. @if($public_notice_switch)
  43. {!! $info->introduction !!}
  44. @else
  45. {!! $public_notice->content !!}
  46. @endif
  47. </div>
  48. </div>
  49. <div class="content_right_nav right_nav_li" id="sidebar" style="padding-top:75px;padding-bottom:17px;">
  50. <ul>
  51. <a href="javascript:void(0)" id="to_sign_up" data-id="{{$info->id}}" >
  52. <li style="background: #1280dd;float: left;margin-bottom:10px;">
  53. 报名/查看报名
  54. </li>
  55. </a>
  56. @if(in_array(3,explode(',',$recruit->step)))
  57. <a href="javascript:void(0)" id="pen_ticket" data-id="{{$info->id}}" >
  58. <li style="background:#ff9900;float: left;margin-bottom:10px;">笔试准考证打印</li>
  59. </a>
  60. @endif
  61. @if(in_array(4,explode(',',$recruit->step)))
  62. <a href="javascript:void(0)" id="computer_ticket" data-id="{{$info->id}}" >
  63. <li style="background:#19b38d;float: left;margin-bottom:10px;">上机/考核准考证打印</li>
  64. </a>
  65. @endif
  66. @if(in_array(5,explode(',',$recruit->step)))
  67. <a href="javascript:void(0)" id="face_ticket" data-id="{{$info->id}}" >
  68. <li style="background:#bc3fbb;float: left;margin-bottom:10px;">面试通知书打印</li>
  69. </a>
  70. @endif
  71. @if(in_array(6,explode(',',$recruit->step)))
  72. <a href="javascript:void(0)" id="reexamine_ticket" data-id="{{$info->id}}" >
  73. <li style="background:#eb0b50;float: left;margin-bottom:10px;">复试通知书打印</li>
  74. </a>
  75. @endif
  76. @if($recruit->show_report)
  77. <a href="{{ route('recruit.sign_up_count',array('id'=>$recruit->id)) }}" >
  78. <li style="background:#7e6740;float: left;margin-bottom:10px;">报名人数统计</li>
  79. </a>
  80. @endif
  81. @if($recruit->id == 19)
  82. <a href="{{ route('recruit.health_info',array('id'=>$recruit->id,'type' => 'face')) }}" >
  83. <li style="background:#EFC1B3;float: left;margin-bottom:10px;">健康信息登记</li>
  84. </a>
  85. @endif
  86. @if($recruit->id == 18)
  87. <a href="{{ route('recruit.material_supplement',array('id'=>$recruit->id)) }}" >
  88. <li style="background:#67C23A;float: left;margin-bottom:10px;">考察审核</li>
  89. </a>
  90. <a href="{{ route('recruit.post_select',array('recruit_id'=>$recruit->id)) }}" >
  91. <li style="background:#764DB3;float: left;margin-bottom:10px;">择岗</li>
  92. </a>
  93. <a href="{{ route('recruit.supplement_info',array('id'=>$recruit->id)) }}" >
  94. <li style="background:#764DB3;float: left;margin-bottom:10px;">信息采集</li>
  95. </a>
  96. @endif
  97. <div style="clear: both;"></div>
  98. </ul>
  99. <div class="content_right_notice" style="margin-top: 20px;">
  100. @if($public_notice_switch)
  101. <!--标题-->
  102. <div class="right_notice_title">
  103. <b></b>
  104. <span class="tit">最新公告</span>
  105. </div>
  106. <!--内容-->
  107. <div class="right_notice_con">
  108. @if(!isset($list))
  109. &nbsp;&nbsp;暂无相关公告
  110. @else
  111. @foreach($list as $item)
  112. <a href="{{ route('recruit.index.show',array('id'=>$recruit->id,'notice' => $item->id)) }}" target="_blank">
  113. <div class="ico" style="display:inline-block;vertical-align: middle;height: 30px;">
  114. <b class="yuan"></b>
  115. </div>
  116. <div class="notice_con_right" style="display:inline-block;">
  117. <span style="display:inline-block;width:156px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{$item->title}}</span>
  118. <span style="display:inline-block;"
  119. class="notice_con_right_time">{{substr($item->created_at,0,10) }}</span>
  120. </div>
  121. </a>
  122. @endforeach
  123. @endif
  124. </div>
  125. @else
  126. <div class="right_notice_title">
  127. <b></b>
  128. <span class="tit">原始招聘公告</span>
  129. </div>
  130. <!--内容-->
  131. <div class="right_notice_con">
  132. <a href="{{ route('recruit.index.show',array('id'=>$recruit->id)) }}" target="_blank">
  133. <div class="ico" style="display:inline-block;vertical-align: middle;height: 30px;">
  134. <b class="yuan"></b>
  135. </div>
  136. <div class="notice_con_right" style="display:inline-block;">
  137. <span style="display:inline-block;width:156px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{$recruit->name}}</span>
  138. <span style="display:inline-block;"
  139. class="notice_con_right_time">{{substr($recruit->created_at,0,10) }}</span>
  140. </div>
  141. </a>
  142. </div>
  143. @endif
  144. </div>
  145. </div>
  146. </div>
  147. <div id="commit0" style="display:none">
  148. <div style="width: 1000px;margin: 0 auto">
  149. <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  150. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生健康申明卡及安全考试承诺书</span>
  151. </p>
  152. <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  153. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">特别提示:为确保您顺利应考,考试报到时,须携带考前48小时内(8月25日及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
  154. </p>
  155. <p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
  156. <strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">姓名:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->realname}}&nbsp;</span></span></strong>&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">性别:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->sex == 0 ? '女' : '男'}}&nbsp;</span></span></strong>&nbsp;&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">身份证号:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->card}}&nbsp;<span style="font-family:微软雅黑">&nbsp;</span></span></span></strong>&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">有效手机联系方式:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp; {{$appoint_info->mobile}}&nbsp;</span></span></strong>
  157. </p>
  158. <p style="margin-bottom: 0;margin-left: 0;text-indent: 14px;line-height: 37px">
  159. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px">&nbsp; &nbsp;</span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">1.本人过去7日内,有出现发热、干咳、乏力、鼻塞、流涕、咽痛、腹泻等症状。</span>
  160. </p>
  161. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  162. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">2.本人属于新冠肺炎确诊病例、无症状感染者。&nbsp;</span>
  163. </p>
  164. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  165. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">3.本人属于集中医学观察期、居家医学观察、居家健康监测期内的人员。</span>
  166. </p>
  167. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  168. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">4.本人过去7日内,有中高风险地区(以考试当日国家卫生健康委公布数据为准)所在县(市、区)旅居史。&nbsp;</span>
  169. </p>
  170. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  171. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">5.本人过去10日内从境外(含港澳台)入境。</span>
  172. </p>
  173. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  174. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">6.本人过去10日内与新冠肺炎确诊病例、疑似病例或已发现无症状感染者有接触史。</span>
  175. </p>
  176. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  177. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">7.本人过去10日内与来自境外(含港澳台)人员有接触史。</span>
  178. </p>
  179. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  180. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">8.本人共同居住的家庭成员中有上述1至7的情况。</span>
  181. </p>
  182. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  183. <strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">本人承诺不存在上述1-8情形。</span></strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">如因隐瞒或虚假填报引起检疫传染病传播或者有传播严重危险而影响公共安全的后果,本人将承担相应的法律责任,自愿接受《中华人民共和国刑法》《治安管理处罚法》《传染病防治法》和《关于依法惩治妨害新型冠状病毒感染肺炎疫情防控违法犯罪的意见》等法律法规的处罚和制裁。</span>
  184. </p>
  185. <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  186. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"><input type="checkbox" class="agree_commit_normal" /> 我已知晓上述内容并承诺遵守。</span>
  187. </p>
  188. {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
  189. {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
  190. {{-- </p>--}}
  191. <p>
  192. <br/>
  193. </p>
  194. </div>
  195. </div>
  196. <div id="commit" style="display:none">
  197. <div style="width: 1000px;margin: 0 auto">
  198. <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  199. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生健康申明卡及安全考试承诺书</span>
  200. </p>
  201. <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  202. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">特别提示:为确保您顺利应考,考试报到时,须携带考前48小时内(8月18日及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
  203. </p>
  204. <p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
  205. <strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">姓名:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->realname}}&nbsp;</span></span></strong>&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">性别:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->sex == 0 ? '女' : '男'}}&nbsp;</span></span></strong>&nbsp;&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">身份证号:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->card}}&nbsp;<span style="font-family:微软雅黑">&nbsp;</span></span></span></strong>&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">有效手机联系方式:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp; {{$appoint_info->mobile}}&nbsp;</span></span></strong>
  206. </p>
  207. <p style="margin-bottom: 0;margin-left: 0;text-indent: 14px;line-height: 37px">
  208. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px">&nbsp; &nbsp;</span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">1.1.本人过去7日内,有出现发热、干咳、乏力、鼻塞、流涕、咽痛、腹泻等症状。</span>
  209. </p>
  210. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  211. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">2.本人属于新冠肺炎确诊病例、无症状感染者。</span>
  212. </p>
  213. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  214. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">3.本人属于集中医学观察期、居家医学观察、居家健康监测期内的人员。</span>
  215. </p>
  216. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  217. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">4.本人过去7日内,有中高风险地区(以考试当日国家卫生健康委公布数据为准)所在县(市、区)旅居史。&nbsp;</span>
  218. </p>
  219. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  220. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">5.本人过去10日内从境外(含港澳台)入境。</span>
  221. </p>
  222. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  223. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">6.本人过去10日内与新冠肺炎确诊病例、疑似病例或已发现无症状感染者有接触史。 </span>
  224. </p>
  225. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  226. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">7.本人过去10日内与来自境外(含港澳台)人员有接触史。</span>
  227. </p>
  228. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  229. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">8.本人共同居住的家庭成员中有上述1至7的情况。</span>
  230. </p>
  231. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  232. <strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">本人承诺不存在上述1-8情形。</span></strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">如因隐瞒或虚假填报引起检疫传染病传播或者有传播严重危险而影响公共安全的后果,本人将承担相应的法律责任,自愿接受《中华人民共和国刑法》《治安管理处罚法》《传染病防治法》和《关于依法惩治妨害新型冠状病毒感染肺炎疫情防控违法犯罪的意见》等法律法规的处罚和制裁。</span>
  233. </p>
  234. <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  235. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"><input type="checkbox" class="agree_commit" /> 我已知晓上述内容并承诺遵守。</span>
  236. </p>
  237. {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
  238. {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
  239. {{-- </p>--}}
  240. <p>
  241. <br/>
  242. </p>
  243. </div>
  244. </div>
  245. <div id="commit1" style="display:none">
  246. <div style="width: 1000px;margin: 0 auto">
  247. <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  248. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生报考承诺书</span>
  249. </p>
  250. <p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
  251. <strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">姓名:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->realname}}&nbsp;</span></span></strong>&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">性别:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->sex == 0 ? '女' : '男'}}&nbsp;</span></span></strong>&nbsp;&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">身份证号:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp;{{$appoint_info->card}}&nbsp;<span style="font-family:微软雅黑">&nbsp;</span></span></span></strong>&nbsp;&nbsp;<strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">有效手机联系方式:</span></strong><strong><span style="text-decoration:underline;"><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 14px">&nbsp; {{$appoint_info->mobile}}&nbsp;</span></span></strong>
  252. </p>
  253. <p style="margin-bottom: 0;margin-left: 0;text-indent: 14px;line-height: 37px">
  254. <form class="commit_step_2">
  255. <table width="100%">
  256. <tbody>
  257. <tr>
  258. <td style="line-height: 37px" width="90%">
  259. 1.本人为现役军人;
  260. </td>
  261. <td>
  262. <input type="radio" name="q11" value="1" />是
  263. </td>
  264. <td>
  265. <input type="radio" name="q11" value="0" />否
  266. </td>
  267. </tr>
  268. <tr>
  269. <td style="line-height: 37px">
  270. 2.本人为普通高等院校全日制在读的非应届毕业生;
  271. </td>
  272. <td>
  273. <input type="radio" name="q12" value="1" />是
  274. </td>
  275. <td>
  276. <input type="radio" name="q12" value="0" />否
  277. </td>
  278. </tr>
  279. <tr>
  280. <td style="line-height: 37px">
  281. 3.本人曾受过刑事处罚的或涉嫌违法犯罪尚未查清;
  282. </td>
  283. <td>
  284. <input type="radio" name="q13" value="1" />是
  285. </td>
  286. <td>
  287. <input type="radio" name="q13" value="0" />否
  288. </td>
  289. </tr>
  290. <tr>
  291. <td style="line-height: 37px">
  292. 4.本人因聚众赌博、嫖娼等被处以治安拘留及以上处罚,或有涉毒问题;
  293. </td>
  294. <td>
  295. <input type="radio" name="q14" value="1" />是
  296. </td>
  297. <td>
  298. <input type="radio" name="q14" value="0" />否
  299. </td>
  300. </tr>
  301. <tr>
  302. <td style="line-height: 37px">
  303. 5.本人为尚未解除党纪、政纪处分或正在接受纪律审查的人员;
  304. </td>
  305. <td>
  306. <input type="radio" name="q15" value="1" />是
  307. </td>
  308. <td>
  309. <input type="radio" name="q15" value="0" />否
  310. </td>
  311. </tr>
  312. <tr>
  313. <td style="line-height: 37px">
  314. 6.本人曾因违纪违规被开除辞退解聘;
  315. </td>
  316. <td>
  317. <input type="radio" name="q16" value="1" />是
  318. </td>
  319. <td>
  320. <input type="radio" name="q16" value="0" />否
  321. </td>
  322. </tr>
  323. <tr>
  324. <td style="line-height: 37px">
  325. 7.本人曾参加非法组织、邪教组织或者从事其他危害国家安全活动;
  326. </td>
  327. <td>
  328. <input type="radio" name="q17" value="1" />是
  329. </td>
  330. <td>
  331. <input type="radio" name="q17" value="0" />否
  332. </td>
  333. </tr>
  334. <tr>
  335. <td style="line-height: 37px">
  336. 8.本人被列为失信被执行人且尚未履行义务;
  337. </td>
  338. <td>
  339. <input type="radio" name="q18" value="1" />是
  340. </td>
  341. <td>
  342. <input type="radio" name="q18" value="0" />否
  343. </td>
  344. </tr>
  345. <tr>
  346. <td style="line-height: 37px">
  347. 9.本人在各级公务员、事业单位招考中被认定有舞弊等严重违反纪律行为;
  348. </td>
  349. <td>
  350. <input type="radio" name="q19" value="1" />是
  351. </td>
  352. <td>
  353. <input type="radio" name="q19" value="0" />否
  354. </td>
  355. </tr>
  356. <tr>
  357. <td style="line-height: 37px">
  358. 10.本人存在法律法规规定的其他不得报考的情形。
  359. </td>
  360. <td>
  361. <input type="radio" name="q20" value="1" />是
  362. </td>
  363. <td>
  364. <input type="radio" name="q20" value="0" />否
  365. </td>
  366. </tr>
  367. </tbody>
  368. </table>
  369. </form>
  370. </p>
  371. <p style="margin-bottom: 0;margin-left: 0;text-indent: 43px;line-height: 37px">
  372. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 20px;font-weight: 700">特别提示:</span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 20px;font-weight: 700"><span style="font-family:微软雅黑">存在上述1-10情形的,不得参加考试。</span></span>
  373. </p>
  374. <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
  375. <strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">本人承诺不存在上述1-10情形。</span></strong><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">本人保证所提交的报名信息和相关证明材料真实、准确、有效,如提供虚假信息和证明材料,本人愿承担一切责任。</span>
  376. </p>
  377. <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
  378. <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"><input type="checkbox" class="agree_commit1" /> 我已知晓上述内容并承诺遵守</span>
  379. </p>
  380. {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
  381. {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
  382. {{-- </p>--}}
  383. <p>
  384. <br/>
  385. </p>
  386. </div>
  387. </div>
  388. @endsection
  389. @section('script')
  390. <script src="{{theme_asset('app/js/portamento-min.js')}}"></script>
  391. <script>
  392. function check_user_basic_info(recruit_id){
  393. $.ajax({
  394. url: "{{route('recruit.check_user_basic_info')}}",
  395. data: {_token:"{{csrf_token()}}"},
  396. type: 'POST',
  397. dataType: 'json',
  398. success: function (data) {
  399. if (data.status != 200) {
  400. disapperTooltip('remind', data.msg);
  401. if(data.hasOwnProperty('url')){
  402. setTimeout(function () {
  403. window.location.href = data.url + '?recruit_id='+recruit_id;
  404. }, 2000);
  405. }
  406. return false;
  407. } else {
  408. window.location.href = "{{route('recruit.sign_up')}}" + '?id=' + recruit_id;
  409. }
  410. }
  411. })
  412. }
  413. function isIE() {
  414. var u = window.navigator.userAgent.toLocaleLowerCase(),
  415. ie11 = /(trident)\/([\d.]+)/,
  416. b = u.match(ie11);
  417. if(b || !!window.ActiveXObject || "ActiveXObject" in window){
  418. return true;
  419. }else{
  420. return false;
  421. }
  422. }
  423. $(function () {
  424. //右侧悬浮
  425. $('#sidebar').portamento({gap: 170});
  426. //设置当前进度
  427. var current = parseInt({{ $info->current }})
  428. $(".process li").each(function(index,item){
  429. var step = $(this).data("index");
  430. if(step <= current){
  431. $(item).addClass("active");
  432. }
  433. });
  434. var isApply = parseInt({{ $info->isApply }});
  435. //点击报名
  436. $("#to_sign_up").click(function () {
  437. var isVisitor = "{{$uid}}";
  438. var id = $(this).data('id');
  439. var isVisitorutype = "{{$utype}}";
  440. var apply_start = $("#apply_start").val() + "000";
  441. var apply_end = $("#apply_end").val() + "000";
  442. var predetermined_status = $("#predetermined_status").val();
  443. var time = new Date().getTime();
  444. if ((isVisitor > 0)) {
  445. if (current != 1) {
  446. disapperTooltip("remind", "当前非报名阶段!");
  447. return false;
  448. }
  449. if (isApply != 1) {
  450. disapperTooltip("remind", "当前非报名时间!");
  451. return false;
  452. }
  453. if (isVisitorutype == '1') {
  454. disapperTooltip("remind", "只有登录个人会员才可报名!");
  455. return false;
  456. } else {
  457. if(isIE()){
  458. disapperTooltip("remind", "报名系统不支持IE浏览器,请更换浏览器!");
  459. return false;
  460. }
  461. check_user_basic_info(id)
  462. //window.location.href = "{{route('recruit.sign_up')}}" + '?id=' + id;
  463. }
  464. } else {
  465. var qsDialog = $(this).dialog({
  466. loading: true,
  467. footer: false,
  468. header: false,
  469. border: false,
  470. backdrop: false
  471. });
  472. var loginUrl = "{{route('loginDig')}}";
  473. $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
  474. if(result.status==1){
  475. qsDialog.hide();
  476. var qsDialogSon = $(this).dialog({
  477. title: '会员登录',
  478. content: result.html,
  479. footer: false,
  480. border: false
  481. });
  482. qsDialogSon.setInnerPadding(false);
  483. } else {
  484. qsDialog.hide();
  485. disapperTooltip('remind','操作失败');
  486. }
  487. });
  488. }
  489. })
  490. //笔试准考证
  491. $("#pen_ticket").click(function (){
  492. var isVisitor = "{{$uid}}";
  493. var id = $(this).data('id');
  494. var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
  495. var pen_audit = "{{$appoint_info->pen_audit}}";
  496. var pen_ticket = "{{$appoint_info->pen_ticket}}"
  497. if ((isVisitor > 0)) {
  498. if (isApply != 1) {
  499. disapperTooltip("remind", "抱歉,您没有报名!");
  500. return false;
  501. }
  502. if (pen_audit == 3) {
  503. disapperTooltip("remind", "您本次报名招考目前没有笔试项目!");
  504. return false;
  505. }
  506. if(pen_ticket == 0){
  507. disapperTooltip("remind", "您暂无可打印的准考证!");
  508. return false;
  509. }
  510. if(pen_ticket == -1){
  511. disapperTooltip("remind", "非准考证打印时间!");
  512. return false;
  513. }
  514. if(pen_ticket == -2){
  515. disapperTooltip("remind", "健康信息未上传,即将自动跳转至上传界面!");
  516. setTimeout(function(){
  517. window.location.href="{!! route('recruit.health_info',array('id'=>$recruit->id,'type' => 'pen')) !!}"
  518. },2000);
  519. return false;
  520. }
  521. if (isVisitorutype == '1') {
  522. disapperTooltip("remind", "只有登录个人会员才可打印!");
  523. return false;
  524. } else {
  525. {{--var qsDialog = $(this).dialog({--}}
  526. {{-- loading: true,--}}
  527. {{-- header: false,--}}
  528. {{-- border: false,--}}
  529. {{-- btns: ['打印准考证','取消'],--}}
  530. {{-- yes: function(){--}}
  531. {{-- if($($(".agree_commit_normal")[1]).prop('checked')){--}}
  532. {{-- window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id]) !!}";--}}
  533. {{-- }else{--}}
  534. {{-- alert('请阅读并承诺遵守《安全考试承诺书》');--}}
  535. {{-- }--}}
  536. {{-- }--}}
  537. {{--});--}}
  538. {{--qsDialog.setContent($('#commit0').html());--}}
  539. var qsDialog = $(this).dialog({
  540. loading: true,
  541. header: false,
  542. border: false,
  543. btns: ['下一份','取消'],
  544. yes: function(){
  545. qsDialog.setCloseDialog(false);
  546. if(!$($(".agree_commit")[1]).prop('checked')){
  547. disapperTooltip("remind", "请阅读并承诺遵守《考生健康申明卡及安全考试承诺书》!");
  548. //alert('请阅读并承诺遵守《考生健康申明卡及安全考试承诺书》');
  549. return false;
  550. }
  551. qsDialog.setCloseDialog(true);
  552. var dialog_1 = $(this).dialog({
  553. loading: true,
  554. header: false,
  555. border: false,
  556. btns: ['打印准考证','取消'],
  557. yes: function(){
  558. dialog_1.setCloseDialog(false);
  559. var must = 1,total = 0;
  560. $.each($($(".commit_step_2")[1]).find("input"),function(){
  561. if(this.checked){
  562. if($(this).val() == 1){
  563. must = 0;
  564. }
  565. total++;
  566. }
  567. });
  568. if(total != 10){
  569. disapperTooltip("remind", "请勾选以上项目!");
  570. return false;
  571. }
  572. if(!must){
  573. disapperTooltip("remind", "不符合参加考试条件,请检查!");
  574. return false;
  575. }
  576. if(!$($(".agree_commit1")[1]).prop('checked')){
  577. disapperTooltip("remind", "请阅读并承诺遵守《考生报考承诺书》!");
  578. return false;
  579. }
  580. dialog_1.setCloseDialog(true);
  581. window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id,'uid'=>$uid]) !!}";
  582. }
  583. });
  584. dialog_1.setContent($('#commit1').html())
  585. }
  586. });
  587. qsDialog.setContent($('#commit').html());
  588. }
  589. } else {
  590. var qsDialog = $(this).dialog({
  591. loading: true,
  592. footer: false,
  593. header: false,
  594. border: false,
  595. backdrop: false
  596. });
  597. var loginUrl = "{{route('loginDig')}}";
  598. $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
  599. if(result.status==1){
  600. qsDialog.hide();
  601. var qsDialogSon = $(this).dialog({
  602. title: '会员登录',
  603. content: result.html,
  604. footer: false,
  605. border: false
  606. });
  607. qsDialogSon.setInnerPadding(false);
  608. } else {
  609. qsDialog.hide();
  610. disapperTooltip('remind','操作失败');
  611. }
  612. });
  613. }
  614. });
  615. //面试通知书
  616. $("#face_ticket").click(function (){
  617. var isVisitor = "{{$uid}}";
  618. var post_id = "{{$appoint_info->post_id}}";
  619. var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
  620. var face_ticket = "{{$appoint_info->face_ticket}}";
  621. if ((isVisitor > 0)) {
  622. if (isApply != 1) {
  623. disapperTooltip("remind", "抱歉,您没有报名!");
  624. return false;
  625. }
  626. if(face_ticket == 0){
  627. disapperTooltip("remind", "您暂无可打印的准考证!");
  628. return false;
  629. }
  630. if(face_ticket == -2){
  631. disapperTooltip("remind", "健康信息未上传,即将自动跳转至上传界面!");
  632. setTimeout(function(){
  633. window.location.href="{!! route('recruit.health_info',array('id'=>$recruit->id,'type' => 'face')) !!}"
  634. },2000);
  635. return false;
  636. }
  637. if (isVisitorutype == '1') {
  638. disapperTooltip("remind", "只有登录个人会员才可打印!");
  639. return false;
  640. } else {
  641. var qsDialog = $(this).dialog({
  642. loading: true,
  643. header: false,
  644. border: false,
  645. btns: ['打印准考证','取消'],
  646. yes: function(){
  647. if($($(".agree_commit_normal")[1]).prop('checked')){
  648. window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id]) !!}";
  649. }else{
  650. alert('请阅读并承诺遵守《安全考试承诺书》');
  651. }
  652. }
  653. });
  654. qsDialog.setContent($('#commit0').html());
  655. }
  656. } else {
  657. var qsDialog = $(this).dialog({
  658. loading: true,
  659. footer: false,
  660. header: false,
  661. border: false,
  662. backdrop: false
  663. });
  664. var loginUrl = "{{route('loginDig')}}";
  665. $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
  666. if(result.status==1){
  667. qsDialog.hide();
  668. var qsDialogSon = $(this).dialog({
  669. title: '会员登录',
  670. content: result.html,
  671. footer: false,
  672. border: false
  673. });
  674. qsDialogSon.setInnerPadding(false);
  675. } else {
  676. qsDialog.hide();
  677. disapperTooltip('remind','操作失败');
  678. }
  679. });
  680. }
  681. });
  682. //复试通知书
  683. $("#reexamine_ticket").click(function (){
  684. var isVisitor = "{{$uid}}";
  685. var post_id = "{{$appoint_info->post_id}}";
  686. var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
  687. var reexamine_ticket = "{{$appoint_info->reexamine_ticket}}";
  688. if ((isVisitor > 0)) {
  689. if (isApply != 1) {
  690. disapperTooltip("remind", "抱歉,您没有报名!");
  691. return false;
  692. }
  693. if(reexamine_ticket == 0){
  694. disapperTooltip("remind", "您暂无可打印的准考证!");
  695. return false;
  696. }
  697. if (isVisitorutype == '1') {
  698. disapperTooltip("remind", "只有登录个人会员才可打印!");
  699. return false;
  700. } else {
  701. var qsDialog = $(this).dialog({
  702. loading: true,
  703. header: false,
  704. border: false,
  705. btns: ['打印准考证','取消'],
  706. yes: function(){
  707. if($($(".agree_commit_normal")[1]).prop('checked')){
  708. window.location.href = "{!! route('recruit.reexamine_ticket',['recruit_id'=>$recruit->id]) !!}";
  709. }else{
  710. alert('请阅读并承诺遵守《安全考试承诺书》');
  711. }
  712. }
  713. });
  714. qsDialog.setContent($('#commit0').html());
  715. }
  716. } else {
  717. var qsDialog = $(this).dialog({
  718. loading: true,
  719. footer: false,
  720. header: false,
  721. border: false,
  722. backdrop: false
  723. });
  724. var loginUrl = "{{route('loginDig')}}";
  725. $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
  726. if(result.status==1){
  727. qsDialog.hide();
  728. var qsDialogSon = $(this).dialog({
  729. title: '会员登录',
  730. content: result.html,
  731. footer: false,
  732. border: false
  733. });
  734. qsDialogSon.setInnerPadding(false);
  735. } else {
  736. qsDialog.hide();
  737. disapperTooltip('remind','操作失败');
  738. }
  739. });
  740. }
  741. });
  742. });
  743. $(".right_nav ul li a").click(function () {
  744. if ($(this).has(".onNav")) {
  745. $(this).addClass("onNav").parent("li").siblings("li").find("a").removeClass("onNav");
  746. }
  747. })
  748. // 锚点
  749. $('#contact').click(function () {
  750. var f = $(this).attr('href');
  751. var reg = /\#(\w+)/;
  752. if (reg.test(f)) {
  753. var targetOffset = $(f).offset().top;
  754. $('html,body').animate({
  755. scrollTop: targetOffset
  756. }, 1000);
  757. return !1;
  758. }
  759. });
  760. $("#toappoint").click(function () {
  761. var isVisitor = "{{$uid}}";
  762. var id = $(this).data('id');
  763. var isVisitorutype = "{{$utype}}";
  764. var apply_start = $("#apply_start").val() + "000";
  765. var apply_end = $("#apply_end").val() + "000";
  766. var predetermined_status = $("#predetermined_status").val();
  767. var time = new Date().getTime();
  768. if ((isVisitor > 0)) {
  769. if (predetermined_status != 1) {
  770. disapperTooltip("remind", "报名暂停");
  771. return false;
  772. }
  773. if (apply_start > time) {
  774. disapperTooltip("remind", "报名尚未开始");
  775. return false;
  776. }
  777. if (time > apply_end) {
  778. disapperTooltip("remind", "报名已截止");
  779. return false;
  780. }
  781. if (isVisitorutype == '1') {
  782. disapperTooltip("remind", "只有登录个人会员才可报名!");
  783. return false;
  784. } else {
  785. check_user(id);
  786. {{--window.location.href = "{{route('recruit.user_appoint')}}" + '?id=' + id;--}}
  787. // qscms.root + "?m=Recruit&c=Index&a=user_appoint&id=" + id
  788. }
  789. } else {
  790. }
  791. })
  792. </script>
  793. @endsection