123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836 |
- @extends('module.layouts.content')
- @push('meta')
- @endpush
- @push('css')
- <link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
- <link href="{{theme_asset('app/css/recruit/recruit.css')}}" rel="stylesheet" type="text/css"/>
- <link href="{{theme_asset('app/css/recruit/apply_show.css')}}" rel="stylesheet" type="text/css"/>
- <link href="{{theme_asset('app/css/common_ajax_dialog.css')}}" rel="stylesheet"/>
- <style>
- .right_nav_li ul li {
- height: 30px;
- line-height: 30px;
- font-size: 17px;
- }
- </style>
- @endpush
- @push('js')
- @endpush
- @section('content')
- <div class="recruit_container clearfix">
- <div class="recruit_show_content" style="margin-top: 10px">
- @if($public_notice_switch)
- <div class="title">{{ $info->name }}</div>
- @else
- <div class="title">{{ $public_notice->title }}</div>
- @endif
- <div class="recruit_step" id="step">
- <div class="times_line">
- </div>
- <ul class="process">
- @foreach($info->steps as $step)
- <li class="dis_li" data-index="{{ $step['step_id'] }}">
- <p class="name">{{ $step['name'] }}</p>
- <p class="time">
- {{ $step['time'] }}
- </p>
- </li>
- @endforeach
- </ul>
- </div>
- <div class="recruit_content">
- @if($public_notice_switch)
- {!! $info->introduction !!}
- @else
- {!! $public_notice->content !!}
- @endif
- </div>
- </div>
- <div class="content_right_nav right_nav_li" id="sidebar" style="padding-top:75px;padding-bottom:17px;">
- <ul>
- <a href="javascript:void(0)" id="to_sign_up" data-id="{{$info->id}}" >
- <li style="background: #1280dd;float: left;margin-bottom:10px;">
- 报名/查看报名
- </li>
- </a>
- @if(in_array(3,explode(',',$recruit->step)))
- <a href="javascript:void(0)" id="pen_ticket" data-id="{{$info->id}}" >
- <li style="background:#ff9900;float: left;margin-bottom:10px;">笔试准考证打印</li>
- </a>
- @endif
- @if(in_array(4,explode(',',$recruit->step)))
- <a href="javascript:void(0)" id="computer_ticket" data-id="{{$info->id}}" >
- <li style="background:#19b38d;float: left;margin-bottom:10px;">上机/考核准考证打印</li>
- </a>
- @endif
- @if(in_array(5,explode(',',$recruit->step)))
- <a href="javascript:void(0)" id="face_ticket" data-id="{{$info->id}}" >
- <li style="background:#bc3fbb;float: left;margin-bottom:10px;">面试通知书打印</li>
- </a>
- @endif
- @if(in_array(6,explode(',',$recruit->step)))
- <a href="javascript:void(0)" id="reexamine_ticket" data-id="{{$info->id}}" >
- <li style="background:#eb0b50;float: left;margin-bottom:10px;">复试通知书打印</li>
- </a>
- @endif
- @if($recruit->show_report)
- <a href="{{ route('recruit.sign_up_count',array('id'=>$recruit->id)) }}" >
- <li style="background:#7e6740;float: left;margin-bottom:10px;">报名人数统计</li>
- </a>
- @endif
- @if($recruit->id == 19)
- <a href="{{ route('recruit.health_info',array('id'=>$recruit->id,'type' => 'face')) }}" >
- <li style="background:#EFC1B3;float: left;margin-bottom:10px;">健康信息登记</li>
- </a>
- @endif
- @if($recruit->id == 18)
- <a href="{{ route('recruit.material_supplement',array('id'=>$recruit->id)) }}" >
- <li style="background:#67C23A;float: left;margin-bottom:10px;">考察审核</li>
- </a>
- <a href="{{ route('recruit.post_select',array('recruit_id'=>$recruit->id)) }}" >
- <li style="background:#764DB3;float: left;margin-bottom:10px;">择岗</li>
- </a>
- <a href="{{ route('recruit.supplement_info',array('id'=>$recruit->id)) }}" >
- <li style="background:#764DB3;float: left;margin-bottom:10px;">信息采集</li>
- </a>
- @endif
- <div style="clear: both;"></div>
- </ul>
- <div class="content_right_notice" style="margin-top: 20px;">
- @if($public_notice_switch)
- <!--标题-->
- <div class="right_notice_title">
- <b></b>
- <span class="tit">最新公告</span>
- </div>
- <!--内容-->
- <div class="right_notice_con">
- @if(!isset($list))
- 暂无相关公告
- @else
- @foreach($list as $item)
- <a href="{{ route('recruit.index.show',array('id'=>$recruit->id,'notice' => $item->id)) }}" target="_blank">
- <div class="ico" style="display:inline-block;vertical-align: middle;height: 30px;">
- <b class="yuan"></b>
- </div>
- <div class="notice_con_right" style="display:inline-block;">
- <span style="display:inline-block;width:156px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{$item->title}}</span>
- <span style="display:inline-block;"
- class="notice_con_right_time">{{substr($item->created_at,0,10) }}</span>
- </div>
- </a>
- @endforeach
- @endif
- </div>
- @else
- <div class="right_notice_title">
- <b></b>
- <span class="tit">原始招聘公告</span>
- </div>
- <!--内容-->
- <div class="right_notice_con">
- <a href="{{ route('recruit.index.show',array('id'=>$recruit->id)) }}" target="_blank">
- <div class="ico" style="display:inline-block;vertical-align: middle;height: 30px;">
- <b class="yuan"></b>
- </div>
- <div class="notice_con_right" style="display:inline-block;">
- <span style="display:inline-block;width:156px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">{{$recruit->name}}</span>
- <span style="display:inline-block;"
- class="notice_con_right_time">{{substr($recruit->created_at,0,10) }}</span>
- </div>
- </a>
- </div>
- @endif
- </div>
- </div>
- </div>
- <div id="commit0" style="display:none">
- <div style="width: 1000px;margin: 0 auto">
- <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生健康申明卡及安全考试承诺书</span>
- </p>
- <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">特别提示:为确保您顺利应考,考试报到时,须携带考前48小时内(8月25日及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
- </p>
- <p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
- <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"> {{$appoint_info->realname}} </span></span></strong> <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"> {{$appoint_info->sex == 0 ? '女' : '男'}} </span></span></strong> <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"> {{$appoint_info->card}} <span style="font-family:微软雅黑"> </span></span></span></strong> <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"> {{$appoint_info->mobile}} </span></span></strong>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 14px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"> </span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">1.本人过去7日内,有出现发热、干咳、乏力、鼻塞、流涕、咽痛、腹泻等症状。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">2.本人属于新冠肺炎确诊病例、无症状感染者。 </span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">3.本人属于集中医学观察期、居家医学观察、居家健康监测期内的人员。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">4.本人过去7日内,有中高风险地区(以考试当日国家卫生健康委公布数据为准)所在县(市、区)旅居史。 </span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">5.本人过去10日内从境外(含港澳台)入境。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">6.本人过去10日内与新冠肺炎确诊病例、疑似病例或已发现无症状感染者有接触史。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">7.本人过去10日内与来自境外(含港澳台)人员有接触史。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">8.本人共同居住的家庭成员中有上述1至7的情况。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <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>
- </p>
- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"><input type="checkbox" class="agree_commit_normal" /> 我已知晓上述内容并承诺遵守。</span>
- </p>
- {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
- {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
- {{-- </p>--}}
- <p>
- <br/>
- </p>
- </div>
- </div>
- <div id="commit" style="display:none">
- <div style="width: 1000px;margin: 0 auto">
- <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生健康申明卡及安全考试承诺书</span>
- </p>
- <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">特别提示:为确保您顺利应考,考试报到时,须携带考前48小时内(8月18日及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
- </p>
- <p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
- <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"> {{$appoint_info->realname}} </span></span></strong> <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"> {{$appoint_info->sex == 0 ? '女' : '男'}} </span></span></strong> <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"> {{$appoint_info->card}} <span style="font-family:微软雅黑"> </span></span></span></strong> <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"> {{$appoint_info->mobile}} </span></span></strong>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 14px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"> </span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">1.1.本人过去7日内,有出现发热、干咳、乏力、鼻塞、流涕、咽痛、腹泻等症状。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">2.本人属于新冠肺炎确诊病例、无症状感染者。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">3.本人属于集中医学观察期、居家医学观察、居家健康监测期内的人员。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">4.本人过去7日内,有中高风险地区(以考试当日国家卫生健康委公布数据为准)所在县(市、区)旅居史。 </span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">5.本人过去10日内从境外(含港澳台)入境。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">6.本人过去10日内与新冠肺炎确诊病例、疑似病例或已发现无症状感染者有接触史。 </span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">7.本人过去10日内与来自境外(含港澳台)人员有接触史。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">8.本人共同居住的家庭成员中有上述1至7的情况。</span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <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>
- </p>
- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"><input type="checkbox" class="agree_commit" /> 我已知晓上述内容并承诺遵守。</span>
- </p>
- {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
- {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
- {{-- </p>--}}
- <p>
- <br/>
- </p>
- </div>
- </div>
- <div id="commit1" style="display:none">
- <div style="width: 1000px;margin: 0 auto">
- <p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生报考承诺书</span>
- </p>
- <p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
- <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"> {{$appoint_info->realname}} </span></span></strong> <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"> {{$appoint_info->sex == 0 ? '女' : '男'}} </span></span></strong> <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"> {{$appoint_info->card}} <span style="font-family:微软雅黑"> </span></span></span></strong> <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"> {{$appoint_info->mobile}} </span></span></strong>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 14px;line-height: 37px">
- <form class="commit_step_2">
- <table width="100%">
- <tbody>
- <tr>
- <td style="line-height: 37px" width="90%">
- 1.本人为现役军人;
- </td>
- <td>
- <input type="radio" name="q11" value="1" />是
- </td>
- <td>
- <input type="radio" name="q11" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 2.本人为普通高等院校全日制在读的非应届毕业生;
- </td>
- <td>
- <input type="radio" name="q12" value="1" />是
- </td>
- <td>
- <input type="radio" name="q12" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 3.本人曾受过刑事处罚的或涉嫌违法犯罪尚未查清;
- </td>
- <td>
- <input type="radio" name="q13" value="1" />是
- </td>
- <td>
- <input type="radio" name="q13" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 4.本人因聚众赌博、嫖娼等被处以治安拘留及以上处罚,或有涉毒问题;
- </td>
- <td>
- <input type="radio" name="q14" value="1" />是
- </td>
- <td>
- <input type="radio" name="q14" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 5.本人为尚未解除党纪、政纪处分或正在接受纪律审查的人员;
- </td>
- <td>
- <input type="radio" name="q15" value="1" />是
- </td>
- <td>
- <input type="radio" name="q15" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 6.本人曾因违纪违规被开除辞退解聘;
- </td>
- <td>
- <input type="radio" name="q16" value="1" />是
- </td>
- <td>
- <input type="radio" name="q16" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 7.本人曾参加非法组织、邪教组织或者从事其他危害国家安全活动;
- </td>
- <td>
- <input type="radio" name="q17" value="1" />是
- </td>
- <td>
- <input type="radio" name="q17" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 8.本人被列为失信被执行人且尚未履行义务;
- </td>
- <td>
- <input type="radio" name="q18" value="1" />是
- </td>
- <td>
- <input type="radio" name="q18" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 9.本人在各级公务员、事业单位招考中被认定有舞弊等严重违反纪律行为;
- </td>
- <td>
- <input type="radio" name="q19" value="1" />是
- </td>
- <td>
- <input type="radio" name="q19" value="0" />否
- </td>
- </tr>
- <tr>
- <td style="line-height: 37px">
- 10.本人存在法律法规规定的其他不得报考的情形。
- </td>
- <td>
- <input type="radio" name="q20" value="1" />是
- </td>
- <td>
- <input type="radio" name="q20" value="0" />否
- </td>
- </tr>
- </tbody>
- </table>
- </form>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 43px;line-height: 37px">
- <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>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 32px;line-height: 37px">
- <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>
- </p>
- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"><input type="checkbox" class="agree_commit1" /> 我已知晓上述内容并承诺遵守</span>
- </p>
- {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
- {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
- {{-- </p>--}}
- <p>
- <br/>
- </p>
- </div>
- </div>
- @endsection
- @section('script')
- <script src="{{theme_asset('app/js/portamento-min.js')}}"></script>
- <script>
- function check_user_basic_info(recruit_id){
- $.ajax({
- url: "{{route('recruit.check_user_basic_info')}}",
- data: {_token:"{{csrf_token()}}"},
- type: 'POST',
- dataType: 'json',
- success: function (data) {
- if (data.status != 200) {
- disapperTooltip('remind', data.msg);
- if(data.hasOwnProperty('url')){
- setTimeout(function () {
- window.location.href = data.url + '?recruit_id='+recruit_id;
- }, 2000);
- }
- return false;
- } else {
- window.location.href = "{{route('recruit.sign_up')}}" + '?id=' + recruit_id;
- }
- }
- })
- }
- function isIE() {
- var u = window.navigator.userAgent.toLocaleLowerCase(),
- ie11 = /(trident)\/([\d.]+)/,
- b = u.match(ie11);
- if(b || !!window.ActiveXObject || "ActiveXObject" in window){
- return true;
- }else{
- return false;
- }
- }
- $(function () {
- //右侧悬浮
- $('#sidebar').portamento({gap: 170});
- //设置当前进度
- var current = parseInt({{ $info->current }})
- $(".process li").each(function(index,item){
- var step = $(this).data("index");
- if(step <= current){
- $(item).addClass("active");
- }
- });
- var isApply = parseInt({{ $info->isApply }});
- //点击报名
- $("#to_sign_up").click(function () {
- var isVisitor = "{{$uid}}";
- var id = $(this).data('id');
- var isVisitorutype = "{{$utype}}";
- var apply_start = $("#apply_start").val() + "000";
- var apply_end = $("#apply_end").val() + "000";
- var predetermined_status = $("#predetermined_status").val();
- var time = new Date().getTime();
- if ((isVisitor > 0)) {
- if (current != 1) {
- disapperTooltip("remind", "当前非报名阶段!");
- return false;
- }
- if (isApply != 1) {
- disapperTooltip("remind", "当前非报名时间!");
- return false;
- }
- if (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可报名!");
- return false;
- } else {
- if(isIE()){
- disapperTooltip("remind", "报名系统不支持IE浏览器,请更换浏览器!");
- return false;
- }
- check_user_basic_info(id)
- //window.location.href = "{{route('recruit.sign_up')}}" + '?id=' + id;
- }
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- footer: false,
- header: false,
- border: false,
- backdrop: false
- });
- var loginUrl = "{{route('loginDig')}}";
- $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
- if(result.status==1){
- qsDialog.hide();
- var qsDialogSon = $(this).dialog({
- title: '会员登录',
- content: result.html,
- footer: false,
- border: false
- });
- qsDialogSon.setInnerPadding(false);
- } else {
- qsDialog.hide();
- disapperTooltip('remind','操作失败');
- }
- });
- }
- })
- //笔试准考证
- $("#pen_ticket").click(function (){
- var isVisitor = "{{$uid}}";
- var id = $(this).data('id');
- var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
- var pen_audit = "{{$appoint_info->pen_audit}}";
- var pen_ticket = "{{$appoint_info->pen_ticket}}"
- if ((isVisitor > 0)) {
- if (isApply != 1) {
- disapperTooltip("remind", "抱歉,您没有报名!");
- return false;
- }
- if (pen_audit == 3) {
- disapperTooltip("remind", "您本次报名招考目前没有笔试项目!");
- return false;
- }
- if(pen_ticket == 0){
- disapperTooltip("remind", "您暂无可打印的准考证!");
- return false;
- }
- if(pen_ticket == -1){
- disapperTooltip("remind", "非准考证打印时间!");
- return false;
- }
- if(pen_ticket == -2){
- disapperTooltip("remind", "健康信息未上传,即将自动跳转至上传界面!");
- setTimeout(function(){
- window.location.href="{!! route('recruit.health_info',array('id'=>$recruit->id,'type' => 'pen')) !!}"
- },2000);
- return false;
- }
- if (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可打印!");
- return false;
- } else {
- {{--var qsDialog = $(this).dialog({--}}
- {{-- loading: true,--}}
- {{-- header: false,--}}
- {{-- border: false,--}}
- {{-- btns: ['打印准考证','取消'],--}}
- {{-- yes: function(){--}}
- {{-- if($($(".agree_commit_normal")[1]).prop('checked')){--}}
- {{-- window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id]) !!}";--}}
- {{-- }else{--}}
- {{-- alert('请阅读并承诺遵守《安全考试承诺书》');--}}
- {{-- }--}}
- {{-- }--}}
- {{--});--}}
- {{--qsDialog.setContent($('#commit0').html());--}}
- var qsDialog = $(this).dialog({
- loading: true,
- header: false,
- border: false,
- btns: ['下一份','取消'],
- yes: function(){
- qsDialog.setCloseDialog(false);
- if(!$($(".agree_commit")[1]).prop('checked')){
- disapperTooltip("remind", "请阅读并承诺遵守《考生健康申明卡及安全考试承诺书》!");
- //alert('请阅读并承诺遵守《考生健康申明卡及安全考试承诺书》');
- return false;
- }
- qsDialog.setCloseDialog(true);
- var dialog_1 = $(this).dialog({
- loading: true,
- header: false,
- border: false,
- btns: ['打印准考证','取消'],
- yes: function(){
- dialog_1.setCloseDialog(false);
- var must = 1,total = 0;
- $.each($($(".commit_step_2")[1]).find("input"),function(){
- if(this.checked){
- if($(this).val() == 1){
- must = 0;
- }
- total++;
- }
- });
- if(total != 10){
- disapperTooltip("remind", "请勾选以上项目!");
- return false;
- }
- if(!must){
- disapperTooltip("remind", "不符合参加考试条件,请检查!");
- return false;
- }
- if(!$($(".agree_commit1")[1]).prop('checked')){
- disapperTooltip("remind", "请阅读并承诺遵守《考生报考承诺书》!");
- return false;
- }
- dialog_1.setCloseDialog(true);
- window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id,'uid'=>$uid]) !!}";
- }
- });
- dialog_1.setContent($('#commit1').html())
- }
- });
- qsDialog.setContent($('#commit').html());
- }
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- footer: false,
- header: false,
- border: false,
- backdrop: false
- });
- var loginUrl = "{{route('loginDig')}}";
- $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
- if(result.status==1){
- qsDialog.hide();
- var qsDialogSon = $(this).dialog({
- title: '会员登录',
- content: result.html,
- footer: false,
- border: false
- });
- qsDialogSon.setInnerPadding(false);
- } else {
- qsDialog.hide();
- disapperTooltip('remind','操作失败');
- }
- });
- }
- });
- //面试通知书
- $("#face_ticket").click(function (){
- var isVisitor = "{{$uid}}";
- var post_id = "{{$appoint_info->post_id}}";
- var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
- var face_ticket = "{{$appoint_info->face_ticket}}";
- if ((isVisitor > 0)) {
- if (isApply != 1) {
- disapperTooltip("remind", "抱歉,您没有报名!");
- return false;
- }
- if(face_ticket == 0){
- disapperTooltip("remind", "您暂无可打印的准考证!");
- return false;
- }
- if(face_ticket == -2){
- disapperTooltip("remind", "健康信息未上传,即将自动跳转至上传界面!");
- setTimeout(function(){
- window.location.href="{!! route('recruit.health_info',array('id'=>$recruit->id,'type' => 'face')) !!}"
- },2000);
- return false;
- }
- if (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可打印!");
- return false;
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- header: false,
- border: false,
- btns: ['打印准考证','取消'],
- yes: function(){
- if($($(".agree_commit_normal")[1]).prop('checked')){
- window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id]) !!}";
- }else{
- alert('请阅读并承诺遵守《安全考试承诺书》');
- }
- }
- });
- qsDialog.setContent($('#commit0').html());
- }
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- footer: false,
- header: false,
- border: false,
- backdrop: false
- });
- var loginUrl = "{{route('loginDig')}}";
- $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
- if(result.status==1){
- qsDialog.hide();
- var qsDialogSon = $(this).dialog({
- title: '会员登录',
- content: result.html,
- footer: false,
- border: false
- });
- qsDialogSon.setInnerPadding(false);
- } else {
- qsDialog.hide();
- disapperTooltip('remind','操作失败');
- }
- });
- }
- });
- //复试通知书
- $("#reexamine_ticket").click(function (){
- var isVisitor = "{{$uid}}";
- var post_id = "{{$appoint_info->post_id}}";
- var isVisitorutype = "{{$utype}}"; //判断是企业还是个人
- var reexamine_ticket = "{{$appoint_info->reexamine_ticket}}";
- if ((isVisitor > 0)) {
- if (isApply != 1) {
- disapperTooltip("remind", "抱歉,您没有报名!");
- return false;
- }
- if(reexamine_ticket == 0){
- disapperTooltip("remind", "您暂无可打印的准考证!");
- return false;
- }
- if (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可打印!");
- return false;
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- header: false,
- border: false,
- btns: ['打印准考证','取消'],
- yes: function(){
- if($($(".agree_commit_normal")[1]).prop('checked')){
- window.location.href = "{!! route('recruit.reexamine_ticket',['recruit_id'=>$recruit->id]) !!}";
- }else{
- alert('请阅读并承诺遵守《安全考试承诺书》');
- }
- }
- });
- qsDialog.setContent($('#commit0').html());
- }
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- footer: false,
- header: false,
- border: false,
- backdrop: false
- });
- var loginUrl = "{{route('loginDig')}}";
- $.post(loginUrl, {_token:"{{csrf_token()}}",type:'per','redirect_url':"{{ route('recruit.index.show',['id'=>$recruit->id]) }}"},function(result){
- if(result.status==1){
- qsDialog.hide();
- var qsDialogSon = $(this).dialog({
- title: '会员登录',
- content: result.html,
- footer: false,
- border: false
- });
- qsDialogSon.setInnerPadding(false);
- } else {
- qsDialog.hide();
- disapperTooltip('remind','操作失败');
- }
- });
- }
- });
- });
- $(".right_nav ul li a").click(function () {
- if ($(this).has(".onNav")) {
- $(this).addClass("onNav").parent("li").siblings("li").find("a").removeClass("onNav");
- }
- })
- // 锚点
- $('#contact').click(function () {
- var f = $(this).attr('href');
- var reg = /\#(\w+)/;
- if (reg.test(f)) {
- var targetOffset = $(f).offset().top;
- $('html,body').animate({
- scrollTop: targetOffset
- }, 1000);
- return !1;
- }
- });
- $("#toappoint").click(function () {
- var isVisitor = "{{$uid}}";
- var id = $(this).data('id');
- var isVisitorutype = "{{$utype}}";
- var apply_start = $("#apply_start").val() + "000";
- var apply_end = $("#apply_end").val() + "000";
- var predetermined_status = $("#predetermined_status").val();
- var time = new Date().getTime();
- if ((isVisitor > 0)) {
- if (predetermined_status != 1) {
- disapperTooltip("remind", "报名暂停");
- return false;
- }
- if (apply_start > time) {
- disapperTooltip("remind", "报名尚未开始");
- return false;
- }
- if (time > apply_end) {
- disapperTooltip("remind", "报名已截止");
- return false;
- }
- if (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可报名!");
- return false;
- } else {
- check_user(id);
- {{--window.location.href = "{{route('recruit.user_appoint')}}" + '?id=' + id;--}}
- // qscms.root + "?m=Recruit&c=Index&a=user_appoint&id=" + id
- }
- } else {
- }
- })
- </script>
- @endsection
|