You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.6 KiB
HTML
54 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>箱壳成型数据监控平台</title>
|
|
<link rel="stylesheet" href="../../../css/tankShell/device.css">
|
|
<link rel="stylesheet" href="../../../css/common/fontawesome-all.min.css">
|
|
<script src="../../../js/common/fontawesome-all.min.js"></script>
|
|
<script src="../../../js/common/jquery.min.js"></script>
|
|
<script src="../../../js/common/echarts.min.js"></script>
|
|
<script src="../../../js/common/update-split-blocks.js"></script>
|
|
<script src="../../../js/common/echarts.common.js"></script>
|
|
<script src="../../../js/common/scrollTable.js"></script>
|
|
<script src="../../../js/common/date-time-common.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!--数据信息-->
|
|
<div class="dataInformation" id="dataInformation"></div>
|
|
<!--能耗产量统计-->
|
|
<div class="energyProductionStatistics" id="energyProductionStatistics"></div>
|
|
<!--运行参数统计-->
|
|
<div class="runParamStatistics" id="runParamStatistics"></div>
|
|
<div>
|
|
<!--loss参数-->
|
|
<span class="lossParam" id="lossParam"></span>
|
|
|
|
<!--节拍参数-->
|
|
<span class="meterParam" id="meterParam"></span>
|
|
</div>
|
|
|
|
|
|
<!--设备OEE统计-->
|
|
<div class="OEEStatistics" id="OEEStatistics"></div>
|
|
|
|
<!--设备故障排名-->
|
|
<div class="equipmentFailure" id="equipmentFailure"></div>
|
|
|
|
<!--loss-->
|
|
<div class="loss" id="loss"></div>
|
|
|
|
<!--设备信息-->
|
|
<div class="scrollTable">
|
|
<div class="productionPlan" id="productionPlan"></div>
|
|
</div>
|
|
|
|
<!--设备产量能耗对比-->
|
|
<div class="energyConsumption" id="energyConsumption"></div>
|
|
|
|
</body>
|
|
<script src="../../../js/tankShell/device.js"></script>
|
|
|
|
</html> |