王佳豪
2021-06-25 eb3f8587aa7466fd6d2d3ca712d0f9baf4e27dcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
    <%@ include file="../../include/core.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<script type="text/javascript" src="${path }/jsFiles/home.js"></script>
</head>
 
<body>
<!--     <div id="container" style="width: 550px; height: 400px; margin: 0 auto"></div> -->
<div class="container">
    <div class="row">
        <div class="col-md-6">
            <a onclick="getPage('report/goViewStockUse.action','')">
                <div id="chartPie" style="height: 250px; margin: 0 auto"></div>
            </a>
        </div>
        <div class="col-md-6">
            <a onclick="getPage('report/goViewInOut.action','')">
                <div id="chartAxis" style="height: 250px; margin: 0 auto"></div>
            </a>
        </div>
    </div>
<!--     <br/> -->
 
<a onclick="getPage('report/goViewStayTime.action','')">
<h3>库存滞留时间统计</h3>
</a>
 
<div class="table-responsive">
<table id="test-table" class="table table-hover text-nowrap"></table>
</div>
    
</div>
 
</body>
</html>