@@ -60,4 +70,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/views/admin/menuManage.jsp b/src/main/webapp/WEB-INF/views/admin/menuManage.jsp
new file mode 100644
index 0000000..520cfcf
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/admin/menuManage.jsp
@@ -0,0 +1,17 @@
+<%--
+ Document : menuManage
+ Created on : 2017-8-14, 15:05:09
+ Author : Administrator
+--%>
+
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+
+
+
+
+ JSP Page
+
+
+ Hello World!
+
+
diff --git a/src/main/webapp/WEB-INF/views/admin/userlist.jsp b/src/main/webapp/WEB-INF/views/admin/userlist.jsp
new file mode 100644
index 0000000..4837ff2
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/admin/userlist.jsp
@@ -0,0 +1,176 @@
+<%--
+ Document : userlist
+ Created on : 2017-8-14, 15:03:29
+ Author : Administrator
+--%>
+
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+
+
+
+
+ | 用户名 |
+ 角色 |
+ 隶属 |
+ 状态 |
+ 操作 |
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/factory/list.jsp b/src/main/webapp/WEB-INF/views/factory/list.jsp
index dd3737d..b5e6796 100644
--- a/src/main/webapp/WEB-INF/views/factory/list.jsp
+++ b/src/main/webapp/WEB-INF/views/factory/list.jsp
@@ -143,7 +143,7 @@
"data": "userId",
"width": "28px",
render: function (data, type, row, meta) {
- var str = "";
+ var str = "";
str = str + "";
str = str + "";
return str;
diff --git a/src/main/webapp/WEB-INF/views/pay/detail.jsp b/src/main/webapp/WEB-INF/views/pay/detail.jsp
new file mode 100644
index 0000000..ee612eb
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/pay/detail.jsp
@@ -0,0 +1,198 @@
+<%--
+ Document : detail
+ Created on : 2017-8-14, 13:41:42
+ Author : Administrator
+--%>
+
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+
+
+
+
+
+
+ | 操作类型 |
+ 数量 |
+ 操作IP |
+ 操作时间 |
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/views/pay/list.jsp b/src/main/webapp/WEB-INF/views/pay/list.jsp
new file mode 100644
index 0000000..4335115
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/pay/list.jsp
@@ -0,0 +1,236 @@
+<%--
+ Document : list
+ Created on : 2017-8-14, 9:14:56
+ Author : Administrator
+--%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+
+
+
+
+
+
+
+
+
+ | 电子厂 |
+ 月份 |
+ 授权数量 |
+ 是否收税 |
+ 支付金额 |
+ 支付时间 |
+ 支付状态 |
+ 详情 |
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/query/authorization.jsp b/src/main/webapp/WEB-INF/views/query/authorization.jsp
new file mode 100644
index 0000000..751febc
--- /dev/null
+++ b/src/main/webapp/WEB-INF/views/query/authorization.jsp
@@ -0,0 +1,107 @@
+<%--
+ Document : authorization
+ Created on : 2017-8-10, 15:48:31
+ Author : Administrator
+--%>
+
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/views/query/list.jsp b/src/main/webapp/WEB-INF/views/query/list.jsp
index 9325f74..0fae116 100644
--- a/src/main/webapp/WEB-INF/views/query/list.jsp
+++ b/src/main/webapp/WEB-INF/views/query/list.jsp
@@ -4,14 +4,218 @@
Author : Administrator
--%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
-
-
-
- JSP Page
-
-
- Hello World!
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
${map.deviceCount}
+
设备数量
+
+
+
+
+
+
+
+
+
+ ${map.bindPrice}%
+
+
+
${map.bindNumber}
+
绑定数量
+
+
+
+
+
+
+
\ No newline at end of file