show.blade.php 56 KB

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