|
@@ -54,9 +54,9 @@
|
|
<input type="text" name="studentId" id="studentId" value="${query.studentId}" maxlength="10" class="input-medium"onkeyup="this.value=this.value.replace(/\D/g,'')"/>
|
|
<input type="text" name="studentId" id="studentId" value="${query.studentId}" maxlength="10" class="input-medium"onkeyup="this.value=this.value.replace(/\D/g,'')"/>
|
|
|
|
|
|
<label>总分:从</label>
|
|
<label>总分:从</label>
|
|
- <input type="text" number="true" id="startScroe" name="startScroe"value="${query.startScroe}" class="input-medium"onkeyup="this.value=this.value.replace(/\D/g,'')"/>
|
|
|
|
|
|
+ <input type="number" id="startScroe" name="startScroe"value="${query.startScroe}" class="input-medium"/>
|
|
<label> 到 </label>
|
|
<label> 到 </label>
|
|
- <input type="text" number="true" id="endScroe" name="endScroe" value="${query.endScroe}" class="input-medium"onkeyup="this.value=this.value.replace(/\D/g,'')"/>
|
|
|
|
|
|
+ <input type="number" id="endScroe" name="endScroe" value="${query.endScroe}" class="input-medium"/>
|
|
|
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="button" value="查询" onclick="goSearch()"/>
|
|
</div>
|
|
</div>
|