| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 | <%@ 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/gklhxkgl/gkjylhbg/lhbgdetail.js"></script><script type="text/javascript">		$(document).ready(function () {			iFrameHeightIframe('gkjyr');//自适应高度			lhbg.detail.init();		});	</script></head><body style="height: 400px"><jsp:include page="../../../jyrselect.jsp"></jsp:include><br/> <form  id="addform" method="post" enctype="multipart/form-data"> 		<div class="box" >		<div class="box-content" >			<div class="apply_fill">		 <input type="hidden" id="id" name="id" value="${record.id }" >			 	<input type="hidden" id="flag" name="flag" value="">				<table class="apply3" cellpadding="0" cellspacing="0">				<tr>					<th colspan="2"><span class="needwrite">*</span>港口经营人名称: </th>					<td colspan="3" style="position:relative;">						<input type="text" readonly="readonly" style="width:85%" class="form-control" id="xzjyr" name="jyrmc" value = "${record.jyrmc}" >						<input type="hidden" class="form-control" style="width:85%" name="jyrid" id="jyrid" value="${record.jyrid }">					</td>				</tr>				<tr>					<th colspan="2">港口经营许可证编号: </th>					<td colspan="3">						<input type="text" readonly="readonly" class="form-control" style="width:85%" id="xkzbh" name="xkzbh" value="${record.xkzbh }">					</td>				</tr>				<tr>					<th colspan="2"><span class="needwrite">*</span>联系人: </th>					<td>						<input type="text" class="form-control" id="lxr" name="lxr" value="${record.lxr }">					</td>					<th><span class="needwrite">*</span>电话: </th>					<td>						<input type="text" class="form-control" style="width:61%"  id="dh" name="dh" value="${record.dh }">					</td>				</tr>				<tr>					<th colspan="2">申请日期: </th>					<td>						<input type="text" class="form-control" value="${fn:substring(record.sqrq,0,10)}">					</td>					<th>传真: </th>					<td>						<input type="text" class="form-control" id="cz" style="width:61%" name="cz" value="${record.cz }">					</td>				</tr>				<tr>					<td width="2%" rowspan="4" align="center" style="background: #e6eff9;text-indent: 0px;"><font size="5">申<br/>请<br/>变<br/>更<br/>事<br/>项</font></td>					<th rowspan="2"><input type="checkbox" id="bgdzChe" style="width: 10%"					<c:if test="${record.xbgdz != null}">					checked="checked"					</c:if>					 onclick="xkzbg.detail.bgdzChe()" />办公地址: </th>					<td colspan="3">					由:<span style="color: white;">一一</span><input type="text" style="display:inline-table " class="form-control" readonly="readonly" name="ybgdz" id ="ybgdz" value="${record.ybgdz }">					</td>				</tr>				<tr>					<td colspan="3">					变更为:<input type="text" style="display:inline-table " class="form-control" 					<c:if test="${record.xbgdz == null || record.xbgdz ==''}"> readonly="readonly" </c:if>					 name="xbgdz" id ="xbgdz" value="${record.xbgdz }">					</td>				</tr>				<tr>					<th rowspan="2"><input type="checkbox" style="width: 10%"					<c:if test="${record.xfddbr != null}">					checked="checked"					</c:if>					 id="fddbrChe" onclick="xkzbg.detail.fddbrChe()" />法定代表人: </th>					<td colspan="3">					由:<span style="color: white;">一一</span><input type="text" style="display:inline-table " class="form-control" readonly="readonly" name="yfddbr" id ="yfddbr" value="${record.yfddbr }">					</td>				</tr>				<tr>					<td colspan="3">					变更为:<input type="text"  style="display:inline-table " class="form-control" 					<c:if test="${record.xfddbr == null}">					readonly="readonly" 					</c:if>					name="xfddbr" id ="xfddbr" value="${record.xfddbr }">					</td>				</tr>				<tr>					<th colspan="2">提交材料清单: </th>							<td colspan="3">							<table  id="tableId" style="width: 100%">								<tr>								<td style="width:40%;text-align: center;">上传附件名称</td>								</tr>								<c:forEach items="${fjlist }" var="fj" varStatus="status">									<tr align="center">									<td><a class='main_title' href='/jsjy/accessory/download?id=${fj.fjid }'>${fj.fjmc }</a></td>									</tr>									</c:forEach>							</table>				            				            </td>						</tr>												</table>					</div></div></div>	</form>	<div  id="buttons">   <c:if test="${flag=='audit' }">															 <a class="btn btn-default btn-sm" href="#"  onclick="lhbg.detail.audit('Y','${record.id}')">							   <i class="glyphicon glyphicon-ok-sign"></i> 							            同意</a>						<a class="btn btn-default btn-sm" href="#"  onclick="lhbg.detail.audit('N','${record.id}')">							   <i class="glyphicon glyphicon-ban-circle"></i> 							            退回</a>				          					</c:if>            <a class="btn btn-default btn-sm" href="#"  onclick="lhbg.detail.back()">  <i class="glyphicon glyphicon-arrow-left"></i>            返回</a>  			</div>		</body></html>
 |