|
@@ -654,7 +654,7 @@
|
|
btns: ['打印准考证','取消'],
|
|
btns: ['打印准考证','取消'],
|
|
yes: function(){
|
|
yes: function(){
|
|
if($($(".agree_commit_normal")[1]).prop('checked')){
|
|
if($($(".agree_commit_normal")[1]).prop('checked')){
|
|
- window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id]) !!}";
|
|
|
|
|
|
+ window.location.href = "{!! route('recruit.pen_ticket',['recruit_id'=>$recruit->id]) !!}";
|
|
}else{
|
|
}else{
|
|
alert('请阅读并承诺遵守《安全考试承诺书》');
|
|
alert('请阅读并承诺遵守《安全考试承诺书》');
|
|
}
|
|
}
|