diff --git a/WebRoot/pages/common/admin.jsp b/WebRoot/pages/common/admin.jsp
new file mode 100644
index 00000000..f63011c3
--- /dev/null
+++ b/WebRoot/pages/common/admin.jsp
@@ -0,0 +1,24 @@
+<%@page import="com.jsh.util.common.Tools"%>
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+ String clientIp = Tools.getCurrentUserIP();
+%>
+
+
+
+ ERP系统
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/common/foot.jsp b/WebRoot/pages/common/foot.jsp
new file mode 100644
index 00000000..470e2671
--- /dev/null
+++ b/WebRoot/pages/common/foot.jsp
@@ -0,0 +1,19 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+ 资产管理
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/common/head.jsp b/WebRoot/pages/common/head.jsp
new file mode 100644
index 00000000..cd4f21e6
--- /dev/null
+++ b/WebRoot/pages/common/head.jsp
@@ -0,0 +1,167 @@
+<%@page import="com.jsh.util.common.Tools"%>
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+ String clientIp = Tools.getCurrentUserIP();
+%>
+
+
+
+ 资产管理
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/common/home.jsp b/WebRoot/pages/common/home.jsp
new file mode 100644
index 00000000..d611f574
--- /dev/null
+++ b/WebRoot/pages/common/home.jsp
@@ -0,0 +1,727 @@
+<%@page import="com.jsh.util.common.Tools"%>
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+ String clientIp = Tools.getCurrentUserIP();
+ String type = request.getParameter("type");
+ String location = "首页";
+ if(null != type)
+ location = "资产管理 >资产概况";
+%>
+
+
+
+ erp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/common/main.jsp b/WebRoot/pages/common/main.jsp
new file mode 100644
index 00000000..157887d2
--- /dev/null
+++ b/WebRoot/pages/common/main.jsp
@@ -0,0 +1,170 @@
+<%@page import="com.jsh.util.common.Tools"%>
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+ String clientIp = Tools.getCurrentUserIP();
+%>
+
+
+
+
+ ERP系统
+
+
+
+
+
+
+
+
+
+
您正在使用的IE浏览器版本过低,
我们建议您升级或者更换浏览器,以便体验顺畅、兼容、安全的互联网。
+
选择一款新浏览器吧
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/common/menu.jsp b/WebRoot/pages/common/menu.jsp
new file mode 100644
index 00000000..e5bbd029
--- /dev/null
+++ b/WebRoot/pages/common/menu.jsp
@@ -0,0 +1,252 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/common/templateforjsp.jsp b/WebRoot/pages/common/templateforjsp.jsp
new file mode 100644
index 00000000..96d1bc7e
--- /dev/null
+++ b/WebRoot/pages/common/templateforjsp.jsp
@@ -0,0 +1,34 @@
+<%@page import="com.jsh.util.common.Tools"%>
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+ String clientIp = Tools.getCurrentUserIP();
+%>
+
+
+
+ 资产管理
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file