增加财务相关页面
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%@page import="com.jsh.util.common.Tools"%>
|
||||
<%@page import="com.jsh.util.Tools"%>
|
||||
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String path = request.getContextPath();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@page import="com.jsh.util.common.Tools"%>
|
||||
<%@page import="com.jsh.util.Tools"%>
|
||||
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String path = request.getContextPath();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@page import="com.jsh.util.common.Tools"%>
|
||||
<%@page import="com.jsh.util.Tools"%>
|
||||
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String path = request.getContextPath();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@page import="com.jsh.util.common.Tools"%>
|
||||
<%@page import="com.jsh.util.Tools"%>
|
||||
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String path = request.getContextPath();
|
||||
|
||||
@@ -193,59 +193,53 @@ function ceshi()
|
||||
|
||||
</script>
|
||||
|
||||
<div region="west" hide="true" split="true" title="导航菜单" style="width: 200px;" id="west">
|
||||
<!--<div id="nav" class="easyui-accordion" fit="true" border="false">-->
|
||||
<div region="west" hide="true" split="true" title="导航菜单" style="width:155px;" id="west">
|
||||
<div id="nav" fit="true" border="false">
|
||||
<!-- 导航内容 -->
|
||||
<div>
|
||||
<ul id="tt"></ul>
|
||||
<script type="text/javascript">
|
||||
var PNumber = getUrlParam('appID'); //获取传值appid
|
||||
$(function () {
|
||||
$('#tt').tree({
|
||||
url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions,
|
||||
animate:true,
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<ul id="tt"></ul>
|
||||
<script type="text/javascript">
|
||||
var PNumber = getUrlParam('appID'); //获取传值appid
|
||||
$(function () {
|
||||
$('#tt').tree({
|
||||
url:'<%=path%>/functions/findMenu.action?PNumber='+PNumber+'&hasFunctions='+functions,
|
||||
animate:true,
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mainPanle" region="center" style="background: #eee; overflow-y: hidden">
|
||||
<div id="tabs" class="easyui-tabs" fit="true" border="false">
|
||||
<!--<div title="欢迎使用" style="padding: 20px; overflow: hidden; color: red;">
|
||||
</div>-->
|
||||
</div>
|
||||
<div id="tabs" class="easyui-tabs" fit="true" border="false"></div>
|
||||
</div>
|
||||
<div id="mm" class="easyui-menu" style="width: 150px;">
|
||||
<div id="mm-tabupdate">
|
||||
刷新
|
||||
刷新
|
||||
</div>
|
||||
<div class="menu-sep">
|
||||
</div>
|
||||
<div id="mm-tabclose">
|
||||
关闭
|
||||
关闭
|
||||
</div>
|
||||
<div id="mm-tabcloseall">
|
||||
全部关闭
|
||||
全部关闭
|
||||
</div>
|
||||
<div id="mm-tabcloseother">
|
||||
除此之外全部关闭
|
||||
除此之外全部关闭
|
||||
</div>
|
||||
<div class="menu-sep">
|
||||
</div>
|
||||
<div id="mm-tabcloseright">
|
||||
当前页右侧全部关闭
|
||||
当前页右侧全部关闭
|
||||
</div>
|
||||
<div id="mm-tabcloseleft">
|
||||
当前页左侧全部关闭
|
||||
当前页左侧全部关闭
|
||||
</div>
|
||||
<div class="menu-sep">
|
||||
</div>
|
||||
<div id="mm-exit">
|
||||
退出
|
||||
退出
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@page import="com.jsh.util.common.Tools"%>
|
||||
<%@page import="com.jsh.util.Tools"%>
|
||||
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||||
<%
|
||||
String path = request.getContextPath();
|
||||
|
||||
Reference in New Issue
Block a user