@@ -200,7 +200,6 @@ $('.task-btn').click(function () {
wrongMessage.html('数量不合法!');
return false;
}
- debugger;
if (selectivePart <= selectiveCount || selectiveCount<1) {
wrongMessage.html('合分数量必须小于选择数量且大于等于1');
@@ -35,6 +35,7 @@
<tr>
<th>名称</th>
<th>代码</th>
+ <th>子机构代码</th>
<th>省份</th>
<th>地市</th>
<th>操作</th>
@@ -45,6 +46,7 @@
<td>${school.name}</td>
<td>${school.code}</td>
+ <td>${school.subCode}</td>
<td>${school.province}</td>
<td>${school.city}</td>
<td>