| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 | <%@ 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/gkjyzksq/xkzsqdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			xkzsq.detail.init();			//iFrameHeightIframe1('${xkzsqadd}');//自适应高度		});	</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"> 		 	 <input type="hidden" id="id" name="id" value="${record.id }">   <input type="hidden" id="opflag" name="opflag" value="${opflag }"> 	<table class="apply3" cellpadding="0" cellspacing="0">		<tr>			<th>港口经营人: </th>			<td colspan="3">				${record.jyrmc }				<input type="hidden" class="form-control" name="jyrid" id="jyrid">			</td>		</tr>		<tr>			<th>办公地点 : </th>			<td colspan="3">				${record.bgdd }			</td>		</tr>		<tr>			<th>经营地域: </th>			<td colspan="3">			${jyfwstr }			</td>		</tr>		<tr>			<th>法定代表 人: </th>			<td>				${record.fddbr }			</td>			<th>联系电话: </th>			<td>				${record.lxdh }			</td>		</tr>		<tr>			<th>联系人: </th>			<td>				${record.lxr }			</td>			<th>电话、传真 : </th>			<td>				${record.cz }			</td>		</tr>		<tr>			<th>申请从事的港口经营业务种类: </th>			<td colspan="3">							${ jylzstr}			</td>		</tr>		<tr>			<th>附件: </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>申请意见: </th>			<td colspan="3">${record.sqyj }</td>		</tr>		<tr>			<th>申请人: </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>材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th>材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th>现场核查意见: </th>			<td colspan="3">${record.xchcyj }</td>		</tr>		<tr>			<th>现场核查经办人: </th>			<td>${record.xchcry }			<th>现场核查经办时间: </th>			<td>${fn:substring(record.xchcrq,0,10)}</td>		</tr>		<tr>			<th>复核意见: </th>			<td colspan="3">${record.fhyj }</td>		</tr>		<tr>			<th>复核经办人: </th>			<td>${record.fhjbr }</td>			<th>复核经办时间: </th>			<td>${fn:substring(record.fhrq,0,10)}</td>		</tr>		<tr>			<th>审批意见: </th>			<td colspan="3">${record.spyj }</td>		</tr>		<tr>			<th>审批经办人: </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>材料审查意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="clscyj" id="clscyj"></textarea></td>		</tr>		<tr>			<th>材料审查人: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="clscjbr" id="clscjbr" value="${ry }"></td>			<th>材料审查时间: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="clscrq" id="clscrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>		<c:if test="${opflag == 2 }">		<tr>			<th>材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th>材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th>现场核查意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="xchcyj" id="xchcyj">${record.xchcyj }</textarea></td>		</tr>		<tr>			<th>现场核查经办人: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="xchcry" id="xchcry" value="${ry }"></td>			<th>现场核查经办时间</th>			<td><input type="text" class="form-control" readonly="readonly" name ="xchcrq" id="xchcrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>		<c:if test="${opflag == 3 }">		<tr>			<th>材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th>材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th>核查意见: </th>			<td colspan="3">${record.xchcyj }</td>		</tr>		<tr>			<th>核查经办人: </th>			<td>${record.xchcry }</td>			<th>核查经办时间: </th>			<td>${fn:substring(record.xchcrq,0,10)}</td>		</tr>		<tr>			<th>复核意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="fhyj" id="fhyj">${record.fhyj }</textarea></td>		</tr>		<tr>			<th>复核经办人: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="fhjbr" id="fhjbr" value="${ry }"></td>			<th>复核经办时间: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="fhrq" id="fhrq" value="${fn:substring(sj,0,10)}"></td>		</tr>		</c:if>		<c:if test="${opflag == 4 }">		<tr>			<th>材料审查意见: </th>			<td colspan="3">${record.clscyj }</td>		</tr>		<tr>			<th>材料审查人: </th>			<td>${record.clscjbr }</td>			<th>材料审查时间: </th>			<td>${fn:substring(record.clscrq,0,10)}</td>		</tr>		<tr>			<th>核查意见: </th>			<td colspan="3">${record.xchcyj }</td>		</tr>		<tr>			<th>核查经办人: </th>			<td>${record.xchcry }			<th>核查经办时间: </th>			<td>${fn:substring(record.xchcrq,0,10)}</td>		</tr>		<tr>			<th>复核意见: </th>			<td colspan="3">${record.fhyj }</td>		</tr>		<tr>			<th>复核经办人: </th>			<td>${record.fhjbr }</td>			<th>复核经办时间: </th>			<td>${fn:substring(record.fhrq,0,10)}</td>		</tr>		<tr>			<th>审批意见: </th>			<td colspan="3"><textarea class="form-control" style="width: 80%" name ="spyj" id="spyj">${record.spyj }</textarea></td>		</tr>		<tr>			<th>审批经办人: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="spry" id="spry" value="${ry}"></td>			<th>审批经办时间: </th>			<td><input type="text" class="form-control" readonly="readonly" name ="spjbrq" id="spjbrq" 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="xkzsq.detail.audit('Y','${record.id}')">							   <i class="glyphicon glyphicon-ok-sign"></i> 							            同意</a>						<a class="btn btn-default btn-sm" href="#"  onclick="xkzsq.detail.audit('N','${record.id}')">							   <i class="glyphicon glyphicon-ban-circle"></i> 							            退回</a>					</c:if>							               <a class="btn btn-default btn-sm" href="#"  onclick="xkzsq.detail.back()">  <i class="glyphicon glyphicon-arrow-left"></i>            返回</a>  			</div></div>					</div>	</div></body></html>
 |