diff --git a/WebRoot/pages/log/home.jsp b/WebRoot/pages/log/home.jsp new file mode 100644 index 00000000..4382ea85 --- /dev/null +++ b/WebRoot/pages/log/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/log/operatelog.jsp b/WebRoot/pages/log/operatelog.jsp new file mode 100644 index 00000000..311cfae6 --- /dev/null +++ b/WebRoot/pages/log/operatelog.jsp @@ -0,0 +1,300 @@ +<%@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(); +%> + + + + 资产管理 + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
操作模块: + +   操作人员: +   操作IP: + +   操作状态: + +
开始时间: + +   结束时间: + +   操作详情: + +     + 查询 + 重置 +
+
+ + +
+
+
+ + + \ No newline at end of file