394d6926f2824012c7d69f4adf89f7b20a3fc475.svn-base 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>仓库物资统计</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="../../../../../scripts/business/am/resource/warehouse/warehouse_poll.js"></script>
  11. <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
  12. <style type="text/css">
  13. .l-grid-hd-cell{
  14. /* //height: 34px; */
  15. background-color: #5582b9;
  16. height: 40px;
  17. }
  18. .l-grid-hd-cell-text{
  19. font-weight:bold;
  20. color:white
  21. }
  22. .bd{
  23. width: 978px;
  24. margin-top:10px
  25. }
  26. .title{
  27. height: 50px;
  28. /* background: #F8F8F8; */
  29. border-style:solid;
  30. border-width:1px;
  31. border-right:1px;
  32. border-left:1px;
  33. border-top:1px;
  34. border-color:#cdcaca;
  35. }
  36. .title_font{
  37. font-weight: bold;
  38. font-size: 24px;
  39. line-height: 45px;
  40. color:#3e62a0;
  41. }
  42. .button_jl{
  43. margin:0px 20px 10px 0px;
  44. float:right;
  45. }
  46. .td-move{
  47. padding: 10px 5px 0px 0px;
  48. }
  49. .back{
  50. margin:10px 0px 10px 15px;
  51. }
  52. </style>
  53. <script type="text/javascript">
  54. $(function(){
  55. $("#back").hover(function(){
  56. $(this).attr("src","/nwyj/images/temp/back_hover.png");
  57. },function(){
  58. $(this).attr("src","/nwyj/images/temp/back.png");
  59. });
  60. });
  61. </script>
  62. </head>
  63. <body class="bd" align="center" >
  64. <div id="searchPanel" style="border: 1px solid #cdcaca;background: white;">
  65. <div class="title" align="center">
  66. <a href="javascript:;"><img id="back" class="back" onclick="goBack()" align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" /></a>
  67. <font class="title_font">应急物资仓库汇总</font>
  68. </div>
  69. <br />
  70. <div style="margin:0px 20px 10px 20px;">
  71. <div id="maingrid"></div>
  72. </div>
  73. <fieldset style="border-color:#cdcaca;margin:10px 20px 20px 20px">
  74. <div style="height:500px">
  75. <div class="basicTab" >
  76. <div name="柱状图" style="width:100%;height:100%;">
  77. <div id="main1" style="height:400px;"></div>
  78. </div>
  79. <div name="折线图" style="width:100%;height:100%;">
  80. <div id="main2" style="height:400px;"></div>
  81. </div>
  82. <div name="饼图" style="width:100%;height:100%;">
  83. <div id="main3" style="height:400px;"></div>
  84. </div>
  85. </div>
  86. </div>
  87. </fieldset>
  88. </div>
  89. </body>
  90. </html>