144 lines
5.6 KiB
Plaintext
144 lines
5.6 KiB
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
<html>
|
|
<head>
|
|
<title>通知管理</title>
|
|
<meta name="decorator" content="default"/>
|
|
</head>
|
|
<body class="gray-bg">
|
|
<div class="wrapper wrapper-list-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="form_basic.html#"> -->
|
|
<!-- <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 ibox-content-list">
|
|
<sys:message content="${message}"/>
|
|
<div class="pane-query-circle">
|
|
<!-- 查询条件 -->
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<form:form id="searchForm" modelAttribute="oaNotify" action="${ctx}/oa/oaNotify/${oaNotify.self?'self':''}" 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="row pane-query-anying">
|
|
|
|
<div class="col-sm-6 col-md-4 col-lg-3 pane-query-anying-div">
|
|
<div class="pane-query-anying-div-text">标题:</div>
|
|
<div class="pane-query-anying-div-input">
|
|
|
|
<form:input path="title" htmlEscape="false" maxlength="200" class=" form-control input-sm"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 col-lg-3 pane-query-anying-div">
|
|
<div class="pane-query-anying-div-text">类型:</div>
|
|
<div class="pane-query-anying-div-input">
|
|
|
|
<form:select path="type" style="width: 196px;" class="form-control m-b">
|
|
<form:option value="" label="请选择" />
|
|
<form:options items="${fns:getDictList('oa_notify_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
</form:select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-sm-6 col-md-4 col-lg-3 pane-query-anying-div pane-query-anying-div-button">
|
|
<div class="pull-right pane-query-anying-div-input">
|
|
<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="resetAll()" ><i class="fa fa-refresh"></i> 重置</button>
|
|
<shiro:hasPermission name="sys:dict:add">
|
|
<table:addRow url="${ctx}/oa/oaNotify/form" title="通知" label="发布通告"></table:addRow><!-- 增加按钮 -->
|
|
</shiro:hasPermission>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form:form>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 工具栏 -->
|
|
</div>
|
|
|
|
<div class="pane-query-circle-list">
|
|
<table id="contentTable" class="table table-striped table-bordered table-hover table-condensed dataTables-example dataTable no-footer">
|
|
<thead>
|
|
<tr>
|
|
<th width="25px"> <input type="checkbox" class="i-checks"></th>
|
|
<th class="sort-column value"><nobr>标题</nobr></th>
|
|
<th class="sort-column value"><nobr>类型</nobr></th>
|
|
<th class="sort-column value"><nobr>状态</nobr></th>
|
|
<th class="sort-column value"><nobr>查阅状态</nobr></th>
|
|
<th class="sort-column value"><nobr>更新时间</nobr></th>
|
|
<th width="55px" class="sort-column value"><nobr>操作</nobr></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<c:forEach items="${page.list}" var="oaNotify">
|
|
<tr>
|
|
<td> <input type="checkbox" id="${oaNotify.id}" class="i-checks"></td>
|
|
<td><a href="###" onclick="openDialogView('查看通知', '${ctx}/oa/oaNotify/${requestScope.oaNotify.self?'view':'form'}?id=${oaNotify.id}','800px', '90%')">
|
|
${fns:abbr(oaNotify.title,50)}
|
|
</a></td>
|
|
<td>
|
|
${fns:getDictLabel(oaNotify.type, 'oa_notify_type', '')}
|
|
</td>
|
|
<td>
|
|
${fns:getDictLabel(oaNotify.status, 'oa_notify_status', '')}
|
|
</td>
|
|
<td>
|
|
<c:if test="${requestScope.oaNotify.self}">
|
|
${fns:getDictLabel(oaNotify.readFlag, 'oa_notify_read', '')}
|
|
</c:if>
|
|
<c:if test="${!requestScope.oaNotify.self}">
|
|
${oaNotify.readNum} / ${oaNotify.readNum + oaNotify.unReadNum}
|
|
</c:if>
|
|
</td>
|
|
<td>
|
|
<fmt:formatDate value="${oaNotify.updateDate}" pattern="yyyy-MM-dd HH:mm:ss"/>
|
|
</td>
|
|
<td>
|
|
<c:if test="${!requestScope.oaNotify.self}">
|
|
<%-- <shiro:hasPermission name="oa:oaNotify:view"> --%>
|
|
<%-- <a href="###" onclick="openDialogView('查看通知', '${ctx}/oa/oaNotify/form?id=${oaNotify.id}','800px', '700px')" class="btn btn-info btn-xs" ><i class="fa fa-search-plus"></i></a> --%>
|
|
<%-- </shiro:hasPermission> --%>
|
|
<shiro:hasPermission name="oa:oaNotify:edit">
|
|
<a href="###" onclick="openDialog('修改通知', '${ctx}/oa/oaNotify/form?id=${oaNotify.id}','800px', '700px')" class="btn btn-success btn-xs" ><i class="fa fa-edit"></i></a>
|
|
</shiro:hasPermission>
|
|
<shiro:hasPermission name="oa:oaNotify:del">
|
|
<a href="${ctx}/oa/oaNotify/delete?id=${oaNotify.id}" onclick="return confirmx('确认要删除该通知吗?', this.href)" class="btn btn-danger btn-xs"><i class="fa fa-trash"></i></a>
|
|
</shiro:hasPermission>
|
|
</c:if>
|
|
</td>
|
|
</tr>
|
|
</c:forEach>
|
|
</tbody>
|
|
</table>
|
|
<!-- 分页代码 -->
|
|
<table:page page="${page}"></table:page>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |