Jelajahi Sumber

隐藏东大需求,整理异常和仲裁打回

yin 2 bulan lalu
induk
melakukan
002cd75643

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateList.jsp

@@ -150,7 +150,7 @@
 
 
         <c:if test="${query.totalCount>0}">
         <c:if test="${query.totalCount>0}">
             &nbsp;
             &nbsp;
-            <input id="btnBack" class="btn" type="button" value="打回" onclick="goBack()"/>
+<%--            <input id="btnBack" class="btn" type="button" value="打回" onclick="goBack()"/>--%>
             &nbsp;
             &nbsp;
             <a href="##" class="btn" id="batch-process-link" target="_blank">批量处理</a>
             <a href="##" class="btn" id="batch-process-link" target="_blank">批量处理</a>
         </c:if>
         </c:if>
@@ -210,7 +210,7 @@
             </td>
             </td>
             <td>
             <td>
                 <c:if test="${(result.status.value==0 || result.status.value==1) && (result.totalScore!= -1)}">
                 <c:if test="${(result.status.value==0 || result.status.value==1) && (result.totalScore!= -1)}">
-                    <a href="##" data-id="${result.id}" class="back-link">打回</a>
+<%--                    <a href="##" data-id="${result.id}" class="back-link">打回</a>--%>
                     &nbsp;
                     &nbsp;
                     <a href="${ctx}/web/admin/exam/arbitrate/start?historyId=${result.id}" target="_blank"
                     <a href="${ctx}/web/admin/exam/arbitrate/start?historyId=${result.id}" target="_blank"
                                            class="process-link">处理</a>
                                            class="process-link">处理</a>

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

@@ -72,7 +72,7 @@
                 <c:if test="${web_user.schoolAdmin==true}">
                 <c:if test="${web_user.schoolAdmin==true}">
                     <a href="${ctx}/admin/exam/edit/${exam.id}?pageNumber=${query.pageNumber}&status=${query.status.value}&type=${query.type.value}">编辑</a>
                     <a href="${ctx}/admin/exam/edit/${exam.id}?pageNumber=${query.pageNumber}&status=${query.status.value}&type=${query.type.value}">编辑</a>
                     <a href="${ctx}/admin/exam/problem/type?examId=${exam.id}">问题卷分类</a>
                     <a href="${ctx}/admin/exam/problem/type?examId=${exam.id}">问题卷分类</a>
-                    <a href="${ctx}/admin/exam/collationLabel?examId=${exam.id}">整理异常</a>
+<%--                    <a href="${ctx}/admin/exam/collationLabel?examId=${exam.id}">整理异常</a>--%>
                     <c:if test="${exam.type=='MULTI_MEDIA'}">
                     <c:if test="${exam.type=='MULTI_MEDIA'}">
                         <a href="${ctx}/admin/exam/data/sync?examId=${exam.id}">数据同步</a>
                         <a href="${ctx}/admin/exam/data/sync?examId=${exam.id}">数据同步</a>
                     </c:if>
                     </c:if>

+ 7 - 7
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/studentList.jsp

@@ -167,7 +167,7 @@
                 <ul class="dropdown-menu">
                 <ul class="dropdown-menu">
                     <li><a href="##" id="breachBtnImport">违纪名单</a></li>
                     <li><a href="##" id="breachBtnImport">违纪名单</a></li>
                     <li><a href="##" id="absentBtnImport">缺考名单</a></li>
                     <li><a href="##" id="absentBtnImport">缺考名单</a></li>
-                    <li><a href="##" id="collationLabelBtnImport">整理异常</a></li>
+<%--                    <li><a href="##" id="collationLabelBtnImport">整理异常</a></li>--%>
                     <!--                             <li><a href="##" id="uploadBtnImport">多媒体上传名单</a></li> -->
                     <!--                             <li><a href="##" id="uploadBtnImport">多媒体上传名单</a></li> -->
                 </ul>
                 </ul>
                 </div>
                 </div>
@@ -224,7 +224,7 @@
         <th>任课老师</th>
         <th>任课老师</th>
         <th>考点</th>
         <th>考点</th>
         <th>考场</th>
         <th>考场</th>
-        <th>整理异常</th>
+<%--        <th>整理异常</th>--%>
         <th>操作</th>
         <th>操作</th>
     </tr>
     </tr>
     </thead>
     </thead>
@@ -296,11 +296,11 @@
             <td>${student.teacher}</td>
             <td>${student.teacher}</td>
             <td>${student.examSite}</td>
             <td>${student.examSite}</td>
             <td>${student.examRoom}</td>
             <td>${student.examRoom}</td>
-            <td><span title="${student.collationLabel}">
-            	<c:if test="${student.collationLabel.length()>10}">${student.collationLabel.substring(0,10) }...</c:if>
-            	<c:if test="${student.collationLabel.length()<=10}">${student.collationLabel}</c:if>
-            	</span>
-            </td>
+<%--            <td><span title="${student.collationLabel}">--%>
+<%--            	<c:if test="${student.collationLabel.length()>10}">${student.collationLabel.substring(0,10) }...</c:if>--%>
+<%--            	<c:if test="${student.collationLabel.length()<=10}">${student.collationLabel}</c:if>--%>
+<%--            	</span>--%>
+<%--            </td>--%>
             <td>
             <td>
                 <c:if test="${web_user.schoolAdmin==true}">
                 <c:if test="${web_user.schoolAdmin==true}">
                     <a href="${ctx}/admin/exam/student/update?id=${student.id}" class="update-btn">修改</a>
                     <a href="${ctx}/admin/exam/student/update?id=${student.id}" class="update-btn">修改</a>