Commit d22c2deef548b0ba470c905bf6f8ca48d2ccccf2

Authored by yiming
1 parent 820e9a68

考生创建时新增班级

src/main/resources/static/pages/subjectUser/selectSubject.html
@@ -130,10 +130,10 @@ @@ -130,10 +130,10 @@
130 } 130 }
131 let isOperate=$('input[name="isOperate"]:checked').val(); 131 let isOperate=$('input[name="isOperate"]:checked').val();
132 let className=$("#className").val(); 132 let className=$("#className").val();
133 - if(sum != 100){ 133 + /*if(sum != 100){
134 layer.alert("总分必须为100"); 134 layer.alert("总分必须为100");
135 return; 135 return;
136 - } 136 + }*/
137 var arr=select.getData(); 137 var arr=select.getData();
138 if(arr.length == 0){ 138 if(arr.length == 0){
139 layer.alert("请选择场景"); 139 layer.alert("请选择场景");
src/main/resources/static/pages/subjectUser/subjectUserList.html
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 <select class="form-control" name="userName" id="userName" style="width: 180px;"></select> 36 <select class="form-control" name="userName" id="userName" style="width: 180px;"></select>
37 </div> 37 </div>
38 <div style="display: inline-block;margin-left: 15px;"> 38 <div style="display: inline-block;margin-left: 15px;">
39 - <span class="item-label" style="width: 80px;">学号: </span> 39 + <span class="item-label" style="width: 80px;">班级: </span>
40 <select class="form-control" name="className" id="className" style="width: 180px;"></select> 40 <select class="form-control" name="className" id="className" style="width: 180px;"></select>
41 </div> 41 </div>
42 <div class="form-group"> 42 <div class="form-group">