严智鑫
2024-05-13 cedce4883f0d204f5bf7bf87c0bf4858dabb0c23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
 
<html>
<head>
<script type="text/javascript"
    src="${ctx}/static/jquery/jquery-3.1.0.min.js"></script>
    
<script type="text/javascript">
  var interval = setInterval('refreshStatus()', 500);
   $(document).ready(function(){
        var info = $("#info").attr("info");
        $("#infos").html(info);
   });
  // 设备页面自动刷新
  function refreshStatus() {
    window.location.reload();
   }
  // 停止页面自动刷新
  function disableAutoRefresh() {
    clearInterval(interval);
   }
</script>
<style>
    .box table tr th,.box table tr td{
        text-align:center;
    }
</style>    
<title>磨边机设置</title>
</head>
<body>
    <div class="content-wrapper">
 
    
    
     <div style="float:left;width:300px">
     <h3>加速台</h3>
        <h4><font color="#FF0000">时间     ${a10_0}</font></h4> 
         <h4><font color="#FF0000">请求字      ${a10_1}</font></h4> 
           <h4><font color="#FF0000">请求ID   ${a10_2}</font></h4> 
           <h4><font color="#0000FF">发送字       ${a10_11}</font></h4> 
           <h4><font color="#0000FF">发送ID   ${a10_12}</font></h4> 
           <h4><font color="#0000FF">长             ${a10_13}</font></h4> 
           <h4><font color="#0000FF">宽             ${a10_14}</font></h4> 
           <h4><font color="#0000FF">厚             ${a10_15}</font></h4> 
           </div>
        <div style="float:left;width:300px">
             <h3>复合台</h3>
           <h4><font color="#FF0000">时间     ${a11_0}</font></h4>  
         <h4><font color="#FF0000">请求字     ${a11_1}</font></h4> 
           <h4><font color="#FF0000">请求ID  ${a11_2}</font></h4> 
           <h4><font color="#0000FF">发送字       ${a11_11}</font></h4> 
           <h4><font color="#0000FF">发送ID   ${a11_12}</font></h4> 
           <h4><font color="#0000FF">长             ${a11_15}</font></h4> 
           <h4><font color="#0000FF">宽             ${a11_16}</font></h4> 
           <h4><font color="#0000FF">厚             ${a11_17}</font></h4> 
        <h4><font color="#0000FF">落架数      ${a11_18}</font></h4> 
        </div>
        
                <div style="float:left;width:300px">
             <h3>机器人</h3>
             <h4><font color="#FF0000">时间     ${a17_0}</font></h4> 
         <h4><font color="#FF0000">请求字       ${a17_1}</font></h4> 
           <h4><font color="#FF0000">请求ID   ${a17_2}</font></h4> 
           <h4><font color="#0000FF">发送字       ${a17_11}</font></h4> 
           <h4><font color="#0000FF">发送ID   ${a17_12}</font></h4> 
           <h4><font color="#0000FF">料架号      ${a17_15}</font></h4> 
           <h4><font color="#0000FF">长             ${a17_16}</font></h4> 
           <h4><font color="#0000FF">宽             ${a17_17}</font></h4> 
           <h4><font color="#0000FF">厚             ${a17_18}</font></h4> 
           
           
           <h4><font color="#FF0000">汇报字       ${a17_6}</font></h4> 
           <h4><font color="#FF0000">汇报ID   ${a17_7}</font></h4> 
           <h4><font color="#0000FF">确认字       ${a17_25}</font></h4> 
           ${a13}
           </div>
           
           
 
     
   </div>
</body>
</html>