Commit c5f1ae25c07d24bea41f840da721b06ad0e21946

Authored by 孙向锦
1 parent 3a163205

修复屏蔽班级分析

答错人数确定点击无效
WebRoot/WEB-INF/jsp/sunvote/teacher/paper_view1.jsp
@@ -133,8 +133,8 @@ @@ -133,8 +133,8 @@
133 </table> 133 </table>
134 </div> 134 </div>
135 <div class="modal-footer"> 135 <div class="modal-footer">
136 - <button type="button" class="btn btn-default" data-dismiss="modal">取消</button>  
137 - <button type="button" class="btn btn-primary" id="submit">确定</button> 136 + <button type="button" class="btn btn-default" data-dismiss="modal">确定</button>
  137 + <!-- <button type="button" class="btn btn-primary" id="submit">确定</button> -->
138 </div> 138 </div>
139 </div><!-- /.modal-content --> 139 </div><!-- /.modal-content -->
140 </div><!-- /.modal-dialog --> 140 </div><!-- /.modal-dialog -->
WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp
@@ -277,7 +277,7 @@ @@ -277,7 +277,7 @@
277 $(document).ready(function(){ 277 $(document).ready(function(){
278 window.top.loading.remove(); 278 window.top.loading.remove();
279 279
280 - var sour = "${testpaperList}"; 280 + /* var sour = "${testpaperList}";
281 281
282 if(sour != null && sour.length > 3){ 282 if(sour != null && sour.length > 3){
283 var _width = $('#mainFrame', parent.document).width()-40; 283 var _width = $('#mainFrame', parent.document).width()-40;
@@ -295,7 +295,7 @@ @@ -295,7 +295,7 @@
295 console.log(name_height); 295 console.log(name_height);
296 $(".th_name").height(name_height); 296 $(".th_name").height(name_height);
297 } 297 }
298 - 298 + */
299 }); 299 });
300 300
301 </script> 301 </script>
WebRoot/WEB-INF/jsp/sunvote/teacher/test_list.jsp
@@ -83,5 +83,5 @@ @@ -83,5 +83,5 @@
83 var user_id= "${pd.userId}"; 83 var user_id= "${pd.userId}";
84 var url = "<%=basePath%>"; 84 var url = "<%=basePath%>";
85 </script> 85 </script>
86 - <script src="../static/js/test_list.js"></script> 86 + <script src="../static/js/test_list.js?a=1"></script>
87 </html> 87 </html>
88 \ No newline at end of file 88 \ No newline at end of file
WebRoot/static/js/test_list.js
@@ -76,8 +76,8 @@ function getList(start_date, end_date, class_id) { // 获取测验列表 @@ -76,8 +76,8 @@ function getList(start_date, end_date, class_id) { // 获取测验列表
76 + data.data[i].createDate 76 + data.data[i].createDate
77 + '</td><td><a onclick="window.top.loading.show();jump($(this));" data-id="' 77 + '</td><td><a onclick="window.top.loading.show();jump($(this));" data-id="'
78 + data.data[i].testpaperId 78 + data.data[i].testpaperId
79 - + '" >查看详情</a> &nbsp;&nbsp;&nbsp;&nbsp; <a onclick="window.top.loading.show();ansync($(this)); " data-id="'  
80 - + data.data[i].testpaperId + '" >班级分析</a></td></tr>' 79 + + '" >查看详情</a> &nbsp;&nbsp;&nbsp;&nbsp; <!-- <a onclick="window.top.loading.show();ansync($(this)); " data-id="'
  80 + + data.data[i].testpaperId + '" >班级分析</a> --></td></tr>'
81 } 81 }
82 $("#tab_body").html(tab_html); 82 $("#tab_body").html(tab_html);
83 }, 83 },