diff --git a/WebRoot/pages/msg/j.jsp b/WebRoot/pages/msg/j.jsp new file mode 100644 index 00000000..e69de29b diff --git a/WebRoot/pages/other/clock.jsp b/WebRoot/pages/other/clock.jsp new file mode 100644 index 00000000..8b53545e --- /dev/null +++ b/WebRoot/pages/other/clock.jsp @@ -0,0 +1,138 @@ +<%@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/other/preview.jsp b/WebRoot/pages/other/preview.jsp new file mode 100644 index 00000000..58160ab8 --- /dev/null +++ b/WebRoot/pages/other/preview.jsp @@ -0,0 +1,41 @@ +<%@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(); +%> + + + + Simple Map + + + + + + + + +
+ + \ No newline at end of file diff --git a/WebRoot/pages/personnel/j.jsp b/WebRoot/pages/personnel/j.jsp new file mode 100644 index 00000000..e69de29b diff --git a/WebRoot/pages/reports/in_out_stock_report.jsp b/WebRoot/pages/reports/in_out_stock_report.jsp new file mode 100644 index 00000000..3f8f5827 --- /dev/null +++ b/WebRoot/pages/reports/in_out_stock_report.jsp @@ -0,0 +1,352 @@ +<%@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/user/password.jsp b/WebRoot/pages/user/password.jsp new file mode 100644 index 00000000..ff7ce302 --- /dev/null +++ b/WebRoot/pages/user/password.jsp @@ -0,0 +1,157 @@ +<%@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/user/user.jsp b/WebRoot/pages/user/user.jsp new file mode 100644 index 00000000..d1d74641 --- /dev/null +++ b/WebRoot/pages/user/user.jsp @@ -0,0 +1,609 @@ +<%@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/user/userDepot.jsp b/WebRoot/pages/user/userDepot.jsp new file mode 100644 index 00000000..5e587278 --- /dev/null +++ b/WebRoot/pages/user/userDepot.jsp @@ -0,0 +1,137 @@ +<%@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/user/userRole.jsp b/WebRoot/pages/user/userRole.jsp new file mode 100644 index 00000000..df00a517 --- /dev/null +++ b/WebRoot/pages/user/userRole.jsp @@ -0,0 +1,137 @@ +<%@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/user/userinfo.jsp b/WebRoot/pages/user/userinfo.jsp new file mode 100644 index 00000000..d3c26e1a --- /dev/null +++ b/WebRoot/pages/user/userinfo.jsp @@ -0,0 +1,198 @@ +<%@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