| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 | <%@ 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, itial-scale=1">    <%@ include file="../../../common.jsp"%>	<script type="text/javascript" src="${app }/static/biz/js/gkjygl/gkjyxkgl/gkjyzkbg/xkzbgdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			//initgkSelect('gksel', '', '90012','showgq', 200);			xkzbg.detail.init();			tabiFrameHeightIframe('gkjyrxx');//自适应高度			var id = "${jyr.id}";			if(!isEmpty(id)){				$('#jyrLi', parent.document).show();		    	$('#mainid', parent.document).val(id);		    	$('#gkjyrxx', parent.document).append('<iframe height="600px" frameborder="0" id="jyrframe" name="jyrframe"	width="100%" src="${app }/gkjyr/details?flag=1&id='+id+'"></iframe>');			}		});	</script></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="jydyids" name="jydyids" >	 	<input type="hidden" id="flag" name="flag" value="">	 	<input type="hidden" id="opflag" name="opflag" value="${opflag }"> 	<table class="apply3" cellpadding="0" cellspacing="0">		<tr>			<th colspan="2"><span class="needwrite">*</span>港口经营人名称: </th>			<td colspan="3" >				${record.jyrmc}			</td>		</tr>		<tr>			<th colspan="2">港口经营许可证编号: </th>			<td colspan="3">			${record.xkzbh }			</td>		</tr>		<tr>			<th colspan="2">联系人: </th>			<td>				${record.lxr }			</td>			<th>电话: </th>			<td>				${record.dh }			</td>		</tr>		<tr>			<th colspan="2">申请日期: </th>			<td>				${fn:substring(record.sqrq,0,10)}			</td>			<th>传真: </th>			<td>			${record.cz }			</td>		</tr>		<tr>			<td rowspan="10">申请变更事项</td>			<th rowspan="2"><input type="checkbox" id="qymcChe" style="width: 10%;display: none" onclick="xkzbg.detail.qymcChe()" />企业名称: </th>			<td colspan="3">				由:        ${record.yqymc }			</td>		</tr>		<tr>			<td colspan="3">			变更为: ${record.xqymc }			</td>		</tr>		<tr>			<th rowspan="2"><input type="checkbox" id="bgdzChe" style="width: 10%;display: none" onclick="xkzbg.detail.bgdzChe()" />办公地址: </th>			<td colspan="3">			由:        ${record.ybgdz }			</td>		</tr>		<tr>			<td colspan="3">			变更为: ${record.xbgdz }			</td>		</tr>		<tr>			<th rowspan="2"><input type="checkbox" style="width: 10%;display: none" id="fddbrChe" onclick="xkzbg.detail.fddbrChe()" />法定代表人: </th>			<td colspan="3">			由:        ${record.yfddbr }			</td>		</tr>		<tr>			<td colspan="3">			变更为: ${record.xfddbr }			</td>		</tr>		<tr>			<th rowspan="2"><input type="checkbox" style="width: 10%;display: none" id="jydyChe" onclick="xkzbg.detail.jydyChe()"/>经营地域: </th>			<td colspan="3">			由:        ${record.yjydy }			</td>		</tr>		<tr >			<td colspan="3" style="position:relative;">变更为: ${record.xjydy }						</td>		</tr>		<%-- <tr>			<th rowspan="2"><input type="checkbox" style="width: 10%;display: none" id="jyfwChe" onclick="xkzbg.detail.jyfwChe()" />缩减经营范围: </th>			<td colspan="3">由:        ${record.ysjjyfw}</td>		</tr>		<tr>			<td colspan="3">变更为: ${record.xsjjyfw }</td>		</tr> --%>		<tr>			<th rowspan="2"><input type="checkbox" style="width: 10%;display: none" id="qtChe" onclick="xkzbg.detail.qtChe()" />其他: </th>			<td colspan="3">由:        ${record.yqt }</td>		</tr>		<tr>			<td colspan="3">变更为: ${record.xqt }</td>		</tr>		<tr>			<th colspan="2">附件: </th>			<td colspan="3">			<table style="width: 100%">				<tr>				<td style="width:5%;text-align: center;">序号</td>				<td style="width:40%;text-align: center;">附件名称</td>				<td style="width:40%;text-align: center;">上传附件名称</td>				</tr>				<c:forEach items="${fjList}" var="fj" varStatus="status">					<tr>						<td align="center">${status.index+1 }</td>						<td>${fj.sqclmc }</td>						<td><a class='main_title' href='${app }/accessory/download?id=${fj.fjid }'>${fj.fjmc }</a></td>					</tr>				</c:forEach>			</table>							</td>		</tr>		<tr>			<th colspan="2">申请意见: </th>			<td colspan="3">${record.sqyj }</td>		</tr>		<tr>			<th colspan="2">申请人: </th>			<td>${record.sqr }</td>			<th>申请时间: </th>			<td>${fn:substring(record.sqrq,0,10)}</td>		</tr>		<c:if test="${opflag == null && flag != 'audit' }">			<tr>			<th colspan="2">材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th colspan="2">材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">核查意见: </th>			<td colspan="3">${record.hcyj }</td>		</tr>		<tr>			<th colspan="2">核查经办人: </th>			<td>${record.hcjbr }			<th>核查经办时间: </th>			<td>${fn:substring(record.hcrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">复核意见: </th>			<td colspan="3">${record.fhyj }</td>		</tr>		<tr>			<th colspan="2">复核经办人: </th>			<td>${record.fhjbr }</td>			<th>复核经办时间: </th>			<td >${fn:substring(record.fhrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">审批意见: </th>			<td colspan="3">${record.spyj }</td>		</tr>		<tr>			<th colspan="2">审批经办人: </th>			<td >${record.spry }</td>			<th>审批经办时间: </th>			<td >${fn:substring(record.sprq,0,10)}</td>		</tr>		</c:if>		<c:if test="${opflag == 1 }">		<tr>			<th colspan="2">材料审查意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="clscyj" id="clscyj"></textarea></td>		</tr>		<tr>			<th colspan="2">材料审查人: </th>			<td><input class="form-control" type="text" readonly="readonly" name ="clscjbr" id="clscjbr" value="${ry }"></td>			<th>材料审查时间: </th>			<td><input class="form-control" type="text" readonly="readonly" name ="clscrq" id="clscrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>		<c:if test="${opflag == 2 }">		<tr>			<th colspan="2">材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th colspan="2">材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">核查意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="hcyj" id="hcyj">${record.hcyj }</textarea></td>		</tr>		<tr>			<th colspan="2">核查经办人: </th>			<td ><input class="form-control" type="text" readonly="readonly" name ="hcjbr" id="hcjbr" value="${ry }"></td>			<th>核查经办时间: </th>			<td ><input class="form-control" type="text" readonly="readonly" name ="hcrq" id="hcrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>		<c:if test="${opflag == 3 }">		<tr>			<th colspan="2">材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th colspan="2">材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">核查意见: </th>			<td colspan="3">${record.hcyj }</td>		</tr>		<tr>			<th colspan="2">核查经办人: </th>			<td>${record.hcjbr }</td>			<th >核查经办时间: </th>			<td>${fn:substring(record.hcrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">复核意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="fhyj" id="fhyj">${record.fhyj }</textarea></td>		</tr>		<tr>			<th colspan="2">复核经办人: </th>			<td><input class="form-control" type="text" readonly="readonly" name ="fhjbr" id="fhjbr" value="${ry }"></td>			<th>复核经办时间: </th>			<td><input class="form-control" type="text" readonly="readonly" name ="fhrq" id="fhrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>		<c:if test="${opflag == 4 }">		<tr>			<th colspan="2">材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th colspan="2">材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">核查意见: </th>			<td colspan="3">${record.hcyj }</td>		</tr>		<tr>			<th colspan="2">核查经办人: </th>			<td>${record.hcjbr }			<th>核查经办时间: </th>			<td>${fn:substring(record.hcrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">复核意见: </th>			<td colspan="3">${record.fhyj }</td>		</tr>		<tr>			<th colspan="2">复核经办人: </th>			<td>${record.fhjbr }</td>			<th>复核经办时间: </th>			<td>${fn:substring(record.fhrq,0,10)}</td>		</tr>		<tr>			<th colspan="2">审批意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="spyj" id="spyj">${record.spyj }</textarea></td>		</tr>		<tr>			<th colspan="2">审批经办人: </th>			<td><input class="form-control" type="text" readonly="readonly" name ="spyr" id="spry" value="${ry}"></td>			<th>审批经办时间: </th>			<td><input class="form-control" type="text" readonly="readonly" name ="hcrq" id="hcrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>	</table>		</form>	<div  id="buttons">	<c:if test="${flag=='audit' }">						 <a class="btn btn-default btn-sm" href="#"  onclick="xkzbg.detail.audit('Y','${record.id}')">			   <i class="glyphicon glyphicon-ok-sign"></i> 			            同意</a>		<a class="btn btn-default btn-sm" href="#"  onclick="xkzbg.detail.audit('N','${record.id}')">			   <i class="glyphicon glyphicon-ban-circle"></i> 			            退回</a>	</c:if>            <a class="btn btn-default btn-sm" href="#"  onclick="xkzbg.detail.back()">  <i class="glyphicon glyphicon-arrow-left"></i>            返回</a>  			</div></div>					</div>	</div></body></html>
 |