zhuguifei
2026-03-10 58402bd5e762361363a0f7d7907153c77dbb819f
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<title>条烟输送监控</title>
<link rel="shortcut icon" href="${pageContext.request.contextPath}/img/favicon.ico" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="上海兰宝数据采集系统,卷接包数据采集" />
<meta name="author" content="leejean" />
<jsp:include page="../../initlib/initAll.jsp"></jsp:include>
<style type="text/css">
    *{font-family: "Microsoft YaHei","微软雅黑","宋体",Arial;list-style-type :none;padding:0px;margin:0px;}
    .tab tr{height:30px;}
    /* .tab tr td{width:130px;} */
    .error-flag{width:20px;height:20px;display: block;margin-top: 7px;background:url(${pageContext.request.contextPath}/pms/isp/img/red.gif) no-repeat;background-size: 100%;}
    .normal-flag{width:20px;height:20px;display: block;    background:url(${pageContext.request.contextPath}/pms/isp/img/red.gif) no-repeat;background-size: 100%;}
 
    .error-base{width:20px;height:20px;display: block;margin-top: 7px;background-size: 100%;}
    .info-div{
        float:left;
        border: 1px solid #95B8E7;
        width:20%;
        min-width:240px;
        margin-left:15px;
        height:200px;
        margin-top:10px;
        font-size: 14px;
        font-weight: bold;
        padding-top: 8px;
 
        border-radius: 4px;
        background: linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -o-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -ms-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -moz-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -webkit-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        color:#257cbe;
    }
    .info-tab{font-size:14px;width:250px;margin-left: 20px;}
    .info-tab tr{height:25px;}
    .tab-val{color:blue;width:70px;}
    .tab-tt{width:90px;font-weight:bold;}
    .info_box{
        width: 100%;
        height: 215px;
        overflow: hidden;
        padding-bottom: 10px;
        min-width: 1315px;
    }
    h1 {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 26px;
        border: 1px solid #95B8E7;
        border-bottom: 1px solid #008597;
        background: linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -o-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -ms-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -moz-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        background: -webkit-linear-gradient(top , rgb(222, 244, 250) 8% , rgb(198, 234, 246) 94%);
        color: #257cbe;
        border-radius: 4px 4px 0px 0px;
        margin-bottom: 2px;
    }
    .info_ch{
        width:53%;
        min-width: 615px;
        float: left;
        margin-left: 15px;
        margin-top: 0px;
    }
    .outIn-tab{padding-left: 8px;border-radius: 4px;border: 1px solid #95B8E7;height: 178px;margin: 0;}
    .outIn-tab tr{height:25px;}
    .outIn-title{float: left;font-size: 14px;width:85px;text-align:right;font-weight:bold;color:#257cbe;}
    .outIn-value{float: left;font-size: 14px;width:70px;text-align:left;font-weight:bold;color:blue;}
    .info_gy{
        width: 100%;
        height: 120px;
        overflow: hidden;
        padding-bottom: 10px;
        min-width: 1330px;
    }
    .craft-tab tr{height:25px;}
    .craft-title{width:140px;text-align:right;font-weight:bold;color: #257cbe;font-size: 14px;}
    .craft-value{color:blue;font-weight: bold;}
    .info_gz{
        width: 100%;
        height: 160px;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 1px solid #257cbe;
        min-width: 1330px;
    }
        .info_cis{
        width: 100%;
        height: 150px;
        overflow: hidden;
        padding-bottom: 10px;
        min-width: 1330px;
    }
        .info_srm{
        width: 100%;
        height: 120px;
        overflow: hidden;
        padding-bottom: 10px;
        min-width: 1330px;
    }
    .zj17{
        float:left;
        border: 1px solid #95B8E7;
 
        margin-top:10px;
        font-size: 14px;
        font-weight: bold;
        padding-top: 8px;
 
        border-radius: 4px;
        background: radial-gradient(center , circle cover , rgb(251, 253, 253) , rgb(211, 236, 236) 95%);
        background: -o-radial-gradient(center , circle cover , rgb(251, 253, 253) , rgb(211, 236, 236) 95%);
        background: -ms-radial-gradient(center , circle cover , rgb(251, 253, 253) , rgb(211, 236, 236) 95%);
        background: -moz-radial-gradient(center , circle cover , rgb(251, 253, 253) , rgb(211, 236, 236) 95%);
        background: -webkit-radial-gradient(center , circle cover , rgb(251, 253, 253) , rgb(211, 236, 236) 95%);
        color:#257cbe;
        width: 24%;min-width:325px;height:200px;
    }
    .tt_title{
        margin: 10px 0;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 38px;
        border: 1px solid #95B8E7;
        border-bottom: 2px solid #008597;
        background-color: #E0ECFF;
        background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
        background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
        background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
        background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
        border-color: #95B8E7;
        color: #299DD3;
        border-radius: 4px 4px 0px 0px;
        margin-bottom: 2px;
    }
    #tt,.tt_title{min-width:1330px;}
    .tip{width:20px;height:20px;margin:13px 0px 10px 2px;float:left;}
    .tip2{width:40px;margin:10px 0px 10px 2px;float:left;}
    .outline{background:url(${pageContext.request.contextPath}/pms/isp/img/red.gif) no-repeat;background-size: 100%;}
    .stop{background:url(${pageContext.request.contextPath}/pms/isp/img/yellow.gif) no-repeat;background-size: 100%;}
    .run{background:url(${pageContext.request.contextPath}/pms/isp/img/green.gif) no-repeat;background-size: 100%;}
    .wait{filter:invert;background:url(${pageContext.request.contextPath}/pms/isp/img/blue.gif) no-repeat;background-size: 100%;}
    .craft-val{color:#0000FF;font-size:18px;font-weight:bold;}
</style>
<script type="text/javascript">
    var run={"width":"20px","height":"20px","display":" block","margin-top":" 7px","background":"url(${pageContext.request.contextPath}/pms/isp/img/green.gif) no-repeat","background-size":" 100%"}
    var stop={"width":"20px","height":"20px","display":" block","margin-top":" 7px","background":"url(${pageContext.request.contextPath}/pms/isp/img/yellow.gif) no-repeat","background-size":" 100%"}
    var outline={"filter":"gray","width":"20px","height":"20px","display":" block","margin-top":" 7px","background":"url(${pageContext.request.contextPath}/pms/isp/img/red.gif) no-repeat","background-size":" 100%"}
    var wait={"filter":"gray","width":"20px","height":"20px","display":" block","margin-top":" 7px","background":"url(${pageContext.request.contextPath}/pms/isp/img/blue.gif) no-repeat","background-size":" 100%"}
    function loadData(){
                $.post("${pageContext.request.contextPath}/pms/isp/getFormatted.do",
                       function(json){
 
                var root = json.msg;
                root =  JSON.parse(root)
                var data = root.data;
                var datam = root.datam;
                //链条状态
                 for (let i = 1; i <=18 ; i++) {
                   if(datam[i]){
                       var type = datam[i];
                       if(type==0){
                           $("#v"+i).css(outline)
                       }else if(type==1){
                           $("#v"+i).css(stop)
                       }else if(type==2){
                           $("#v"+i).css(run)
                       }else if(type==3){
                           $("#v"+i).css(wait)
                       }
 
                   }else {
                       $("#v"+i).css(outline)
                   }
 
                  }
 
 
 
                for(var key in data){
                    //赋值所有提升机 排包机产量
                    $("#"+key).html(data[key]);
                    //赋值所有设备状态
                    if(key.indexOf("State")!=-1){
                        if(data[key]){
                            var type = data[key];
                            if(type==0){
                                $("#s"+key).css(outline)
                            }else if(type==1){
                                $("#s"+key).css(stop)
                            }else if(type==2){
                                $("#s"+key).css(run)
                            }else if(type==3){
                                $("#s"+key).css(wait)
                            }
                        }else {
                            $("#s"+key).css(outline)
                        }
                    }
 
                 }
 
                 var tishengji=0;
                 var paibaoji=0;
                 $(".tishengji").each(function(i){
                     tishengji+=parseInt($(this).html());
                 });
                 $(".paibaoji").each(function(i){
                     paibaoji+=parseInt($(this).html());
                 });
                 $("#tishengji").html(tishengji);
                 $("#paibaoji").html(paibaoji);
                // for(var i=1;i<data.length;i++){
                //     var id=data[i].id;
                //     var val=data[i].val;
                //     var type = data[i].returnType;
                //     var targetDom = $("#v"+id);
                //     if(type=="int"){
                //         //状态(0为脱网,1为停机,2为运行,3为候机)
                //         if(val=="0"){
                //             targetDom.css(outline);
                //         }
                //         if(val=="1"){
                //             targetDom.css(stop);
                //         }
                //         if(val=="2"){
                //             targetDom.css(run);
                //         }
                //         if(val=="3"){
                //             targetDom.css(wait);
                //         }
                //
                //     }else{
                //         targetDom.html(val);
                //     }
                //     var tishengji=0;
                //     var paibaoji=0;
                //     $(".tishengji").each(function(i){
                //         tishengji+=parseInt($(this).html());
                //     });
                //     $(".paibaoji").each(function(i){
                //         paibaoji+=parseInt($(this).html());
                //     });
                //     $("#tishengji").html(tishengji);
                //     $("#paibaoji").html(paibaoji);
                // }
            },"JSON");
    }
    loadData();
    window.setInterval("loadData()",3000);
 
 
</script>
 
</head>
<body>
<div class="tt_title">条烟输送实时监控</div>
<div id="tt"  style="width:100%;height:100%;" >
    <div class="info_gy" style="height:30px">
            <!-- (0为脱网,1为停机,2为运行,4为候机) -->
            <div class="tip outline" style="margin-left:20px;"></div><div class="tip2">脱网</div>
            <div class="tip stop"></div><div class="tip2">停机</div>
            <div class="tip run"></div><div class="tip2">运行</div>
            <div class="tip wait"></div><div class="tip2">候机</div>
 
            <div style="float:right;margin:10px 20px 10px 2px;">
                <span class="craft-title">提升机总产量:</span>
                <span class="craft-val" id="tishengji">0</span>
                <span class="craft-title">&nbsp;条</span>
                &nbsp;&nbsp;&nbsp;
                <%--<span class="craft-title">排包机总产量:</span>
                <span class="craft-val" id="paibaoji">0</span>
                <span class="craft-title">&nbsp;条</span>--%>
            </div>
 
    </div>
    <div class="info_gy" >
        <h1>提升机产量</h1>
         <div style="padding: 5px 15px;">
            <table style="width: 100%;" class="craft-tab">
                <tr>
                    <td class="craft-title">01#提升机:</td><td class="craft-value"><span id="tQty1" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">02#提升机:</td><td class="craft-value"><span id="tQty2" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">03#提升机:</td><td class="craft-value"><span id="tQty3" class="tishengji">0</span>&nbsp;条</td>
                    <%--<td class="craft-title">04#提升机:</td><td class="craft-value"><span id="tQty4" class="tishengji">0</span>&nbsp;条</td>--%>
                    <td class="craft-title">05#提升机:</td><td class="craft-value"><span id="tQty5" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">06#提升机:</td><td class="craft-value"><span id="tQty6" class="tishengji">0</span>&nbsp;条</td>
                </tr>
                <tr>
                    <td class="craft-title">07#提升机:</td><td class="craft-value"><span id="tQty7" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">08#提升机:</td><td class="craft-value"><span id="tQty8" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">09#提升机:</td><td class="craft-value"><span id="tQty9" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">10#提升机:</td><td class="craft-value"><span id="tQty10" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">11#提升机:</td><td class="craft-value"><span id="tQty11" class="tishengji">0</span>&nbsp;条</td>
                    <%--<td class="craft-title">12#提升机:</td><td class="craft-value"><span id="tQty12" class="tishengji">0</span>&nbsp;条</td>--%>
                </tr>
                <%--<tr>
                    <td class="craft-title">13#提升机:</td><td class="craft-value"><span id="tQty13" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">14#提升机:</td><td class="craft-value"><span id="tQty14" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">15#提升机:</td><td class="craft-value"><span id="tQty15" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">16#提升机:</td><td class="craft-value"><span id="tQty16" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">17#提升机:</td><td class="craft-value"><span id="tQty17" class="tishengji">0</span>&nbsp;条</td>
                    <td class="craft-title">18#提升机:</td><td class="craft-value"><span id="tQty18" class="tishengji">0</span>&nbsp;条</td>
                </tr>--%>
            </table>
        </div>
    </div>
    <%-- <div class="info_gy" style="height:70px">
        <h1>排包机产量</h1>
         <div style="padding: 5px 15px;">
            <table style="width: 100%;" class="craft-tab">
                <tr>
                    <td class="craft-title">01#排包机:</td><td class="craft-value"><span id="pQty1" class="paibaoji">0</span>&nbsp;条</td>
                    <td class="craft-title">02#排包机:</td><td class="craft-value"><span id="pQty2" class="paibaoji">0</span>&nbsp;条</td>
                    <td class="craft-title">03#排包机:</td><td class="craft-value"><span id="pQty3" class="paibaoji">0</span>&nbsp;条</td>
                    &lt;%&ndash;<td class="craft-title">04#排包机:</td><td class="craft-value"><span id="pQty4" class="paibaoji">0</span>&nbsp;条</td>
                    <td class="craft-title">05#排包机:</td><td class="craft-value"><span id="pQty5" class="paibaoji">0</span>&nbsp;条</td>
                    <td class="craft-title">06#排包机:</td><td class="craft-value"><span id="pQty6" class="paibaoji">0</span>&nbsp;条</td>&ndash;%&gt;
                </tr>
            </table>
        </div>
    </div>--%>
    <%--<div class="info_gz" >
        <h1>链条电机状态</h1>
        <div style=" padding: 18px 10px 10px 70px;">
                <div style="width:79%;height: 100px;float: left;">
                <table style="margin-top:5px 0px 5px 5px;" class="tab">
                    <tr>
                        <td ><div class="normal-flag" id="v1" style="width:20px;height:20px;"></div></td><td style="width:500px;">01#链条</td>
                        <td ><div class="normal-flag" id="v2" style="width:20px;height:20px;"></div></td><td style="width:500px;">02#链条</td>
                        <td ><div class="normal-flag" id="v3" style="width:20px;height:20px;"></div></td><td style="width:500px;">03#链条</td>
                        &lt;%&ndash;<td ><div class="normal-flag" id="v4" style="width:20px;height:20px;"></div></td><td style="width:500px;">04#链条</td>&ndash;%&gt;
                        <td ><div class="normal-flag" id="v5" style="width:20px;height:20px;"></div></td><td style="width:500px;">05#链条</td>
                        <td ><div class="normal-flag" id="v6" style="width:20px;height:20px;"></div></td><td style="width:500px;">06#链条</td>
                    </tr>
                    <tr>
                        <td ><div class="normal-flag" id="v7" style="width:20px;height:20px;"></div></td><td style="width:500px;">07#链条</td>
                        <td ><div class="normal-flag" id="v8" style="width:20px;height:20px;"></div></td><td style="width:500px;">08#链条</td>
                        &lt;%&ndash;<td ><div class="normal-flag" id="v9" style="width:20px;height:20px;"></div></td><td style="width:500px;">09#链条</td>
                        <td ><div class="normal-flag" id="v10" style="width:20px;height:20px;"></div></td><td style="width:500px;">10#链条</td>
                        <td ><div class="normal-flag" id="v11" style="width:20px;height:20px;"></div></td><td style="width:500px;">11#链条</td>
                        <td ><div class="normal-flag" id="v12" style="width:20px;height:20px;"></div></td><td style="width:500px;">12#链条</td>&ndash;%&gt;
                    </tr>
                    &lt;%&ndash;<tr>
                        <td ><div class="normal-flag" id="v13" style="width:20px;height:20px;"></div></td><td style="width:500px;">13#链条</td>
                        <td ><div class="normal-flag" id="v14" style="width:20px;height:20px;"></div></td><td style="width:500px;">14#链条</td>
                        <td ><div class="normal-flag" id="v15" style="width:20px;height:20px;"></div></td><td style="width:500px;">15#链条</td>
                        <td ><div class="normal-flag" id="v16" style="width:20px;height:20px;"></div></td><td style="width:500px;">16#链条</td>
                        <td ><div class="normal-flag" id="v17" style="width:20px;height:20px;"></div></td><td style="width:500px;">17#链条</td>
                        <td ><div class="normal-flag" id="v18" style="width:20px;height:20px;"></div></td><td style="width:500px;">18#链条</td>
                    </tr>&ndash;%&gt;
                </table>
                <div style="clear:both;"></div>
                </div>
                <div style="clear:both;"></div>
        </div>
    </div>--%>
        <div class="info_gz" >
        <h1>提升机状态</h1>
        <div style=" padding: 18px 10px 10px 70px;">
                <div style="width:79%;height: 100px;float: left;">
                <table style="margin-top:5px 0px 5px 5px;" class="tab">
                    <tr>
                        <td ><div class="normal-flag" id="stState1" style="width:20px;height:20px;"></div></td><td style="width:500px;">01#提升机</td>
                        <td ><div class="normal-flag" id="stState2" style="width:20px;height:20px;"></div></td><td style="width:500px;">02#提升机</td>
                        <td ><div class="normal-flag" id="stState3" style="width:20px;height:20px;"></div></td><td style="width:500px;">03#提升机</td>
                        <%--<td ><div class="normal-flag" id="stState4" style="width:20px;height:20px;"></div></td><td style="width:500px;">04#提升机</td>--%>
                        <td ><div class="normal-flag" id="stState5" style="width:20px;height:20px;"></div></td><td style="width:500px;">05#提升机</td>
                        <td ><div class="normal-flag" id="stState6" style="width:20px;height:20px;"></div></td><td style="width:500px;">06#提升机</td>
                    </tr>
                    <tr>
                        <td ><div class="normal-flag" id="stState7" style="width:20px;height:20px;"></div></td><td style="width:500px;">07#提升机</td>
                        <td ><div class="normal-flag" id="stState8" style="width:20px;height:20px;"></div></td><td style="width:500px;">08#提升机</td>
                        <td ><div class="normal-flag" id="stState9" style="width:20px;height:20px;"></div></td><td style="width:500px;">09#提升机</td>
                        <td ><div class="normal-flag" id="stState10" style="width:20px;height:20px;"></div></td><td style="width:500px;">10#提升机</td>
                        <td ><div class="normal-flag" id="stState11" style="width:20px;height:20px;"></div></td><td style="width:500px;">11#提升机</td>
                        <%--<td ><div class="normal-flag" id="stState12" style="width:20px;height:20px;"></div></td><td style="width:500px;">12#提升机</td>--%>
                    </tr>
                    <%--<tr>
                        <td ><div class="normal-flag" id="stState13" style="width:20px;height:20px;"></div></td><td style="width:500px;">13#提升机</td>
                        <td ><div class="normal-flag" id="stState14" style="width:20px;height:20px;"></div></td><td style="width:500px;">14#提升机</td>
                        <td ><div class="normal-flag" id="stState15" style="width:20px;height:20px;"></div></td><td style="width:500px;">15#提升机</td>
                        <td ><div class="normal-flag" id="stState16" style="width:20px;height:20px;"></div></td><td style="width:500px;">16#提升机</td>
                        <td ><div class="normal-flag" id="stState17" style="width:20px;height:20px;"></div></td><td style="width:500px;">17#提升机</td>
                        <td ><div class="normal-flag" id="stState18" style="width:20px;height:20px;"></div></td><td style="width:500px;">18#提升机</td>
                    </tr>--%>
                </table>
                <div style="clear:both;"></div>
                </div>
                <div style="clear:both;"></div>
        </div>
    </div>
    <%--    <div class="info_gz"  style="height:70px">
        <h1>排包机状态</h1>
        <div style=" padding: 0px 10px 10px 70px;">
                <div style="width:79%;height: 100px;float: left;">
                <table style="margin-top:5px 0px 5px 5px;" class="tab">
                    <tr>
                        <td ><div class="normal-flag" id="spState1" style="width:20px;height:20px;"></div></td><td style="width:500px;">01#排包机</td>
                        <td ><div class="normal-flag" id="spState2" style="width:20px;height:20px;"></div></td><td style="width:500px;">02#排包机</td>
                        <td ><div class="normal-flag" id="spState3" style="width:20px;height:20px;"></div></td><td style="width:500px;">03#排包机</td>
                        &lt;%&ndash;<td ><div class="normal-flag" id="spState4" style="width:20px;height:20px;"></div></td><td style="width:500px;">04#排包机</td>
                        <td ><div class="normal-flag" id="spState5" style="width:20px;height:20px;"></div></td><td style="width:500px;">05#排包机</td>
                        <td ><div class="normal-flag" id="spState6" style="width:20px;height:20px;"></div></td><td style="width:500px;">06#排包机</td>&ndash;%&gt;
                    </tr>
                </table>
                <div style="clear:both;"></div>
                </div>
                <div style="clear:both;"></div>
        </div>
    </div>--%>
</div>
 
</body>
</html>