| <%@ 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> |