140 |
141 |
182 |
183 |
184 |
185 |
186 |
187 |
193 |
194 |
195 | <%@include file="/common/footer.jsp" %>
196 |
197 |
198 |
204 |
--------------------------------------------------------------------------------
/web/WEB-INF/pages/adminView/approveList.jsp:
--------------------------------------------------------------------------------
1 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2 | <%--
3 | Created by IntelliJ IDEA.
4 | User: 孙建荣
5 | Date: 2016/12/10/010
6 | Time: 16:39
7 | To change this template use File | Settings | File Templates.
8 | --%>
9 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
10 | <%
11 | String path = request.getContextPath();
12 | String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path;
13 | %>
14 |
15 |
16 |
79 |
80 |
81 |
82 |
83 | 序号 |
84 | 姓名 |
85 | 班级 |
86 | 部门 |
87 | 操作 |
88 |
89 |
90 |
91 |
92 |
93 | 成员数据为空 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 | ${employee.id} |
103 | ${employee.empName} |
104 | ${employee.className} |
105 | ${employee.manager.dept} |
106 | 修改
107 | |
108 | <%--
109 | | 删除 |
110 | <%--查看--%>
111 | |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 | 首页
126 | 上一页下一页
130 | 末页
132 |
133 |
134 | 首页
136 | 上一页
138 | 下一页
140 | 末页
142 |
143 |
144 | 总记录数${page.totalCount}
145 |
146 | 当前
147 |
154 | 页/${page.getTotalPage()}
155 |
156 |
157 |
158 |
163 |
164 |
165 |
184 |
185 | <%--修改资料拟态框--%>
186 |
235 |
236 | <%--添加信息框--%>
237 |
289 |
290 |
291 |
433 |
434 |
435 |
--------------------------------------------------------------------------------
/web/WEB-INF/pages/adminView/update.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Created by IntelliJ IDEA.
3 | User: 孙建荣
4 | Date: 2016/11/17/017
5 | Time: 19:48
6 | To change this template use File | Settings | File Templates.
7 | --%>
8 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
9 | <%
10 | String path = request.getContextPath();
11 | String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path;
12 | %>
13 |
14 |
15 |
16 |