|
@@ -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">本月完成量: </th>
|
|
|
+ <th colspan="2">本月完成量(TEU): </th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control" id="bywcl" name="bywcl" value="${record.bywcl }" onkeyup="num(this)">
|
|
|
</td>
|
|
|
- <th colspan="2">本年累计量: </th>
|
|
|
+ <th colspan="2">本年累计量(TEU): </th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control" id="bnljl" name="bnljl" value="${record.bnljl }" onkeyup="num(this)">
|
|
|
</td>
|