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.
32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>铝内胆数据监控平台</title>
|
|
<link rel="stylesheet" href="../../../css/aluminumLiner/style.css">
|
|
<link rel="stylesheet" href="../../../css/common/ondutyplan.css">
|
|
<script src="../../../js/common/jquery.min.js"></script>
|
|
<script src="../../../js/common/echarts.min.js"></script>
|
|
<script src="../../../js/common/date-time-common.js"></script>
|
|
<script src="../../../js/common/update-split-blocks.js"></script>
|
|
<!-- <script src="../../../js/common/ondutyplan.js"></script> -->
|
|
<script src="../../../js/common/echarts.common.js"></script>
|
|
<script src="../../../js/common/scrollTable.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!--设备OEE统计-->
|
|
<div class="OEEStatistics" id="OEEStatistics"></div>
|
|
|
|
<!--库存情况-->
|
|
<div class="inventory" id="inventory"></div>
|
|
|
|
|
|
<!--生产计划-->
|
|
<div class="productionPlan" id="productionPlan"></div>
|
|
|
|
</body>
|
|
<script src="../../../js/aluminumLiner/index.js"></script>
|
|
|
|
</html> |