| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 | <%@ 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/qytz/qytzdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			qytz.detail.path = '${path}';			iFrameHeightIframe('${menuid}');//自适应高度			/* qytz.detail.init(); */					});	</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.ssjyrzw}	                        </td>	                        	                    </tr>	                    						<tr>							<th>经济类型: </th>	                        <td>		                        ${record.tzjjlx }	                        </td>							<th>投资人名称: </th>	                        <td>		                        ${record.tzrmc}	                        </td>	                     </tr>	                     <tr>	                        <th>是否外商: </th>	                        <td >		                       ${record.sfwszw }	                        </td>						 	<th>资产类型: </th>	                        <td>		                        ${record.jjlxzw }	                        </td>	                       	                    </tr>	                    	                    <tr>	                        <th>投资金额: </th>	                        <td >		                       ${record.je }	                        </td>						 	<th>投资金额单位    <br>(人民币,美元等): </th>	                        <td >		                        ${record.tzjedw } 	                        </td>	                      	                       						 		                    </tr>	                    	                    <tr>	                        <th>投资总金额: </th>	                        <td >		                        ${record.tzzje}	                        </td>	                    	 <th>投资金额单位    <br>(人民币,美元等): </th>	                        <td >		                        ${record.tzje }	                        </td>						 							 		                    </tr>	                    <tr>	                    	<th>注册资本: </th>	                        <td >		                       ${record.zczb }	                        </td>	                        <th>注册资本单位    <br>(人民币,美元等): </th>	                        <td >		                        ${record.zczbdw }	                        </td>	                    </tr>	                    <tr>	                    	<th>所占份额%: </th>		                        <td >		                        ${record.szb }	                        </td>	                         <th></th>	                         <td></td>	                    </tr>	                    <tr>						 	<th>注册地址: </th>	                        <td colspan="3">		                        ${record.zcdz }	                        </td>	                    </tr>					</table>					<div  id="buttons">							             <a class="btn btn-default btn-sm" href="#"  onclick="qytz.detail.back()">							   <i class="glyphicon glyphicon-arrow-left"></i> 							            返回</a>          			</div>			</div>					</div>	</div>	</body></html>
 |