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