浏览代码

更新承诺书

sandm 3 年之前
父节点
当前提交
de72b5bf02
共有 1 个文件被更改,包括 18 次插入2 次删除
  1. 18 2
      public/themes/default/views/app/recruit/show.blade.php

+ 18 - 2
public/themes/default/views/app/recruit/show.blade.php

@@ -173,7 +173,7 @@
                 <span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 16px">10.共同居住家庭成员中有上述1至7的情况。</span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 18px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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: 20px;font-weight: 700">特别提示:</span><span style="font-family: 微软雅黑;letter-spacing: 0;font-size: 20px;font-weight: 700"><span style="font-family:微软雅黑">存在以上情形的,考试报到时应主动提交7天内(6月27日后)核酸检测阴性报告单</span></span>
+                <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:微软雅黑">存在以上情形的,考试报到时应主动提交7天内(7月4日后)核酸检测阴性报告单</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>
@@ -648,6 +648,22 @@
                         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());
+
+
+                        /*var qsDialog = $(this).dialog({
                             loading: true,
                             header: false,
                             border: false,
@@ -706,7 +722,7 @@
 
                             }
                         });
-                        qsDialog.setContent($('#commit').html());
+                        qsDialog.setContent($('#commit').html());*/
 
 
                     }