123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482 |
- @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">
- <div class="title">{{ $info->name }}</div>
- <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
- <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="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;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->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.本人过去14日内,有出现发热、干咳、乏力、鼻塞、流涕、咽痛、腹泻等症状。</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.本人过去14日内,在居住地有被隔离或曾被隔离且未做核酸检测。</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.本人过去14日内,从省外中高风险地区入闽。 </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.本人疫情期间从境外(含港澳台)入闽。 </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.本人过去14日内与新冠肺炎确诊病例、疑似病例或已发现无症状感染者有接触史。</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.本人过去14日内与来自境外(含港澳台)人员有接触史。</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.过去14日内,本人的工作(实习)岗位属于医疗机构医务人员、公共场所服务人员、口岸检疫排查人员、公共交通驾驶员、铁路航空乘务人员、进口冷链食品一线从业人员。</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">9.本人“八闽健康码”为橙码。 </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">10.共同居住家庭成员中有上述1至7的情况。</span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px"> </span>
- </p>
- <p style="margin-bottom: 0;margin-left: 0;text-indent: 43px;line-height: 37px">
- <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">特别提示:</span><span style="font-family: 微软雅黑;color: rgb(255, 0, 0);letter-spacing: 0;font-size: 16px"><span style="font-family:微软雅黑">存在以上情形的,考试报到时应主动提交</span><span style="font-family:微软雅黑">7天内(5月15日后)核酸检测阴性报告单。</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">本人承诺:</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>
- @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 () {
- //右侧悬浮
- $('#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 {
- 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 (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可打印!");
- return false;
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- header: false,
- border: false,
- btns: ['打印准考证','取消'],
- yes: function(){
- if($($(".agree_commit")[1]).prop('checked')){
- window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id,'uid'=>$uid]) !!}";
- }else{
- alert('请阅读并承诺遵守《安全考试承诺书》');
- }
- }
- });
- 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 (isVisitorutype == '1') {
- disapperTooltip("remind", "只有登录个人会员才可打印!");
- return false;
- } else {
- var qsDialog = $(this).dialog({
- loading: true,
- header: false,
- border: false,
- btns: ['打印准考证','取消'],
- yes: function(){
- if($($(".agree_commit")[1]).prop('checked')){
- window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id]) !!}";
- }else{
- alert('请阅读并承诺遵守《安全考试承诺书》');
- }
- }
- });
- 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','操作失败');
- }
- });
- }
- });
- });
- $(".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
|