Ver Fonte

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

ld_guxl há 8 anos atrás
pai
commit
157360bcc0

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

@@ -24,6 +24,7 @@
   height: 35px;
   font-weight: normal;
   border-bottom: 1px solid #dadbda;
+  border-right: 1px solid #dadbda;
   color: #185f8a;
   background: #e6eff9;
   font-size: 14px;
@@ -113,28 +114,28 @@
 							<th>本月停开航线数</th>
 						</tr>
 						<tr>
-							<th>远洋航线</th>
+							<th>远洋航线</th>
 							<td><input type="text" class="form-control" id="yyhxts" name="yyhxts" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="yyhxhbs" name="yyhxhbs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="yyxkphxs" name="yyxkphxs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="yytkhxs" name="yytkhxs" onkeyup="num(this)"></td>
 						</tr>
 						<tr>
-						<th>近洋航线</th>
+						<th>近洋航线</th>
 							<td><input type="text" class="form-control" id="jyhxts" name="jyhxts" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="jyhxhbs" name="jyhxhbs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="jyxkphxs" name="jyxkphxs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="jytkhxs" name="jytkhxs" onkeyup="num(this)"></td>
 						</tr>
 						<tr>
-							<th>外贸内支线</th>
+							<th>外贸内支线</th>
 							<td><input type="text" class="form-control" id="nzxts" name="nzxts" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nzxhbs" name="nzxhbs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nzxxkphxs" name="nzxxkphxs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nzxtkhxs" name="nzxtkhxs" onkeyup="num(this)"></td>
 						</tr>
 						<tr>
-							<th>内贸航线</th>
+							<th>内贸航线</th>
 							<td><input type="text" class="form-control" id="nmhxts" name="nmhxts" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nmhxhbs" name="nmhxhbs" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nmxkphxs" name="nmxkphxs" onkeyup="num(this)"></td>

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

@@ -22,6 +22,7 @@
   height: 35px;
   font-weight: normal;
   border-bottom: 1px solid #dadbda;
+   border-right: 1px solid #dadbda;
   color: #185f8a;
   background: #e6eff9;
   font-size: 14px;
@@ -102,28 +103,28 @@
 							<th>本月停开航线数</th>
 						</tr>
 						<tr>
-							<th>远洋航线</th>
+							<th>远洋航线</th>
 							<td><input type="text" class="form-control" id="yyhxts" name="yyhxts" value="${record.yyhxts }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="yyhxhbs" name="yyhxhbs" value="${record.yyhxhbs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="yyxkphxs" name="yyxkphxs" value="${record.yyxkphxs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="yytkhxs" name="yytkhxs" value="${record.yytkhxs }" onkeyup="num(this)"></td>
 						</tr>
 						<tr>
-						<th>近洋航线</th>
+						<th>近洋航线</th>
 							<td><input type="text" class="form-control" id="jyhxts" name="jyhxts" value="${record.jyhxts }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="jyhxhbs" name="jyhxhbs" value="${record.jyhxhbs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="jyxkphxs" name="jyxkphxs" value="${record.jyxkphxs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="jytkhxs" name="jytkhxs" value="${record.jytkhxs }" onkeyup="num(this)"></td>
 						</tr>
 						<tr>
-							<th>外贸内支线</th>
+							<th>外贸内支线</th>
 							<td><input type="text" class="form-control" id="nzxts" name="nzxts" value="${record.nzxts }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nzxhbs" name="nzxhbs" value="${record.nzxhbs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nzxxkphxs" name="nzxxkphxs" value="${record.nzxxkphxs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nzxtkhxs" name="nzxtkhxs" value="${record.nzxtkhxs }" onkeyup="num(this)"></td>
 						</tr>
 						<tr>
-							<th>内贸航线</th>
+							<th>内贸航线</th>
 							<td><input type="text" class="form-control" id="nmhxts" name="nmhxts" value="${record.nmhxts }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nmhxhbs" name="nmhxhbs" value="${record.nmhxhbs }" onkeyup="num(this)"></td>
 							<td><input type="text" class="form-control" id="nmxkphxs" name="nmxkphxs" value="${record.nmxkphxs }" onkeyup="num(this)"></td>

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

@@ -23,6 +23,7 @@
   height: 35px;
   font-weight: normal;
   border-bottom: 1px solid #dadbda;
+   border-right: 1px solid #dadbda;
   color: #185f8a;
   background: #e6eff9;
   font-size: 14px;
@@ -103,28 +104,28 @@
 						<th>本月停开航线数</th>
 					</tr>
 					<tr>
-						<th>远洋航线</th>
+						<th>远洋航线</th>
 						<td>${record.yyhxts }</td>
 						<td>${record.yyhxhbs }</td>
 						<td>${record.yyxkphxs }</td>
 						<td>${record.yytkhxs }</td>
 					</tr>
 					<tr>
-					<th>近洋航线</th>
+					<th>近洋航线</th>
 						<td>${record.jyhxts }</td>
 						<td>${record.jyhxhbs }</td>
 						<td>${record.jyxkphxs }</td>
 						<td>${record.jytkhxs }</td>
 					</tr>
 					<tr>
-						<th>外贸内支线</th>
+						<th>外贸内支线</th>
 						<td>${record.nzxts }</td>
 						<td>${record.nzxhbs }</td>
 						<td>${record.nzxxkphxs }</td>
 						<td>${record.nzxtkhxs }</td>
 					</tr>
 					<tr>
-						<th>内贸航线</th>
+						<th>内贸航线</th>
 						<td>${record.nmhxts }</td>
 						<td>${record.nmhxhbs }</td>
 						<td>${record.nmxkphxs }</td>