Browse Source

成绩查询中的“阅卷轨迹”链接修改为只有在评阅试卷后

ting.yin 6 years ago
parent
commit
5ff0070dd5

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

@@ -216,9 +216,9 @@
 					<a class="sheet-link" href="${imageServer}${url}" data-jbox-image="${student.id}-sheet" title="${student.examNumber}&nbsp;&nbsp;${student.name}&nbsp;&nbsp;客观总分${student.objectiveScoreString}&nbsp;&nbsp;主观总分${student.subjectiveScoreString}&nbsp;&nbsp;全卷总分${student.totalScoreString}">原图${status.count}</a>
 					<a class="sheet-link" href="${imageServer}${url}" data-jbox-image="${student.id}-sheet" title="${student.examNumber}&nbsp;&nbsp;${student.name}&nbsp;&nbsp;客观总分${student.objectiveScoreString}&nbsp;&nbsp;主观总分${student.subjectiveScoreString}&nbsp;&nbsp;全卷总分${student.totalScoreString}">原图${status.count}</a>
 					</c:forEach>
 					</c:forEach>
 					-->
 					-->
-					<a class="track-link" href="##" data-image-url="${ctx}/admin/exam/track?studentId=${student.id}" data-title="${student.examNumber}&nbsp;&nbsp;${student.name}">阅卷轨迹</a>
 					<a class="package-link" href="##" data-image-url="${student.packageUrlString}" data-title="${student.packageCode}">签到表</a>
 					<a class="package-link" href="##" data-image-url="${student.packageUrlString}" data-title="${student.packageCode}">签到表</a>
 					<c:if test="${student.marked == true}">
 					<c:if test="${student.marked == true}">
+						<a class="track-link" href="##" data-image-url="${ctx}/admin/exam/track?studentId=${student.id}" data-title="${student.examNumber}&nbsp;&nbsp;${student.name}">阅卷轨迹</a>
 						<c:if test="${web_user.type.value==0 || web_user.type.value==5}">
 						<c:if test="${web_user.type.value==0 || web_user.type.value==5}">
 						<a href="##" class="back-button" data-student-id="${student.id}">打回</a>
 						<a href="##" class="back-button" data-student-id="${student.id}">打回</a>
 						</c:if>
 						</c:if>