|
@@ -328,7 +328,7 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td style="line-height: 37px" width="90%">
|
|
|
- 1.本人为现役军人;
|
|
|
+ 1.本人是否为曾因犯罪受过刑事处罚或曾被开除公职的人员;
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="checkbox" name="q1" value="1"> 是
|
|
@@ -337,7 +337,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="line-height: 37px">
|
|
|
- 本人为普通高等院校全日制在读的非毕业生;
|
|
|
+ 2.本人是否为被开除中国共产党党籍的人员;
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="checkbox" name="q2" value="1"> 是
|
|
@@ -346,7 +346,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="line-height: 37px">
|
|
|
- 3.本人曾因犯罪受过刑事处罚;
|
|
|
+ 3.本人是否为在近三年内被认定有人事考试作弊行为的人员;
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="checkbox" name="q3" value="1"> 是
|
|
@@ -355,7 +355,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="line-height: 37px">
|
|
|
- 4.本人曾被开除公职;
|
|
|
+ 4.本人是否为被依法列为失信联合惩戒对象的人员;
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="checkbox" name="q4" value="1"> 是
|
|
@@ -364,7 +364,7 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="line-height: 37px">
|
|
|
- 5.本人在最高人民法院失信被执行人查询平台查询有失信记录;
|
|
|
+ 5.本人是否为现役军人;
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="checkbox" name="q5" value="1"> 是
|
|
@@ -373,7 +373,16 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="line-height: 37px">
|
|
|
- 6.本人存在法律法规规定的其他不得报考的情形。
|
|
|
+ 6.本人是否为普通高等院校全日制在读的非应届毕业生;
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <input type="checkbox" name="q6" value="1"> 是
|
|
|
+ <input type="checkbox" name="q6" value="0"> 否
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="line-height: 37px">
|
|
|
+ 7.本人是否为法律法规规章规定不得报考的其他情形的人员。
|
|
|
</td>
|
|
|
<td>
|
|
|
<input type="checkbox" name="q6" value="1"> 是
|
|
@@ -393,9 +402,9 @@
|
|
|
<p style="margin-top:8px;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: 18px"><input type="checkbox" class="agree_commit1" /> 我已知晓上述内容并承诺遵守</span>
|
|
|
</p>
|
|
|
- {{-- <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">--}}
|
|
|
- {{-- <button class="print" disabled="disabled">打印准考证</button>--}}
|
|
|
- {{-- </p>--}}
|
|
|
+ <p style="margin-top:8px;margin-left:0;text-indent:0;text-autospace:ideograph-numeric;text-align:center;line-height:37px">
|
|
|
+ <button class="print" disabled="disabled">打印准考证</button>
|
|
|
+ </p>
|
|
|
<p>
|
|
|
<br/>
|
|
|
</p>
|
|
@@ -645,7 +654,7 @@
|
|
|
total++;
|
|
|
}
|
|
|
});
|
|
|
- if(total != 6){
|
|
|
+ if(total != 7){
|
|
|
disapperTooltip("remind", "请勾选以上项目!");
|
|
|
return false;
|
|
|
}
|