liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/webpage/include/taglib.jsp"%>
<html>
<head>
    <title>签到成功管理</title>
    <meta name="decorator" content="default"/>
    <script type="text/javascript">
        $(document).ready(function() {
            laydate({
                elem: '#signTime', //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
                event: 'focus' //响应事件。如果没有传入event,则按照默认的click
            });
            laydate({
                elem: '#endTime', //目标元素。由于laydate.js封装了一个轻量级的选择器引擎,因此elem还允许你传入class、tag但必须按照这种方式 '#id .class'
                event: 'focus' //响应事件。如果没有传入event,则按照默认的click
            });
        });
    </script>
</head>
<body class="gray-bg">
    <div class="wrapper wrapper-content">
    <div class="ibox">
    <div class="ibox-title">
        <h5>签到成功列表 </h5>
        <div class="ibox-tools">
            <a class="collapse-link">
                <i class="fa fa-chevron-up"></i>
            </a>
            <a class="dropdown-toggle" data-toggle="dropdown" href="#">
                <i class="fa fa-wrench"></i>
            </a>
            <ul class="dropdown-menu dropdown-user">
                <li><a href="#">选项1</a>
                </li>
                <li><a href="#">选项2</a>
                </li>
            </ul>
            <a class="close-link">
                <i class="fa fa-times"></i>
            </a>
        </div>
    </div>
    
    <div class="ibox-content">
    <sys:message content="${message}"/>
    
    <!--查询条件-->
    <div class="row">
    <div class="col-sm-12">
    <form:form id="searchForm" modelAttribute="formSign" action="${ctx}/sign/sign/signList" method="post" class="form-inline">
        <input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
        <input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
        <table:sortColumn id="orderBy" name="orderBy" value="${page.orderBy}" callback="sortOrRefresh();"/><!-- 支持排序 -->
 
