| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 | <%@ 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/gkjcxx/zyq/zyqdetail.js"></script>	<!-- <script type="text/javascript">		$(document).ready(function () {		});	</script> --></head><body>	<div class="box" >		<div class="box-content" >			<div class="apply_fill">					<table class="apply" cellpadding="0" cellspacing="0">						<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.zyqmc }							</td>					</tr>					<tr>							<th>作业区用途: </th>							<td colspan="3" class="dh">								${record.zyqyt }							</td>												</tr>					<tr>						<th>备注: </th>						<td colspan="3" class="dh">							${record.bz }						</td>					</tr>					</table>					<div  id="buttons">							   <a class="btn btn-default btn-sm" href="#"  onclick="zyq.detail.back()">							   <i class="glyphicon glyphicon-arrow-left"></i> 							            返回</a>          			</div>			</div>		</div>	</div></body></html>
 |