|
@@ -72,7 +72,10 @@
|
|
<input type="text" number="true" id="startScroe" name="startScroe"value="${query.startScroe}" class="input-mini"/>
|
|
<input type="text" number="true" id="startScroe" name="startScroe"value="${query.startScroe}" class="input-mini"/>
|
|
<label> 到 </label>
|
|
<label> 到 </label>
|
|
<input type="text" number="true" id="endScroe" name="endScroe" value="${query.endScroe}" class="input-mini"/>
|
|
<input type="text" number="true" id="endScroe" name="endScroe" value="${query.endScroe}" class="input-mini"/>
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ <label>考生编号</label>
|
|
|
|
+ <input type="text" name="studentId" id="studentId" value="${query.studentId}" maxlength="10" class="input-small"onkeyup="this.value=this.value.replace(/\D/g,'')"/>
|
|
|
|
+
|
|
<div style="float: right;">
|
|
<div style="float: right;">
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
|
|
|
|
@@ -105,6 +108,7 @@
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
<th>准考证号</th>
|
|
<th>准考证号</th>
|
|
|
|
+ <th>考生编号</th>
|
|
<th>姓名</th>
|
|
<th>姓名</th>
|
|
<th>学号</th>
|
|
<th>学号</th>
|
|
<th>科目</th>
|
|
<th>科目</th>
|
|
@@ -128,6 +132,7 @@
|
|
<td>
|
|
<td>
|
|
<a href="##" class="detail-link" data-exam-number="${student.examNumber}">${student.examNumber}</a>
|
|
<a href="##" class="detail-link" data-exam-number="${student.examNumber}">${student.examNumber}</a>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>${student.id}</td>
|
|
<td>${student.name}</td>
|
|
<td>${student.name}</td>
|
|
<td>${student.studentCode}</td>
|
|
<td>${student.studentCode}</td>
|
|
<td>${student.subjectCode}-${student.subjectName} ${student.subjectRemark}</td>
|
|
<td>${student.subjectCode}-${student.subjectName} ${student.subjectRemark}</td>
|