diff --git a/WebRoot/pages/asset/asset.jsp b/WebRoot/pages/asset/asset.jsp
new file mode 100644
index 00000000..255f0712
--- /dev/null
+++ b/WebRoot/pages/asset/asset.jsp
@@ -0,0 +1,1556 @@
+<%@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/asset/home.jsp b/WebRoot/pages/asset/home.jsp
new file mode 100644
index 00000000..9c2434d9
--- /dev/null
+++ b/WebRoot/pages/asset/home.jsp
@@ -0,0 +1,76 @@
+<%@page language="java" contentType="text/html; charset=utf-8" 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/asset/report.jsp b/WebRoot/pages/asset/report.jsp
new file mode 100644
index 00000000..9a85c906
--- /dev/null
+++ b/WebRoot/pages/asset/report.jsp
@@ -0,0 +1,991 @@
+<%@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