| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 | <%@ 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/gkjygl/gkjyr/sssb/sssbdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			sssb.detail.path = '${path}';			iFrameHeightIframe('${menuid}');//自适应高度			sssb.detail.init();			newLine();					});	</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.szzyqzw }	                        </td>													    	                    </tr>						<tr>						 	<th>港口经营人 : </th>	                        <td >		                        ${record.ssjyrzw }	                        </td>						 	<th>设备(设施)名称 : </th>	                        <td >		                       ${record.ssmc }	                        </td>	                        	                    </tr>	                    <tr>	                    	<th>规格型号: </th>	                        <td >		                        ${record.ggxh }	                        </td>	                        <th>检验报告(或证书)编号: </th>	                     	<td>	                     		${record.bh }	                     	</td>	                    </tr>	                     <tr>						 	<th>数量:  </th>	                        <td >		                      ${record.sl }	                        </td>						 							 	<th>数量单位:  </th>	                        <td >		                        ${record.sldwzw }	                        </td>	                    </tr>	                    <tr>	                        <th>一级分类: </th>		                        <td >		                        ${record.yjflzw }	                        </td>							<th>二级分类:  </th>	                        <td >		                       ${record.ejflzw }	                        </td>	                        	                    </tr>	                    <tr>	                    	<th>有效期: </th>	                        <td >		                       ${record.yxqfmt }	                        </td>						 	<th>填表人: </th>	                        <td>		                        ${record.tbr }	                        </td>						 		                    </tr>	                    <tr>						 	<th>联系电话: </th>	                        <td >		                        ${record.lxdh }	                        </td>	                       <th>存放场所: </th>	                        <td >		                       ${record.cfcs }	                        </td>	                    </tr>	                    <tr>							 	<th>备注: </th>	                        <td colspan="4" id="bzhh">		                       ${record.bz }	                        </td>  	                    </tr>					</table>					<div  id="buttons">							             <a class="btn btn-default btn-sm" href="#"  onclick="sssb.detail.back()">							   <i class="glyphicon glyphicon-arrow-left"></i> 							            返回</a>          			</div>			</div>					</div>	</div>	</body></html>
 |