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.
42 lines
1.7 KiB
HTML
42 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>门体库仓储看板</title>
|
|
<link rel="stylesheet" href="../../../css/common/ondutyplan.css">
|
|
<link rel="stylesheet" href="../../../css/storage/style.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>
|
|
|
|
<!--生产计划-->
|
|
<div class="productionPlan" id="productionPlan"></div>
|
|
|
|
<!--当前库存-->
|
|
<div class="theCurrentInventory" id="theCurrentInventory"></div>
|
|
|
|
<!--库位统计-左库-->
|
|
<div class="emptyLocation" style="left:43%" id="emptyLocation-left"></div>
|
|
<div class="haveUsedLocation" style="left:43%" id="haveUsedLocation-left"></div>
|
|
|
|
<!--库位统计-右库-->
|
|
<div class="emptyLocation" style="right:8%" id="emptyLocation-right"></div>
|
|
<div class="haveUsedLocation" style="right:8%" id="haveUsedLocation-right"></div>
|
|
|
|
<!--库位占比-->
|
|
<div class="emptyLocationRatio" style="left: 55.5%;" id="emptyLocationNumber"></div>
|
|
<div class="emptyLocationRatio" style="left: 60.7%;" id="emptyLocationRatio"></div>
|
|
|
|
<div class="haveUsedLocationRatio" style="right: 20.8%;" id="haveUsedLocationNumber"></div>
|
|
<div class="haveUsedLocationRatio" style="right: 15.5%;" id="haveUsedLocationRatio"></div>
|
|
|
|
</body>
|
|
<script src="../../../js/storage/index.js"></script>
|
|
|
|
</html> |