listOfAssetStat.jsp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <%@ page language="java" contentType="text/html;charset=GBK"
  2. pageEncoding="GBK"%>
  3. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  4. <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
  5. <%@ taglib uri="http://fzywtx.com/jsp/yw/yr" prefix="yr"%>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7. <html>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html;charset=GBK">
  10. <title>发起流程</title>
  11. <link href="/shares/js/yw/master1/liger/skins/ynet/css/ligerui-all.css" rel="stylesheet" type="text/css" />
  12. <link href="/shares/css/yw/master1/reset.css" rel="stylesheet" type="text/css" />
  13. <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
  14. <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/ligerui.all.js"
  15. type="text/javascript"></script>
  16. <link href="${pageContext.request.contextPath}/main.css" rel="stylesheet" type="text/css" />
  17. <script type="text/javascript" src="/shares/js/constant.js"></script>
  18. <script type="text/javascript" src="/shares/js/common.js"></script>
  19. <script type="text/javascript" src="/shares/js/yw/master1/page.js"></script>
  20. <script type="text/javascript" src="/shares/js/yw/master1/common.js"></script>
  21. <link rel="stylesheet" type="text/css" href="/shares/css/yw/master1/win/jquery.jscrollpane.codrops1.css" />
  22. <!-- the mousewheel plugin -->
  23. <script type="text/javascript" src="/shares/js/yw/master1/jquery.mousewheel.js"></script>
  24. <!-- the jScrollPane script -->
  25. <script type="text/javascript" src="/shares/js/yw/master1/jquery.jscrollpane.min.js"></script>
  26. <script type="text/javascript" src="/shares/js/yw/master1/scroll-startstop.events.jquery.js"></script>
  27. <script type="text/javascript" src="/shares/js/yw/master1/scrollpane.js"></script>
  28. <style type="text/css">
  29. body {
  30. overflow:hidden;
  31. background:#fff;
  32. }
  33. </style>
  34. <script type="text/javascript">
  35. $(function () {
  36. scrll();
  37. });
  38. /**
  39. * 当前跳转
  40. * @param url
  41. * @return
  42. */
  43. function historyBack(url) {
  44. location.href = url;
  45. }
  46. </script>
  47. </head>
  48. <body ontouchmove="event.preventDefault();">
  49. <div class="s_title b10 f6">
  50. <img src="/shares/images/master1/fqlc.png" width="27" height="26" /> 固定资产报表统计
  51. <div class="article_title"></div></div>
  52. <!-- <div class="liuyan"> -->
  53. <div id="jp-container" class="jp-container" style="margin-top:100px; ">
  54. <div class="article_b" >
  55. <!-- <li style="height: 300px"></li> -->
  56. <div class="lc_bg">
  57. <div class="lc_b_div">
  58. <yr:isAuthor key="/assetFlowDirectionAction?task=toList">
  59. <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
  60. <a href="#" class="f8"
  61. onclick="item('MTAssetFlowDirectionAction.do?task=toList');" title="资产流向查询"> 资产流向查询
  62. </a>
  63. </div>
  64. </yr:isAuthor>
  65. <yr:isAuthor key="/erpAssetReportForms?task=toMonthDepHistory">
  66. <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
  67. <a href="#" class="f8"
  68. onclick="item('MTErpAssetReportForms.do?task=toMonthDepHistory');" title="资产月折旧"> 资产月折旧
  69. </a>
  70. </div>
  71. </yr:isAuthor>
  72. <yr:isAuthor key="/erpAssetReportForms?task=toTotalAssetStatis">
  73. <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
  74. <a href="#" class="f8"
  75. onclick="item('MTErpAssetReportForms.do?task=toTotalAssetStatis');" title="资产总和查询"> 资产总和查询
  76. </a>
  77. </div>
  78. </yr:isAuthor>
  79. <yr:isAuthor key="/erpAssetReportForms?task=toAssetSumTotalChart">
  80. <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
  81. <a href="#" class="f8"
  82. onclick="item('MTErpAssetReportForms.do?task=toAssetSumTotalChart');" title="资产增长趋势图"> 资产增长趋势图
  83. </a>
  84. </div>
  85. </yr:isAuthor>
  86. <div style="clear:both"></div>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. <%@ include file="/include/message.jsp"%>
  92. </body>
  93. </html>