|
@@ -87,7 +87,7 @@
|
|
<li style="background:#7e6740;float: left;margin-bottom:10px;">报名人数统计</li>
|
|
<li style="background:#7e6740;float: left;margin-bottom:10px;">报名人数统计</li>
|
|
</a>
|
|
</a>
|
|
@endif
|
|
@endif
|
|
- @if($recruit->id == 16)
|
|
|
|
|
|
+ @if($recruit->id == 16 || $recruit->id == 17)
|
|
<a href="{{ route('recruit.health_info',array('id'=>$recruit->id)) }}" >
|
|
<a href="{{ route('recruit.health_info',array('id'=>$recruit->id)) }}" >
|
|
<li style="background:#EFC1B3;float: left;margin-bottom:10px;">健康信息登记</li>
|
|
<li style="background:#EFC1B3;float: left;margin-bottom:10px;">健康信息登记</li>
|
|
</a>
|
|
</a>
|
|
@@ -211,7 +211,7 @@
|
|
<span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生健康申明卡及安全考试承诺书</span>
|
|
<span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">考生健康申明卡及安全考试承诺书</span>
|
|
</p>
|
|
</p>
|
|
<p style="margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
|
|
<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小时内(5月20日及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
|
|
|
|
|
|
+ <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">特别提示:为确保您顺利应考,考试报到时,须携带考前48小时内(6月9日及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
|
|
</p>
|
|
</p>
|
|
<p style="margin-left: 0;text-indent: 0;line-height: 37px;text-align: center">
|
|
<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>
|
|
<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>
|
|
@@ -508,74 +508,71 @@
|
|
disapperTooltip("remind", "只有登录个人会员才可打印!");
|
|
disapperTooltip("remind", "只有登录个人会员才可打印!");
|
|
return false;
|
|
return false;
|
|
} else {
|
|
} 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({
|
|
var qsDialog = $(this).dialog({
|
|
loading: true,
|
|
loading: true,
|
|
header: false,
|
|
header: false,
|
|
border: false,
|
|
border: false,
|
|
- btns: ['下一份','取消'],
|
|
|
|
|
|
+ btns: ['打印准考证','取消'],
|
|
yes: function(){
|
|
yes: function(){
|
|
- qsDialog.setCloseDialog(false);
|
|
|
|
- if(!$($(".agree_commit")[1]).prop('checked')){
|
|
|
|
- disapperTooltip("remind", "请阅读并承诺遵守《考生健康申明卡及安全考试承诺书》!");
|
|
|
|
- //alert('请阅读并承诺遵守《考生健康申明卡及安全考试承诺书》');
|
|
|
|
- return false;
|
|
|
|
|
|
+ if($($(".agree_commit_normal")[1]).prop('checked')){
|
|
|
|
+ window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id]) !!}";
|
|
|
|
+ }else{
|
|
|
|
+ alert('请阅读并承诺遵守《安全考试承诺书》');
|
|
}
|
|
}
|
|
- 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 != 7){
|
|
|
|
- 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());
|
|
|
|
|
|
+ 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 != 7){--}}
|
|
|
|
+ {{-- 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 {
|
|
} else {
|
|
var qsDialog = $(this).dialog({
|
|
var qsDialog = $(this).dialog({
|