<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>箱壳成型数据监控平台</title> <link rel="stylesheet" href="../../../css/tankShell/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> </head> <body> <!--按型号统计产量--> <div class="statisticalOutputByModel" id="statisticalOutputByModel"></div> <!--库存统计--> <div class="inventoryStatistics" id="inventoryStatistics"></div> <!--小时产量--> <div class="hourlyOutputStatistics" id="hourlyOutputStatistics"></div> </body> <script src="../../../js/tankShell/index.js"></script> </html>