|
@@ -189,18 +189,21 @@
|
|
|
|
|
|
</tr>
|
|
|
</table>
|
|
|
- <table id="bwtableID" class="main_table" cellpadding="0" cellspacing="0">
|
|
|
+ <c:if test="${bwlist!=null}">
|
|
|
+ <table id="bwtableID" class="main_table" cellpadding="0" cellspacing="0">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="5%">序号</th>
|
|
|
- <th width="10%">泊位名称</th>
|
|
|
- <!-- <th width="10%">港口经营人</th> -->
|
|
|
- <th width="10%">码头名称</th>
|
|
|
- <th width="10%">所在港口</th>
|
|
|
- <th width="10%">所在港区</th>
|
|
|
+ <th width="8%">泊位名称</th>
|
|
|
+ <!-- <th width="8%">港口经营人</th> -->
|
|
|
+ <th width="8%">码头名称</th>
|
|
|
+ <th width="7%">所在港口</th>
|
|
|
+ <th width="8%">所在港区</th>
|
|
|
<th width="15%">泊位用途</th>
|
|
|
<th width="5%">是否<br>危险品泊位</th>
|
|
|
- <th width="5%">是否<br>对外开放泊位</th>
|
|
|
+ <!--<th width="5%">是否<br>对外开放泊位</th>-->
|
|
|
+ <th width="8%">泊位长度(米)</th>
|
|
|
+ <th width="8%">设计靠泊能力(吨)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<c:forEach items="${bwlist}" var="bw" varStatus="status">
|
|
@@ -213,10 +216,12 @@
|
|
|
<td >${bw.szgqzw }</td>
|
|
|
<td >${bw.bwytzw }</td>
|
|
|
<td >${bw.wxpbwzw }</td>
|
|
|
- <td >${bw.sfdwkfzw }</td>
|
|
|
+ <td >${bw.bwcd }</td>
|
|
|
+ <td >${bw.sjkpnl }</td>
|
|
|
</tr>
|
|
|
</c:forEach>
|
|
|
- </table>
|
|
|
+ </table>
|
|
|
+ </c:if>
|
|
|
<c:if test="${fjlist.size>0}">
|
|
|
<table class="apply3" cellpadding="0" cellspacing="0">
|
|
|
<tr>
|