| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <%@ page language="java" contentType="text/html;charset=GBK"
- pageEncoding="GBK"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
- <%@ taglib uri="http://fzywtx.com/jsp/yw/yr" prefix="yr"%>
- <!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=GBK">
- <title>发起流程</title>
- <link href="/shares/js/yw/master1/liger/skins/ynet/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <link href="/shares/css/yw/master1/reset.css" rel="stylesheet" type="text/css" />
- <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/ligerui.all.js"
- type="text/javascript"></script>
- <link href="${pageContext.request.contextPath}/main.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="text/javascript" src="/shares/js/yw/master1/page.js"></script>
- <script type="text/javascript" src="/shares/js/yw/master1/common.js"></script>
- <link rel="stylesheet" type="text/css" href="/shares/css/yw/master1/win/jquery.jscrollpane.codrops1.css" />
- <!-- the mousewheel plugin -->
- <script type="text/javascript" src="/shares/js/yw/master1/jquery.mousewheel.js"></script>
- <!-- the jScrollPane script -->
- <script type="text/javascript" src="/shares/js/yw/master1/jquery.jscrollpane.min.js"></script>
- <script type="text/javascript" src="/shares/js/yw/master1/scroll-startstop.events.jquery.js"></script>
- <script type="text/javascript" src="/shares/js/yw/master1/scrollpane.js"></script>
-
- <style type="text/css">
- body {
- overflow:hidden;
- background:#fff;
- }
- </style>
- <script type="text/javascript">
- $(function () {
- scrll();
- });
- /**
- * 当前跳转
- * @param url
- * @return
- */
- function historyBack(url) {
- location.href = url;
- }
- </script>
- </head>
- <body ontouchmove="event.preventDefault();">
- <div class="s_title b10 f6">
- <img src="/shares/images/master1/fqlc.png" width="27" height="26" /> 固定资产报表统计
- <div class="article_title"></div></div>
- <!-- <div class="liuyan"> -->
- <div id="jp-container" class="jp-container" style="margin-top:100px; ">
- <div class="article_b" >
- <!-- <li style="height: 300px"></li> -->
- <div class="lc_bg">
- <div class="lc_b_div">
- <yr:isAuthor key="/assetFlowDirectionAction?task=toList">
- <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
- <a href="#" class="f8"
- onclick="item('MTAssetFlowDirectionAction.do?task=toList');" title="资产流向查询"> 资产流向查询
- </a>
- </div>
- </yr:isAuthor>
- <yr:isAuthor key="/erpAssetReportForms?task=toMonthDepHistory">
- <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
- <a href="#" class="f8"
- onclick="item('MTErpAssetReportForms.do?task=toMonthDepHistory');" title="资产月折旧"> 资产月折旧
- </a>
- </div>
- </yr:isAuthor>
- <yr:isAuthor key="/erpAssetReportForms?task=toTotalAssetStatis">
- <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
- <a href="#" class="f8"
- onclick="item('MTErpAssetReportForms.do?task=toTotalAssetStatis');" title="资产总和查询"> 资产总和查询
- </a>
- </div>
- </yr:isAuthor>
- <yr:isAuthor key="/erpAssetReportForms?task=toAssetSumTotalChart">
- <div class="lc_btn"><img src="/shares/images/master1/lc_ico.png" width="19" height="21" />
- <a href="#" class="f8"
- onclick="item('MTErpAssetReportForms.do?task=toAssetSumTotalChart');" title="资产增长趋势图"> 资产增长趋势图
- </a>
- </div>
- </yr:isAuthor>
- <div style="clear:both"></div>
- </div>
- </div>
-
- </div>
- </div>
- <%@ include file="/include/message.jsp"%>
- </body>
- </html>
|