|
@@ -18,8 +18,8 @@
|
|
|
<input type="hidden" class="hiddenField" id="examNumberIn" name="examNumberIn"/>
|
|
|
<input type="hidden" class="hiddenField" id="subjectCodeIn" name="subjectCodeIn"/>
|
|
|
<input type="hidden" class="hiddenField" id="subjectCodeNotIn" name="subjectCodeNotIn"/>
|
|
|
- <input type="hidden" class="hiddenField" id="campusNameIn" name="campusNameIn"/>
|
|
|
- <input type="hidden" class="hiddenField" id="campusNameNotIn" name="campusNameNotIn"/>
|
|
|
+ <!-- <input type="hidden" class="hiddenField" id="campusNameIn" name="campusNameIn"/>
|
|
|
+ <input type="hidden" class="hiddenField" id="campusNameNotIn" name="campusNameNotIn"/> -->
|
|
|
<input type="hidden" class="hiddenField" id="objectiveScoreGt" name="objectiveScoreGt"/>
|
|
|
<input type="hidden" class="hiddenField" id="objectiveScoreLt" name="objectiveScoreLt"/>
|
|
|
<input type="hidden" class="hiddenField" id="objectiveScore" name="objectiveScore"/>
|
|
@@ -54,7 +54,7 @@
|
|
|
<textarea id="subjectCodeInput" rows="6" maxlength="10000" class="input-xxlarge" placeholder="多个科目代码用英文逗号分隔"></textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="control-group">
|
|
|
+<!-- <div class="control-group">
|
|
|
<label class="control-label">学习中心</label>
|
|
|
<div class="controls">
|
|
|
<select id="campusNameFunction" class="input-small">
|
|
@@ -64,7 +64,7 @@
|
|
|
<br/><br/>
|
|
|
<textarea id="campusNameInput" rows="6" maxlength="10000" class="input-xxlarge" placeholder="多个学习中心名称用英文逗号分隔"></textarea>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="control-group">
|
|
|
<label class="control-label">客观总分</label>
|
|
|
<div class="controls">
|
|
@@ -109,7 +109,7 @@ $('#count-button').click(function(){
|
|
|
$('.hiddenField').val('');
|
|
|
check('examNumber');
|
|
|
check('subjectCode');
|
|
|
- check('campusName');
|
|
|
+ // check('campusName');
|
|
|
check('objectiveScore');
|
|
|
check('subjectiveScore');
|
|
|
var paperType = $('#paperType').val();
|