| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 | <%@ 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/gkyxtjyfx/hxhbtj/hxhbtjmain.js"></script>	<script type="text/javascript">		$(document).ready(function () {			hxhbtj.main.init();			initgkSelect('szgksel','${szgkid }','','showgq','80%');			iFrameHeightIframe('${menuid}');//自适应高度		});	</script>	<style type="text/css">	.apply th {  width: 9%;  height: 35px;  font-weight: normal;  border-bottom: 1px solid #dadbda;  color: #185f8a;  background: #e6eff9;  font-size: 14px;  text-align: center;}	.apply td {  width: 15%;  height: 30px;  border: 1px solid #e2e3cb;  text-indent: 5px;  font-size: 14px;  color: #000000}	</style></head><body>	<div class="box" >		<div class="box-content" >			<div class="apply_fill">				<table class="apply" cellpadding="0" cellspacing="0">					<tr>						<th class="right">所在港口: </td>						<td>${record.szgkzw }</td>						<th class="right">日期: </td>						<td>${record.rq }</td>					</tr>	                	<!-- <tr>	                        <td class="right" colspan="6">		                       	<a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.main.search()">							   		<i class="glyphicon glyphicon-search"></i>查询	                        </td>	                    </tr> -->                </table> 				<h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</h2>				<table class="apply" cellpadding="0" cellspacing="0">					<tr>						<th colspan="2">本月完成量: </th>						<td>							${record.bywcl }						</td>						<th colspan="2">本年累计量: </th>						<td>							${record.bnljl }						</td>						<th colspan="2">同比增长数(%): </th>						<td>							${record.tbzzs }						</td>					</tr>					<tr>						<th rowspan="2">其中:</th>						<th>外贸: </th>						<td>${record.wmjzxttl }</td>						<th rowspan="2">其中:</th>						<th>外贸: </th>						<td>${record.nwmjzxttl }</td>						<th rowspan="2">其中:</th>						<th>外贸: </th>						<td>${record.wmtbzzs }</td>					</tr>					<tr>						<th>内贸: </th>						<td>${record.nmjzxttl }</td>						<th>内贸: </th>						<td>${record.nnmjzxttl }</td>						<th>内贸: </th>						<td>${record.nmtbzzs }</td>					</tr>				</table>				<h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱航线航班开辟情况</h2>				<table class="apply">					<tr>						<th></th>						<th>本月营运航线总数</th>						<th>本月营运航班总数</th>						<th>本月新开辟航线数</th>						<th>本月停开航线数</th>					</tr>					<tr>						<th>远洋航线</th>						<td>${record.yyhxts }</td>						<td>${record.yyhxhbs }</td>						<td>${record.yyxkphxs }</td>						<td>${record.yytkhxs }</td>					</tr>					<tr>					<th>近洋航线</th>						<td>${record.jyhxts }</td>						<td>${record.jyhxhbs }</td>						<td>${record.jyxkphxs }</td>						<td>${record.jytkhxs }</td>					</tr>					<tr>						<th>外贸内支线</th>						<td>${record.nzxts }</td>						<td>${record.nzxhbs }</td>						<td>${record.nzxxkphxs }</td>						<td>${record.nzxtkhxs }</td>					</tr>					<tr>						<th>内贸航线</th>						<td>${record.nmhxts }</td>						<td>${record.nmhxhbs }</td>						<td>${record.nmxkphxs }</td>						<td>${record.nmtkhxs }</td>					</tr>					<tr>						<th>填表人:</th>						<td>${record.tbr }</td>						<th>联系电话:</th>						<td colspan="2">${record.lxdh }</td>					</tr>				</table>				<div  id="buttons">					<a class="btn btn-default btn-sm" href="#"  onclick="hxhbtj.main.back()">						<i class="glyphicon glyphicon-arrow-left"></i>返回					</a>         		</div>			</div>		</div>	</div></body></html>
 |