|
|
@ -8,8 +8,11 @@
|
|
|
|
:style="'top:'+(titlePosition[k]&&titlePosition[k].top||0)+'%;left:'+(titlePosition[k]&&titlePosition[k].left||0)+'%'">
|
|
|
|
:style="'top:'+(titlePosition[k]&&titlePosition[k].top||0)+'%;left:'+(titlePosition[k]&&titlePosition[k].left||0)+'%'">
|
|
|
|
{{ i }}
|
|
|
|
{{ i }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="position: absolute; top: 23%;left: 60%;width:10vw;text-align:center;color: #fff;font-size: 1vw;line-height: 1.5vw">
|
|
|
|
<div style="position: absolute; top: 23%;left: 30%;width:10vw;color: #fff;font-size: 0.8vw;line-height: 1.5vw">
|
|
|
|
<div>生产节拍</div>
|
|
|
|
<div>发泡机 - 运行状态:</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="position: absolute; top: 23%;left: 60%;width:10vw;color: #fff;font-size: 0.8vw;line-height: 1.5vw">
|
|
|
|
|
|
|
|
<div>生产节拍:</div>
|
|
|
|
<div>线体1圈 1s</div>
|
|
|
|
<div>线体1圈 1s</div>
|
|
|
|
<div>台车1位 1s</div>
|
|
|
|
<div>台车1位 1s</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -17,10 +20,10 @@
|
|
|
|
<div class="supplementInfo">注射压力标准范围:10.0-12.0Mpa A、B组份枪头压力差<1Mpa</div>
|
|
|
|
<div class="supplementInfo">注射压力标准范围:10.0-12.0Mpa A、B组份枪头压力差<1Mpa</div>
|
|
|
|
<div class="supplementInfo1">发泡料温度标准范围:18.0-24.0℃</div>
|
|
|
|
<div class="supplementInfo1">发泡料温度标准范围:18.0-24.0℃</div>
|
|
|
|
<div style="position: absolute;top: 62%; left: 40%;color:#FFF">
|
|
|
|
<div style="position: absolute;top: 62%; left: 40%;color:#FFF">
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #5dfd36;display: inline-block;margin: 0 8px;"></div> 启用
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #1be409;display: inline-block;margin: 0 8px;"></div> 启用
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #ffffff88;display: inline-block;margin: 0 8px;"></div>停用
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #8a8e96;display: inline-block;margin: 0 8px;"></div>停用
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #ff0000;display: inline-block;margin: 0 8px;"></div> 注料位
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #ff0000;display: inline-block;margin: 0 8px;"></div> 注料位
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #FF8000;display: inline-block;margin: 0 8px;"></div>出模位
|
|
|
|
<div style="width: 12px;height: 12px;background-color: #ff8000;display: inline-block;margin: 0 8px;"></div>出模位
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="scrollTable">
|
|
|
|
<div class="scrollTable">
|
|
|
@ -743,52 +746,52 @@
|
|
|
|
<!-- </div>-->
|
|
|
|
<!-- </div>-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tableOne">
|
|
|
|
<div class="tableOne">
|
|
|
|
<div style="height: 9%;line-height:2.6vh;color: #fff;text-align: center;background-color: #38a2de ">
|
|
|
|
<div style="height: 9%;line-height:2.6vh;color: #fff;text-align: center;background-color: #38a2decc ">
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div v-for="i in 10"
|
|
|
|
<div v-for="i in 10"
|
|
|
|
:style="'height: 9%;line-height:2.6vh;color: #000;text-align: center;background-color:' + (i === 2 ? '#ffffff88' : '#5dfd36')">
|
|
|
|
:style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color: '+ (i === 2 ? '#bed4ce' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#8a8e9688' : '#1be40944')">
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tableTwo">
|
|
|
|
<div class="tableTwo">
|
|
|
|
<div style="height: 9%;line-height:2.6vh;color: #fff;text-align: center;background-color: #38a2de">
|
|
|
|
<div style="height: 9%;line-height:2.6vh;color: #fff;text-align: center;background-color: #38a2decc">
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div v-for="i in 10"
|
|
|
|
<div v-for="i in 10"
|
|
|
|
:style="'height: 9%;line-height:2.6vh;color: #000;text-align: center;background-color:' + (i === 2 ? '#ff0000' : '#5dfd36')">
|
|
|
|
:style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#ff5959' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#ff000088' : '#1be40944')">
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tableThree">
|
|
|
|
<div class="tableThree">
|
|
|
|
<div style="height: 9%;color: #fff;text-align: center;background-color: #38a2de">
|
|
|
|
<div style="height: 9%;line-height:2.6vh;color: #fff;text-align: center;background-color: #38a2de">
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div v-for="i in 10"
|
|
|
|
<div v-for="i in 10"
|
|
|
|
:style="'height: 9%;color: #000;text-align: center;background-color:' + (i === 2 ? '#FF8000' : '#5dfd36')">
|
|
|
|
:style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#ffb769' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#ff800088' : '#1be40944')">
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tableFour">
|
|
|
|
<div class="tableFour">
|
|
|
|
<div style="height: 9%;color: #fff;text-align: center;background-color: #38a2de">
|
|
|
|
<div style="height: 9%;line-height:2.6vh;color: #fff;text-align: center;background-color: #38a2de">
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">台车号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">型号</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
<div style="width: 33%;display: inline-block">产量</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div v-for="i in 10"
|
|
|
|
<div v-for="i in 10"
|
|
|
|
:style="'height: 9%;color: #000;text-align: center;background-color:' + (i === 2 ? '#ffffff88' : '#5dfd36')">
|
|
|
|
:style="'margin-bottom:2px;height: calc(9% - 2px);line-height:calc(2.6vh - 2px);color:'+ (i === 2 ? '#bed4ce' : '#1be409')+';text-align: center;background-color:' + (i === 2 ? '#8a8e9688' : '#1be40944')">
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">{{ i }}</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">487JFY</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
|
<div style="width: 33%;display: inline-block">15-15</div>
|
|
|
@ -816,7 +819,7 @@ export default {
|
|
|
|
'箱体队列统计',
|
|
|
|
'箱体队列统计',
|
|
|
|
'生产统计数据',
|
|
|
|
'生产统计数据',
|
|
|
|
'发泡注射压力监控',
|
|
|
|
'发泡注射压力监控',
|
|
|
|
'发泡料注料温度健康',
|
|
|
|
'发泡料注料温度监控',
|
|
|
|
'门体发泡生产统计',
|
|
|
|
'门体发泡生产统计',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
titlePosition: [
|
|
|
|
titlePosition: [
|
|
|
|