show.blade.php 57 KB

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