Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@1811 931142cf-59ea-a443-aa0e-51397b428577

ld_guxl 8 years ago
parent
commit
7a8d028bbc

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkyxtjyfx/hxhbtj/hxhbtj.jsp

@@ -98,8 +98,8 @@
 						    <tr>
 						    	<th width="5%">序号</th>
 						    		<th width="10%">地区</th>
-				    			<th width="20%">本月完成量</th>
-				        		<th width="20%">本年累计量</th>
+				    			<th width="20%">本月完成量(TEU)</th>
+				        		<th width="20%">本年累计量(TEU)</th>
 								<th width="20%">同比增长数(%)</th>
 								<th width="20%">日期</th>
 								<th width="15%">操作</th>

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkyxtjyfx/hxhbtj/hxhbtjAdd.jsp

@@ -71,11 +71,11 @@
 	 				<h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</font></h2>
 					<table class="apply" cellpadding="0" cellspacing="0">
 						<tr>
-							<th colspan="2">本月完成量:&nbsp;</th>
+							<th colspan="2">本月完成量(TEU):&nbsp;</th>
 							<td>
 								<input type="text" class="form-control" id="bywcl" name="bywcl" onkeyup="num(this)">
 							</td>
-							<th colspan="2">本年累计量:&nbsp;</th>
+							<th colspan="2">本年累计量(TEU):&nbsp;</th>
 							<td>
 								<input type="text" class="form-control" id="bnljl" name="bnljl" onkeyup="num(this)">
 							</td>

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkyxtjyfx/hxhbtj/hxhbtjEdit.jsp

@@ -60,11 +60,11 @@
 	 				<h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</font></h2>
 					<table class="apply" cellpadding="0" cellspacing="0">
 						<tr>
-							<th colspan="2">本月完成量:&nbsp;</th>
+							<th colspan="2">本月完成量(TEU):&nbsp;</th>
 							<td>
 								<input type="text" class="form-control" id="bywcl" name="bywcl" value="${record.bywcl }" onkeyup="num(this)">
 							</td>
-							<th colspan="2">本年累计量:&nbsp;</th>
+							<th colspan="2">本年累计量(TEU):&nbsp;</th>
 							<td>
 								<input type="text" class="form-control" id="bnljl" name="bnljl" value="${record.bnljl }" onkeyup="num(this)">
 							</td>

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkyxtjyfx/hxhbtj/hxhbtjView.jsp

@@ -61,11 +61,11 @@
  				<h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</font></h2>
 				<table class="apply" cellpadding="0" cellspacing="0">
 					<tr>
-						<th colspan="2">本月完成量:&nbsp;</th>
+						<th colspan="2">本月完成量(TEU):&nbsp;</th>
 						<td>
 							${record.bywcl }
 						</td>
-						<th colspan="2">本年累计量:&nbsp;</th>
+						<th colspan="2">本年累计量(TEU):&nbsp;</th>
 						<td>
 							${record.bnljl }
 						</td>