2024-11-11 10:54:13 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>超库存量-来源</title>
|
|
|
|
|
<link rel="stylesheet" href="../../../lib/layui-v2.9.18/layui/css/layui.css" media="all">
|
|
|
|
|
<link rel="stylesheet" href="../../../css/font.css" media="all">
|
|
|
|
|
<link rel="stylesheet" href="../../../css/public.css" media="all">
|
|
|
|
|
<link rel="stylesheet" href="../../../css/demandPlan/excess_inventory_source.css" media="all">
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="main-box">
|
|
|
|
|
<div id="basic-box">
|
|
|
|
|
<div class="title layout">
|
|
|
|
|
<span style="font-weight:700;text-decoration:none;color:#409EFF;">▋</span>
|
|
|
|
|
<p>基本信息</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="basic-table">
|
|
|
|
|
<table class="classTable">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>物机类型</th>
|
|
|
|
|
<td id="type"></td>
|
|
|
|
|
<th>物机名称</th>
|
|
|
|
|
<td id="name"></td>
|
|
|
|
|
<th>规格</th>
|
|
|
|
|
<td id="module"></td>
|
|
|
|
|
<th>单位</th>
|
|
|
|
|
<td id="unit"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>未发货量</th>
|
2024-11-11 11:23:25 +08:00
|
|
|
<td id="wfhNum"></td>
|
2024-11-11 10:54:13 +08:00
|
|
|
<th>库存量</th>
|
2024-11-11 11:23:25 +08:00
|
|
|
<td id="kuNum"></td>
|
2024-11-11 10:54:13 +08:00
|
|
|
<th>差量</th>
|
2024-11-11 11:23:25 +08:00
|
|
|
<td id="clNum"></td>
|
2024-11-11 10:54:13 +08:00
|
|
|
<th>工程数量</th>
|
2024-11-11 11:23:25 +08:00
|
|
|
<td id="proNum"></td>
|
2024-11-11 10:54:13 +08:00
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="source-box">
|
|
|
|
|
<div class="title layout">
|
|
|
|
|
<span style="font-weight:700;text-decoration:none;color:#409EFF;">▋</span>
|
|
|
|
|
<p>来源明细</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="table-box" table-responsive style="z-index: 1;width: 98%;margin: 0 1%;">
|
|
|
|
|
<table class="layui-hide" id="currentTableId" lay-filter="currentTableId2"></table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
<script src="../../../lib/jquery-3.4.1/jquery-3.4.1.min.js" charset="utf-8"></script>
|
|
|
|
|
<script src="../../../js/public.js" charset="utf-8"></script>
|
|
|
|
|
<script src="../../../js/Print.js" charset="utf-8"></script>
|
|
|
|
|
<script src="../../../lib/layui-v2.9.18/layui/layui.js" charset="utf-8"></script>
|
|
|
|
|
<script src="../../../js/demandPlan/child/excess_inventory_source.js" charset="utf-8"></script>
|
|
|
|
|
<script src="../../../js/openIframe.js" charset="utf-8"></script>
|
|
|
|
|
</html>
|