|
@@ -211,7 +211,7 @@
|
|
|
<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小时内(10月20日14:00及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通APP)为“绿码”及体温正常者方可允许进场参加考试。</span>
|
|
|
+ <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 24px">特别提示:为确保您顺利应考,考试报到时,须携带考前48小时内(10月27日14:00及以后)新型冠状病毒核酸检测阴性的报告(检测报告为正规医疗机构纸质报告或应在闽政通上可查询)且考试当天本人动态“福建健康码”(闽政通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>
|
|
@@ -732,25 +732,81 @@
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
+ if(reexamine_ticket == -2){
|
|
|
+ disapperTooltip("remind", "健康信息未上传,即将自动跳转至上传界面!");
|
|
|
+ setTimeout(function(){
|
|
|
+ window.location.href="{!! route('recruit.health_info',array('id'=>$recruit->id,'type' => 'reexamine')) !!}"
|
|
|
+ },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.reexamine_ticket',['recruit_id'=>$recruit->id]) !!}";--}}
|
|
|
+ {{-- }else{--}}
|
|
|
+ {{-- alert('请阅读并承诺遵守《安全考试承诺书》');--}}
|
|
|
+ {{-- }--}}
|
|
|
+ {{-- }--}}
|
|
|
+ {{--});--}}
|
|
|
+ {{--qsDialog.setContent($('#commit0').html());--}}
|
|
|
var qsDialog = $(this).dialog({
|
|
|
loading: true,
|
|
|
header: false,
|
|
|
border: false,
|
|
|
- btns: ['打印准考证','取消'],
|
|
|
+ btns: ['下一份','取消'],
|
|
|
yes: function(){
|
|
|
- if($($(".agree_commit_normal")[1]).prop('checked')){
|
|
|
- window.location.href = "{!! route('recruit.reexamine_ticket',['recruit_id'=>$recruit->id]) !!}";
|
|
|
- }else{
|
|
|
- alert('请阅读并承诺遵守《安全考试承诺书》');
|
|
|
+ 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 != 6){
|
|
|
+ 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.reexamine_ticket',['recruit_id'=>$recruit->id,'uid'=>$uid]) !!}";
|
|
|
+ }
|
|
|
+ });
|
|
|
+ dialog_1.setContent($('#commit1').html())
|
|
|
}
|
|
|
});
|
|
|
- qsDialog.setContent($('#commit0').html());
|
|
|
-
|
|
|
+ qsDialog.setContent($('#commit').html());
|
|
|
}
|
|
|
} else {
|
|
|
var qsDialog = $(this).dialog({
|