<div class="form-group">
       
        <div class="col-sm-12"> <label class=" control-label">开始日期:</label>
                           <input id="signTime" name="signTime" type="text" maxlength="20" class="laydate-icon form-control layer-date "
                            value="<fmt:formatDate value="${formSign.signTime}" pattern="yyyy-MM-dd"/>" readonly="readonly"/>
         <label class=" control-label">结束日期:</label>
                           <input id="endTime" name="endTime" type="text" maxlength="20" class="laydate-icon form-control layer-date "
                            value="${formSign.endTime}" readonly="readonly"/>
     
        <label class=" control-label">卡号:</label>
              <form:input path="signUserID" htmlEscape="false" maxlength="64"  class=" form-control input-sm"/>
            <label class=" control-label">姓名:</label>
                <form:input path="userName" htmlEscape="false" maxlength="64"  class=" form-control input-sm"/>
            
           </div>
    </div>
     <br/> <br/>
       <div class="form-group">
    
        <div class="col-sm-12"> <label class=" control-label">时间段:</label>
           
          <form:radiobutton path="signTimeRang"   value="0" htmlEscape="false" />
                           全天
    
           <form:radiobutton path="signTimeRang"   value="1" htmlEscape="false"/>
                           上午
       
           <form:radiobutton path="signTimeRang"   value="2" lable="2" htmlEscape="false"/>
                           下午
         
        </div>
    </div>
    <br/> <br/>
       <div class="form-group">
    
        <div class="col-sm-12" > <label class=" control-label" style="float: left;">考勤类别:</label>
          <table style="float: left;">
                  <tr>
                      <td><form:radiobutton path="signType"   value="0" htmlEscape="false"/>
                                           全部
                        <form:radiobutton path="signType"   value="1" htmlEscape="false"/>
                                           签到
                        <form:radiobutton path="signType"   value="2" htmlEscape="false"/>
                                           签退
                        <form:radiobutton path="signType"   value="4" htmlEscape="false"/>
                                           病假
                        <form:radiobutton path="signType"   value="3" htmlEscape="false"/>
                                           事假
                        <form:radiobutton path="signType"   value="5"  htmlEscape="false"/>
                                           补签
                     </td>
                  </tr>
                  <tr> <td> <form:radiobutton path="signType"   value="6" lable="2" htmlEscape="false"/>
                               未签
                     </td>
               </tr>
          </table> 
          
         
        </div>
    </div>
       <br/> <br/>
    <div class="form-group">
      
        <div class="col-sm-12">  <label class=" control-label" for="-NaN">部门/班级:</label>
       
            <label class="checkbox-inline" for="-NaN">
               <form:checkbox path="UserDepIDList" value="7"/>教职工</label>
            <label class="checkbox-inline" for="-NaN">
                <form:checkbox path="UserDepIDList" value="1"/>一年级</label>
            <label class="checkbox-inline" for="-NaN">
               <form:checkbox path="UserDepIDList" value="2"/>二年级</label>
            <label class="checkbox-inline" for="-NaN">
                 <form:checkbox path="UserDepIDList" value="3"/>三年级</label>
            <label class="checkbox-inline" for="-NaN">
              <form:checkbox path="UserDepIDList" value="4"/>四年级</label>
            <label class="checkbox-inline" for="-NaN">
                <form:checkbox path="UserDepIDList" value="5"/>五年级</label>
            <label class="checkbox-inline" for="-NaN">
               <form:checkbox path="UserDepIDList"  value="6" lable="六年级"/>六年级</label>
        </div>
    </div>
    
 
    </form:form>
    <br/>
    </div>
    </div>
    
    <!-- 工具栏 -->
    <div class="row">
    <div class="col-sm-12">
        <div class="pull-left">
            <%-- <shiro:hasPermission name="sign:formSign:add">
                <table:addRow url="${ctx}/sign/sign/form" title="签到成功"></table:addRow><!-- 增加按钮 -->
            </shiro:hasPermission>
            <shiro:hasPermission name="sign:sign:edit">
                <table:editRow url="${ctx}/sign/sign/form" title="签到成功" id="contentTable"></table:editRow><!-- 编辑按钮 -->
            </shiro:hasPermission>
            <shiro:hasPermission name="sign:formSign:del">
                <table:delRow url="${ctx}/sign/formSign/deleteAll" id="contentTable"></table:delRow><!-- 删除按钮 -->
            </shiro:hasPermission>
            <shiro:hasPermission name="sign:formSign:import">
                <table:importExcel url="${ctx}/sign/formSign/import"></table:importExcel><!-- 导入按钮 -->
            </shiro:hasPermission>
            <shiro:hasPermission name="sign:formSign:export">
                   <table:exportExcel url="${ctx}/sign/formSign/export"></table:exportExcel><!-- 导出按钮 -->
               </shiro:hasPermission> --%>
           <button class="btn btn-white btn-sm " data-toggle="tooltip" data-placement="left" onclick="sortOrRefresh()" title="刷新"><i class="glyphicon glyphicon-repeat"></i> 刷新</button>
        
            </div>
        <div class="pull-right">
            <button  class="btn btn-primary btn-rounded btn-outline btn-sm " onclick="search()" ><i class="fa fa-search"></i> 查询</button>
            <button  class="btn btn-primary btn-rounded btn-outline btn-sm " onclick="reset()" ><i class="fa fa-refresh"></i> 重置</button>
        </div>
    </div>
    </div>
    
    <!-- 表格 -->
    <table id="contentTable" class="table table-striped table-bordered table-hover table-condensed dataTables-example dataTable">
        <thead>
            <tr>
                <th> <input type="checkbox" class="i-checks"></th>
                <th >考勤时间</th>
                <th  class="sort-column cardId">卡号</th>
                <th  class="sort-column userName">姓名</th>
                <th  class="sort-column userSex">性别</th>
                <th  class="sort-column userDuty">职务</th>
                <th  class="sort-column depId">部门/班级</th>
                <th  class="sort-column signType">考勤类型</th>
                <th  class="sort-column signCount">次数</th>
                <th>操作</th>
            </tr>
        </thead>
        <tbody>
        <c:forEach items="${page.list}" var="item">
            <tr>
                <td> <input type="checkbox" id="${item.id}" class="i-checks"></td>
                
                <td>
                <c:if test="${item.signCount == 1}">
                    <fmt:formatDate value="${item.signTime}" pattern="yyyy-MM-dd HH:mm:ss"/>
                </c:if>
                <c:if test="${item.signCount != 1}">
                    <fmt:formatDate value="${formSign.signTime}" pattern="yyyy-MM-dd"/>~
                     ${formSign.endTime}
                </c:if>
                </td>
                <td><a  href="#" onclick="showList('${item.signUserID}','<fmt:formatDate value="${formSign.signTime}" pattern="yyyy-MM-dd"/>', '${formSign.endTime}','${item.signType}','${formSign.signTimeRang}');">
                    ${item.signUserID}
                </a></td>
                <td>
                ${item.userName}
                </td>
                <td>
                    ${fns:getDictLabel(item.usersex, 'sex', '')}
                </td>
                <td>
                    ${fns:getDictLabel(item.userDuty, 'user_duty', '')}
                </td>
                <td>
                    ${fns:getDictLabel(item.depId, 'dep_type', '')}
                </td>
                <td>
                    ${fns:getDictLabel(item.signType, 'sign_type', '')}
                </td>
                <td>
                    ${item.signCount}
                </td>
                <td align="center">
                    <shiro:hasPermission name="sign:formSign:view">
                        <%-- <a href="#" onclick="openDialogView('查看签到成功', '${ctx}/sign/formSign/detail?id=${item.id}','800px', '500px')" class="btn btn-info btn-xs" ><i class="fa fa-search-plus"></i> 查看</a>
                         --%>
                         <a href="#" onclick="showList('${item.signUserID}','<fmt:formatDate value="${formSign.signTime}" pattern="yyyy-MM-dd"/>', '${formSign.endTime}','${item.signType}','${formSign.signTimeRang}');" class="btn btn-info btn-xs" ><i class="fa fa-search-plus"></i> 查看</a>
                    </shiro:hasPermission>
                    <%-- <shiro:hasPermission name="sign:formSign:edit">
                        <a href="#" onclick="openDialog('修改签到成功', '${ctx}/sign/formSign/form?id=${item.id}','800px', '500px')" class="btn btn-success btn-xs" ><i class="fa fa-edit"></i> 修改</a>
                    </shiro:hasPermission>
                    <shiro:hasPermission name="sign:formSign:del">
                        <a href="${ctx}/sign/formSign/delete?id=${formSign.id}" onclick="return confirmx('确认要删除该签到成功吗?', this.href)"   class="btn btn-danger btn-xs"><i class="fa fa-trash"></i> 删除</a>
                    </shiro:hasPermission> --%>
                </td>
            </tr>
        </c:forEach>
        </tbody>
    </table>
    
        <!-- 分页代码 -->
    <table:page page="${page}"></table:page>
    <br/>
    <br/>
    </div>
    </div>
</div>
<script>
    function showList(uid,start,end,signType,signTimeRang){
        var tar= window.name;
        openDialogView('查看全部', '${ctx}/sign/sign/detail?uid='+uid+'&start='+start+'&end='+end+'&signType='+signType +'&signTimeRang='+signTimeRang,'800px', '500px');
         console.log("---------------------------------" +tar);
     
    }
 
</script>
</body>
</html>