ソースを参照

项目计划安排

Enford 5 年 前
コミット
5dcb2eb901

+ 0 - 1
src/main/webapp/webpage/modules/sg/managementcenter/projectPlanArrage/act/constructionDateList.js

@@ -7,7 +7,6 @@ $(document).ready(function() {
                //类型json
                dataType: "json",
                contentType: "application/x-www-form-urlencoded",
-                height:'400',
                // //显示检索按钮
 	           // showSearch: true,
                //显示刷新按钮

+ 0 - 1
src/main/webapp/webpage/modules/sg/managementcenter/projectPlanArrage/act/newDateList.js

@@ -7,7 +7,6 @@ $(document).ready(function() {
                //类型json
                dataType: "json",
                contentType: "application/x-www-form-urlencoded",
-                height:'400',
                // //显示检索按钮
 	           // showSearch: true,
                //显示刷新按钮

+ 6 - 6
src/main/webapp/webpage/modules/sg/managementcenter/projectPlanArrage/oaNotify/planOaNotityForm.js

@@ -30,12 +30,12 @@
             pagination: true,
             //排序方式
             sortOrder: "asc",
-            // //初始化加载第一页,默认第一页
-            // pageNumber:1,
-            // //每页的记录行数(*)
-            // pageSize: 5,
-            // //可供选择的每页的行数(*)
-            // pageList: [5,10, 25, 50, 100],
+            //初始化加载第一页,默认第一页
+            pageNumber:1,
+            //每页的记录行数(*)
+            pageSize: 5,
+            //可供选择的每页的行数(*)
+            pageList: [5,10, 25, 50, 100],
             //这个接口需要处理bootstrap table传递的固定参数,并返回特定格式的json数据
             url: "${ctx}/sg/managementCenter/projectPlanArrage/runListArragePlanProject?oanotityId="+parentId,
             //默认值为 'limit',传给服务端的参数为:limit, offset, search, sort, order Else

+ 10 - 8
src/main/webapp/webpage/modules/sg/managementcenter/projectPlanArrage/oaNotify/planOaNotityForm.jsp

@@ -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>