Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
751c4c14
Commit
751c4c14
authored
Dec 11, 2016
by
季圣华
Browse files
增加财务相关页面
parent
bde715c3
Changes
54
Expand all
Hide whitespace changes
Inline
Side-by-side
WebRoot/pages/asset/asset.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/asset/report.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/common/admin.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/common/head.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/common/home.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/common/main.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/common/menu.jsp
View file @
751c4c14
...
@@ -193,59 +193,53 @@ function ceshi()
...
@@ -193,59 +193,53 @@ function ceshi()
</script>
</script>
<div
region=
"west"
hide=
"true"
split=
"true"
title=
"导航菜单"
style=
"width: 200px;"
id=
"west"
>
<div
region=
"west"
hide=
"true"
split=
"true"
title=
"导航菜单"
style=
"width:155px;"
id=
"west"
>
<!--<div id="nav" class="easyui-accordion" fit="true" border="false">-->
<div
id=
"nav"
fit=
"true"
border=
"false"
>
<div
id=
"nav"
fit=
"true"
border=
"false"
>
<!-- 导航内容 -->
<!-- 导航内容 -->
<div>
<div>
<ul
id=
"tt"
></ul>
<ul
id=
"tt"
></ul>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
PNumber
=
getUrlParam
(
'
appID
'
);
//获取传值appid
var
PNumber
=
getUrlParam
(
'
appID
'
);
//获取传值appid
$
(
function
()
{
$
(
function
()
{
$
(
'
#tt
'
).
tree
({
$
(
'
#tt
'
).
tree
({
url
:
'
<%=
path
%>
/functions/findMenu.action?PNumber=
'
+
PNumber
+
'
&hasFunctions=
'
+
functions
,
url
:
'
<%=
path
%>
/functions/findMenu.action?PNumber=
'
+
PNumber
+
'
&hasFunctions=
'
+
functions
,
animate
:
true
,
animate
:
true
,
});
});
});
});
</script>
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div
id=
"mainPanle"
region=
"center"
style=
"background: #eee; overflow-y: hidden"
>
<div
id=
"mainPanle"
region=
"center"
style=
"background: #eee; overflow-y: hidden"
>
<div
id=
"tabs"
class=
"easyui-tabs"
fit=
"true"
border=
"false"
>
<div
id=
"tabs"
class=
"easyui-tabs"
fit=
"true"
border=
"false"
></div>
<!--<div title="欢迎使用" style="padding: 20px; overflow: hidden; color: red;">
</div>-->
</div>
</div>
</div>
<div
id=
"mm"
class=
"easyui-menu"
style=
"width: 150px;"
>
<div
id=
"mm"
class=
"easyui-menu"
style=
"width: 150px;"
>
<div
id=
"mm-tabupdate"
>
<div
id=
"mm-tabupdate"
>
刷新
刷新
</div>
</div>
<div
class=
"menu-sep"
>
<div
class=
"menu-sep"
>
</div>
</div>
<div
id=
"mm-tabclose"
>
<div
id=
"mm-tabclose"
>
关闭
关闭
</div>
</div>
<div
id=
"mm-tabcloseall"
>
<div
id=
"mm-tabcloseall"
>
全部关闭
全部关闭
</div>
</div>
<div
id=
"mm-tabcloseother"
>
<div
id=
"mm-tabcloseother"
>
除此之外全部关闭
除此之外全部关闭
</div>
</div>
<div
class=
"menu-sep"
>
<div
class=
"menu-sep"
>
</div>
</div>
<div
id=
"mm-tabcloseright"
>
<div
id=
"mm-tabcloseright"
>
当前页右侧全部关闭
当前页右侧全部关闭
</div>
</div>
<div
id=
"mm-tabcloseleft"
>
<div
id=
"mm-tabcloseleft"
>
当前页左侧全部关闭
当前页左侧全部关闭
</div>
</div>
<div
class=
"menu-sep"
>
<div
class=
"menu-sep"
>
</div>
</div>
<div
id=
"mm-exit"
>
<div
id=
"mm-exit"
>
退出
退出
</div>
</div>
</div>
</div>
</body>
</body>
...
...
WebRoot/pages/common/templateforjsp.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/
materials/fix_sale_out_list
.jsp
→
WebRoot/pages/
financial/giro
.jsp
View file @
751c4c14
This diff is collapsed.
Click to expand it.
WebRoot/pages/
materials/fix_lease_in_list
.jsp
→
WebRoot/pages/
financial/item_in
.jsp
View file @
751c4c14
This diff is collapsed.
Click to expand it.
WebRoot/pages/
materials/fix_allocation_out_lis
t.jsp
→
WebRoot/pages/
financial/item_ou
t.jsp
View file @
751c4c14
This diff is collapsed.
Click to expand it.
WebRoot/pages/
materials/fix_purchase_in_list
.jsp
→
WebRoot/pages/
financial/money_in
.jsp
View file @
751c4c14
This diff is collapsed.
Click to expand it.
WebRoot/pages/financial/money_out.jsp
0 → 100644
View file @
751c4c14
This diff is collapsed.
Click to expand it.
WebRoot/pages/manage/account.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/manage/app.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/manage/assetname.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/manage/category.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/manage/depot.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/manage/functions.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
WebRoot/pages/manage/inOutItem.jsp
View file @
751c4c14
<%@page
import=
"com.jsh.util.
common.
Tools"
%>
<%@page
import=
"com.jsh.util.Tools"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%@ page
language=
"java"
import=
"java.util.*"
pageEncoding=
"utf-8"
%>
<%
<%
String
path
=
request
.
getContextPath
();
String
path
=
request
.
getContextPath
();
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment