1
0
ting.yin 2 жил өмнө
parent
commit
2099c14a92

+ 0 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/selectiveList.jsp

@@ -200,7 +200,6 @@ $('.task-btn').click(function () {
             wrongMessage.html('数量不合法!');
             return false;
         }
-        debugger;
         if (selectivePart <= selectiveCount || selectiveCount<1) {
             wrongMessage.html('合分数量必须小于选择数量且大于等于1');
             return false;

+ 2 - 0
stmms-web/src/main/webapp/WEB-INF/views/modules/sys/schoolList.jsp

@@ -35,6 +35,7 @@
 			<tr>
 				<th>名称</th>
 				<th>代码</th>
+				<th>子机构代码</th>
 				<th>省份</th>
 				<th>地市</th>
 				<th>操作</th>
@@ -45,6 +46,7 @@
 			<tr>
 				<td>${school.name}</td>
 				<td>${school.code}</td>
+				<td>${school.subCode}</td>
 				<td>${school.province}</td>
 				<td>${school.city}</td>
 				<td>