| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 | <%@ 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/hxgl/hxgldetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			hxgl.detail.init();		});					 			</script>	<style type="text/css">	.apply2 th {  width: 18%;  height: 35px;  font-weight: normal;  border-bottom: 1px solid #dadbda;  color: #185f8a;  background: #e6eff9;  font-size: 14px;  text-align: center;}		</style></head><body><jsp:include page="../../jyrselect.jsp"></jsp:include>	<div class="box" >		<div class="box-content" >			<div class="apply_fill"> <form  id="addform" method="post" enctype="multipart/form-data"> 		  <input type="hidden" id="rq" value="${month }">					<table class="apply" cellpadding="0" cellspacing="0">						<tr>							<th>航线名称: </th>							<td>						    	${record.hxmc }							</td>							 <th>航线类型: </th>							<td >								${record.hxlxzw }							</td>						</tr>						<tr>							<th>所在地: </th>							<td>						    	${record.szdzw }							</td>							 <th>所在港口: </th>							<td >								${record.szgkzw }							</td>						</tr>						<tr>						    <th>所在港区: </th>							<td >								${record.szgqzw }							</td>						    							<th>航程(海里): </th>							<td >								${record.hc }							</td>						</tr>						<tr>						    <th>船公司: </th>						    <td colspan="3">								${record.cgs }						    </td>						</tr>						<tr>						     <th>起点港: </th>							 <td >								${record.qdg }							 </td>							<th>终点港: </th>							<td >								${record.zdg }							</td>						</tr>						<tr>							<th>船期: </th>							<td >								${record.cqzw }							</td>							<td colspan="2">							<table class="apply2"  cellpadding="0" cellspacing="0">							   <thead>					        <tr>			        		<th  text-align: center>船期</th>			    			<th  text-align: center>开船日期</th>			    			<th  text-align: center>班次数</th>					        </tr>				               </thead>				               <c:forEach items="${hxcqlist}" var="list" varStatus="status">				               <tr>				                   <td>${record.cqzw }</td>				                   <td>${list.kcrq }</td>				                   <td>${list.bcs }</td>				               </tr>				               </c:forEach>							</table>							</td>						</tr>						<tr>						     <th>停靠港: </th>							 <td colspan="3">							    ${record.tkg }							 </td>						</tr>						<tr>						     <th>备注: </th>							 <td colspan="3">							     ${record.bz }							 </td>						</tr>						<tr>						    <th>本月内贸完成量(TEU): </th>							<td >								${record.bynmwcl }							</td>							<th>本月外贸完成量(TEU): </th>							<td colspan="3">								${record.bywmwcl }							</td>						</tr>						<tr>						    <th>填写人: </th>							<td >								${record.yhmc }							</td>							<th>填写时间: </th>							<td colspan="3">								${record.tbsj }							</td>						</tr>											</table>									<div  id="buttons">							             <a class="btn btn-default btn-sm" href="#"  onclick="hxgl.detail.back()">							   <i class="glyphicon glyphicon-arrow-left"></i> 							           返回</a>          			</div>	</form>				</div>		</div></div>	</body></html>
 |