| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 | <%@ page language="java" contentType="text/html; charset=UTF-8"	pageEncoding="UTF-8"%><!DOCTYPE html><html lang="en"><head>    <meta charset="utf-8">    <title>江苏省港口建设与经营管理信息系统</title>    <meta name="viewport" content="width=device-width, initial-scale=1">    <%@ include file="../../common.jsp"%>	<script type="text/javascript" src="${app }/static/biz/js/ggfwxxgl/hxhbgl/hxhbgldetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			iFrameHeightIframe('${menuid}');//自适应高度		});	</script></head><body><div class="box" >	<div class="box-content" >		<div class="apply_fill"> 			<form  id="addform" method="post"> 					<table class="apply" cellpadding="0" cellspacing="0">					<tr>						<th>所属经营人: </th>						<td style="position:relative;" colspan="3">                        	${record.ssjyrzw }                        </td>					</tr>					<tr>						<th>所属港口管理部门 : </th>						<td colspan="3">							${record.ssgkglbmzw }						</td>					</tr>					<tr>			            <th>日期 :  </th> 			            <td colspan="3">			                 ${record.rq }                        </td>	             	</tr>					<tr>						<th>内贸集装箱吞吐量(TEU): </th>						<td >							${record.nmjzxttl }						</td>						<th>外贸集装箱吞吐量(TEU): </th>						<td >							${record.wmjzxttl }						</td>					</tr>					<tr>						<th>远洋航线条数: </th>						<td >							${record.yyhxts }						</td>						<th>远洋航线航班数: </th>						<td >							${record.yyhxhbs }						</td>					</tr>					<tr>						<th>远洋航线备注: </th>						<td colspan="3">							${record.yyhxbz }						</td>					</tr>					<tr>						<th>近洋航线条数: </th>						<td >							${record.jyhxts }						</td>						<th>近洋航线航班数: </th>						<td >							${record.jyhxhbs }						</td>					</tr>					<tr>						<th>近洋航线备注: </th>						<td colspan="3">							${record.jyhxbz }						</td>					</tr>					<tr>						<th>外贸内支线条数: </th>						<td >							${record.nzxts }						</td>						<th>外贸内支线航班数: </th>						<td >							${record.nzxhbs }						</td>					</tr>					<tr>						<th>外贸内支线备注: </th>						<td colspan="3">							${record.nzxbz }						</td>					</tr>					<tr>						<th>内贸航线条数: </th>						<td >							${record.nmhxts }						</td>						<th>内贸航线航班数: </th>						<td >							${record.nmhxhbs }						</td>					</tr>					<tr>						<th>内贸航线备注: </th>						<td colspan="3">							${record.nmhxbz }						</td>					</tr>				</table>			</form>			<div id="buttons">			    <a class="btn btn-default btn-sm" href="#"  onclick="hxhbgl.detail.back()">			   		<i class="glyphicon glyphicon-arrow-left"></i>返回			   	</a>          	</div>		</div>	</div></div></body></html>
 |