yue 5 سال پیش
والد
کامیت
278bb8222c

+ 1 - 1
src/main/resources/properties/jeeplus.properties

@@ -40,7 +40,7 @@ jdbc.pool.maxActive=20
 #============================#
 
 #\u4EA7\u54C1\u4FE1\u606F\u8BBE\u7F6E
-productName=\u9547\u6C5F\u5E02\u4F9B\u7535\u516C\u53F8\u4FE1\u606F\u7CFB\u7EDF
+productName=\u7532\u4F9B\u7269\u8D44\u9886\u9000\u6599\u4FE1\u606F\u7CFB\u7EDF
 copyrightYear=2017
 version=V3.0
 

+ 37 - 44
src/main/webapp/webpage/modules/sg/information/informationList.js

@@ -73,170 +73,163 @@ $(document).ready(function() {
                	{
 		        field: 'projectId',
 		        title: '项目定义号',
-		        sortable: true,
+				width:'120px',
 		        sortName: 'project_id'
 		    }
 			,{
 		        field: 'projectName',
 		        title: '项目名称',
-		        sortable: true,
+			    width:'120px',
 		        sortName: 'project_name'
 		    }
 			,{
 		        field: 'projectType',
-		        title: '项目类型',
-		        sortable: true,
+		        title: '项目</br>类型',
+			   	width:'60px',
 		        sortName: 'project_type'
 		    }
 		   ,{
 			   field: 'outConstruction',
-			   title: '工作状态(是否关闭)',
-			   sortable: true,
+			   title: '工作</br>状态',
+			   width:'60px',
 			   sortName: 'outConstruction'
 		   }
 		   ,{
 			   field: 'approvalDate',
-			   title: '审定日期',
-			   sortable: true,
+			   title: '审定</br>日期',
+			   width:'60px',
 			   sortName: 'approvalDate'
 		   }
 		   ,{
 			   field: 'complete',
-			   title: '是否完成甲供材领退料',
+			   title: '是否</br>完成</br>甲供</br>材领</br>退料',
+			   width:'60px',
 		   }
 		   ,{
 			   field: 'finishDate',
-			   title: '完成甲供物资领退料的时间',
+			   title: '完成</br>甲供</br>物资</br>领退</br>料的</br>时间',
+			   width:'60px',
 		   }
 		   ,{
 			   field: 'noFinishDate',
-			   title: '未完成甲供物资领退料的时间',
+			   title: '未完</br>成甲</br>供物</br>资领</br>退料</br>的时间',
+			   width:'60px',
 		   }
 		   ,{
 			   field: 'overdue',
-			   title: '是否超期',
-			   sortable: true,
+			   title: '是否</br>超期',
+			   width:'60px',
 			   sortName: 'overdue'
 		   }
 		   ,{
 			   field: 'trial',
-			   title: '是否决算送审',
-			   sortable: true,
+			   title: '是否</br>决算</br>送审',
+			   width:'60px',
 			   sortName: 'trial'
 		   }
 		   ,{
 			   field: 'firstFinish',
-			   title: '是否完成甲供物资领退料(第1次)',
-			   sortable: true,
+			   title: '第1次</br>是否</br>完成</br>甲供</br>物资</br>领退料',
+			   width:'60px',
 			   sortName: 'firstFinish'
 		   }
 		   ,{
 			   field: 'firstFinishDate',
-			   title: '完成甲供物资领退料的日期(第1次)',
-			   sortable: true,
+			   title: '第1次完成</br>甲供物资领</br>退料的日期',
+			   width:'100px',
 			   sortName: 'firstFinishDate'
 		   }
 		   ,{
 			   field: 'secondFinish',
-			   title: '是否完成甲供物资领退料(第2次)',
-			   sortable: true,
+			   title: '第2次</br>是否</br>完成</br>甲供</br>物资</br>领退料',
+			   width:'60px',
 			   sortName: 'secondFinish'
 		   }
 		   ,{
 			   field: 'secondFinishDate',
-			   title: '完成甲供物资领退料的日期(第2次)',
-			   sortable: true,
+			   title: '第2次完成</br>甲供物资领</br>退料的日期',
+			   width:'100px',
 			   sortName: 'secondFinishDate'
 		   }
 		   ,{
 			   field: 'firstUnits',
-			   title: '一级单位',
-			   sortable: true,
+			   title: '一级</br>单位',
+			   width:'60px',
 			   sortName: 'first_units'
 		   }
 		   ,{
 			   field: 'secondUnits',
-			   title: '二级单位',
-			   sortable: true,
+			   title: '二级</br>单位',
+			   width:'60px',
 			   sortName: 'second_units'
 		   }
 		   ,{
 			   field: 'underCentralized',
-			   title: '归口部门',
-			   sortable: true,
+			   title: '归口</br>部门',
+			   width:'60px',
 			   sortName: 'underCentralized'
 		   }
 			,{
 		        field: 'projectGrade',
-		        title: '电压等级',
-		        sortable: true,
+		        title: '电压</br>等级',
+			   width:'60px',
 		        sortName: 'project_grade'
 		    }
 			,{
 		        field: 'projectYear',
-		        title: '项目预算年度',
-		        sortable: true,
+		        title: '项目</br>预算</br>年度',
+			   width:'60px',
 		        sortName: 'project_year'
 		    }
 			,{
 		        field: 'projectTotal',
-		        title: '项目总投资(元)',
-		        sortable: true,
+		        title: '项目总投资',
 		        sortName: 'project_total'
 		    }
 		   ,{
 			   field: 'projectStart',
 			   title: '实际开工日期',
-			   sortable: true,
 			   sortName: 'project_start'
 		   }
 		   ,{
 			   field: 'projectStop',
 			   title: '实际竣工日期',
-			   sortable: true,
 			   sortName: 'project_stop'
 		   }
 		   ,{
 			   field: 'construction',
 			   title: '施工单位',
-			   sortable: true,
 			   sortName: 'construction'
 		   }
 		   ,{
 			   field: 'projectFirm',
 			   title: '事务所名称',
-			   sortable: true,
 			   sortName: 'project_firm'
 		   }
 		   ,{
 			   field: 'subDate',
 			   title: '提交送审日期',
-			   sortable: true,
 			   sortName: 'subDate'
 		   }
 		   ,{
 			   field: 'releaseDate',
 			   title: '审计任务下达日期',
-			   sortable: true,
 			   sortName: 'releaseDate'
 		   }
 		   ,{
 			   field: 'endDate',
 			   title: '审计应结束日时间',
-			   sortable: true,
 			   sortName: 'endDate'
 		   }
 		   ,{
 			   field: 'resultDate',
 			   title: '结果上传时间',
-			   sortable: true,
 			   sortName: 'resultDate'
 		   }
 
 		   ,{
 			   field: 'settlement',
 			   title: '结算单位',
-			   sortable: true,
 			   sortName: 'settlement'
 		   }
 			,{

+ 14 - 2
src/main/webapp/webpage/modules/sg/information/informationList.jsp

@@ -8,6 +8,18 @@
 	<%@ include file="/webpage/include/bootstraptable.jsp"%>
 	<%@include file="/webpage/include/treeview.jsp" %>
 	<%@include file="informationList.js" %>
+	<style type="text/css">
+		.table {
+			table-layout:fixed;
+			word-break:break-all;
+			word-wrap:break-word;
+			text-align: center;
+		}
+		.table th, .table td {
+			text-align: center;
+			vertical-align: middle!important;
+		}
+	</style>
 </head>
 <body>
 	<div class="wrapper wrapper-content">
@@ -82,7 +94,7 @@
 						<form:input path="extendedTime" htmlEscape="false" maxlength="100"  class=" form-control"/>
 					</div>
 				</div>
-
+<%--用于记录是否时第一次刷新--%>
 				<form:hidden path="hiddenSign"/>
 <%--				<form:input type="hidden" id="hiddenSign"/>--%>
 		 <div class="col-xs-12 col-sm-6 col-md-4">
@@ -145,7 +157,7 @@
 		    </div>
 		
 	<!-- 表格 -->
-	<table id="informationTable"   data-toolbar="#toolbar"></table>
+	<table id="informationTable"   data-toolbar="#toolbar" class="table" style="word-break:break-all; word-wrap:break-all;"></table>
 
     <!-- context menu -->
     <%--<ul id="context-menu" class="dropdown-menu">

+ 1 - 1
src/main/webapp/webpage/modules/sys/login/sysLogin.jsp

@@ -44,7 +44,7 @@
 		<div class="row">
 			<div class="col-md-4 col-lg-4 col-md-offset-4 col-lg-offset-4">
 				<img  class="img-circle" src="${ctxStatic}/common/images/flat-avatar.png" class="user-avatar" />
-				<h1>镇江市供电公司信息系统</h1>
+				<h1>甲供物资领退料信息系统</h1>
 				<sys:message content="${message}" showType="1"/>
 				<form id="loginForm" role="form" action="${ctx}/login" method="post">
 					<div class="form-content">