|
@@ -328,7 +328,7 @@
|
|
<tbody>
|
|
<tbody>
|
|
<tr>
|
|
<tr>
|
|
<td style="line-height: 37px" width="90%">
|
|
<td style="line-height: 37px" width="90%">
|
|
- 1.本人是否为曾因犯罪受过刑事处罚或曾被开除公职的人员;
|
|
|
|
|
|
+ 1.本人为现役军人;
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<input type="checkbox" name="q1" value="1"> 是
|
|
<input type="checkbox" name="q1" value="1"> 是
|
|
@@ -799,14 +799,14 @@
|
|
border: false,
|
|
border: false,
|
|
btns: ['打印准考证','取消'],
|
|
btns: ['打印准考证','取消'],
|
|
yes: function(){
|
|
yes: function(){
|
|
- if($($(".agree_commit1")[1]).prop('checked')){
|
|
|
|
|
|
+ if($($(".agree_commit")[1]).prop('checked')){
|
|
window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id]) !!}";
|
|
window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id]) !!}";
|
|
}else{
|
|
}else{
|
|
alert('请阅读并承诺遵守《考生报考承诺书》');
|
|
alert('请阅读并承诺遵守《考生报考承诺书》');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- qsDialog.setContent($('#commit1').html());
|
|
|
|
|
|
+ qsDialog.setContent($('#commit').html());
|
|
//window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id,'uid'=>$uid]) !!}";
|
|
//window.location.href = "{!! route('recruit.face_ticket',['recruit_id'=>$recruit->id,'uid'=>$uid]) !!}";
|
|
{{--var qsDialog = $(this).dialog({--}}
|
|
{{--var qsDialog = $(this).dialog({--}}
|
|
{{-- loading: true,--}}
|
|
{{-- loading: true,--}}
|