|
@@ -5,7 +5,10 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>通知管理</title>
|
|
|
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
|
<meta name="decorator" content="ani"/>
|
|
|
+ <%@ include file="/webpage/include/bootstraptable.jsp"%>
|
|
|
+ <%@include file="/webpage/include/treeview.jsp" %>
|
|
|
<script type="text/javascript">
|
|
|
$(document).ready(function() {
|
|
|
jp.ajaxForm("#inputForm",function(data){
|
|
@@ -51,14 +54,6 @@
|
|
|
<form:input path="title" htmlEscape="false" maxlength="200" class="form-control required"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <%@ include file="planOaNotityForm.js"%>
|
|
|
- <div id="toolbar">
|
|
|
- <button id="export" class="btn btn-warning">
|
|
|
- <i class="fa fa-file-excel-o"></i> 导出
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <table id="projectTable" style="table-layout:fixed" data-toolbar="#toolbar"></table>
|
|
|
<c:if test="${oaNotify.status ne '1'}">
|
|
|
<div class="form-group">
|
|
|
<label class="col-sm-2 control-label"><font color="red">*</font>状态:</label>
|
|
@@ -128,6 +123,13 @@
|
|
|
</shiro:hasPermission>
|
|
|
</c:if>
|
|
|
</form:form>
|
|
|
+ <%@ include file="planOaNotityForm.js"%>
|
|
|
+ <div id="toolbar">
|
|
|
+ <button id="export" class="btn btn-warning">
|
|
|
+ <i class="fa fa-file-excel-o"></i> 导出
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <table id="projectTable" style="table-layout:fixed" data-toolbar="#toolbar"></table>
|
|
|
</div>
|
|
|
|
|
|
</div>
|