| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 | <%@ 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/gkjyzkyx/xkzyxdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			xkzyx.detail.init();			tabiFrameHeightIframe('');//自适应高度		});	</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" class="form-control" id="qtfjids" name="qtfjids">	<table class="apply4" cellpadding="0" cellspacing="0">	<input type="hidden" id="id" name="id" value="${record.id }"/>		<tr>			<th>港口经营人名称 : </th>			<td colspan="5">				<input type="text" readonly="readonly" class="form-control" id="jyrmc" value="${record.jyrmc }" name="jyrmc">				<input type="hidden" class="form-control" name="jyrid" id="jyrid" value="${record.jyrid }">			</td>		</tr>		<tr>			<th>原港口经营许可证编号 : </th>			<td colspan="2">				<input type="text" class="form-control" readonly="readonly" id="xkzbh" name="xkzbh" value="${record.xkzbh}">			</td>			<th>有效日期 : </th>			<td colspan="2">				<input type="text" class="form-control" readonly="readonly" id="yxrq" name="yxrq" value="${fn:substring(record.yxrq,0,10)}">			</td>		</tr>		<tr>			<th>办公地址 :  </th>			<td colspan="5">				<input type="text" class="form-control"  id="bgdd" name="bgdd" value="${record.bgdd }">			</td>		</tr>				<tr>			<th>经营范围 : </th>			<td colspan="5" >				<textarea style="width: 95%" class="form-control"  id="jydyadd">${jydystr }</textarea>			</td>		</tr>		<tr>			<th>法定代表人 :  </th>			<td width="30%">				<input type="text" readonly="readonly" class="form-control" id="fddbr" name="fddbr" value="${record.fddbr }">			</td>			<th>联系人 :  </th>			<td width="15%">				<input type="text" class="form-control" id="lxr" name="lxr" value="${record.lxr }">			</td>			<th>电话 :  </th>			<td>				<input type="text" class="form-control" id="lxdh" name="lxdh" value="${record.lxdh }">			</td>		</tr>		<tr>			<th>经营地域 :  </th>			<td colspan="2">			<textarea style="width: 95%" class="form-control"  id="">${jyfwstr }</textarea>					</td>			<th>申请日期 : </th>			<td colspan="2">				<input type="text" class="form-control" id="sqrq" name="sqrq" value="${fn:substring(record.sqrq,0,10)}">			</td>		</tr>		<tr>			<th>提交材料清单 :  </th>			<td colspan="5">			<input type="hidden" id="fjids" name ="fjids"/>			<input type="hidden" id="fjids" name ="fjids" value=""/>			<div id="fjdiv">			<table id="xkzyxtb" 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>				<td style="width:15%;text-align: center;">操作</td>				</tr>				<c:forEach items="${fjList}" var="fj" varStatus="status">				<input type="hidden" name="accid" type="hidden"/>					<tr>						<td align="center">${status.index+1 }</td>						<td>${fj.sqclmc }</td>						<c:if test="${fj.fjmc !='' }" >						<td>						<span id="span${status.index+1 }"><a class='main_title' href='${app }/accessory/download?id=${fj.fjid }'>${fj.fjmc }</a></span></td>						<td>						<span style="display: none" id ="fspan${status.index+1 }"><a href="#" class="file">上传<input type="file" name="file" id="fjid${status.index+1 }"  onchange="xkzyx.detail.submitFile('${status.index+1 }')"/></a></span>						<span id="dspan${status.index+1 }"><a class="btn btn-default btn-xs" href="#" onclick="xkzyx.detail.delFj('${fj.id}','${status.index+1 }')"><i class="glyphicon glyphicon-trash"></i>删除</a></span>						</td>						</c:if>						<c:if test="${fj.fjmc =='' }" >						<td>						<span id ="span${status.index+1}"></span>						</td>						<td>						<span id ="fspan${status.index+1 }"><a href="#" class="file">上传<input type="file" name="file" id="fjid${status.index+1 }"  onchange="xkzyx.detail.submitFile('${status.index+1 }')"/></a></span>						<span id ="dspan${status.index+1 }"></span>						</td>						</c:if>					</tr>				</c:forEach>				<c:forEach items="${qtfj}" var="qtfj" varStatus="status">			     	<tr>			     	<td align="center">${status.index+fjsize+1 }</td>			     	<td>${qtfj.qtfjmc }</td>			     	<td>						<a class='main_title' href='${app }/accessory/download?id=${qtfj.qtfjid }'>${qtfj.qtfjmc }</a>					</td>					<td>					    <a class="btn btn-default btn-xs" href="#" onclick="xkzyx.detail.delqtfj(${qtfj.qtfjid })">						<i class="glyphicon glyphicon-trash"></i>删除</a>					</td>				    </tr>				</c:forEach>				<tbody id="qtfjtb"></tbody>			</table>			</div>			</td>		</tr>		<tr>			<th>备注: </th>			<td colspan="5">			<textarea class="form-control" rows="2"  cols="3" style="width: 80%" id="bz" name="bz" >${record.bz }</textarea>			</td>		</tr>		<tr>			<th>申请意见: </th>			<td colspan="5"><textarea class="form-control" style="width: 80%" name ="sqyj" id="sqyj">${record.sqyj }</textarea></td>		</tr>		<tr>			<th>申请人: </th>			<td colspan="2"><input class="form-control" type="text" readonly="readonly"  value="${record.sqr }"></td>			<th>申请时间: </th>			<td colspan="2"><input class="form-control" type="text" readonly="readonly"  value="${fn:substring(record.sqrq,0,10)}"></td>		</tr>	</table>			<div  id="buttons">	<a href="#" class="file"><input type="file" name="filename" onchange="xkzyx.detail.submitQtFile()"/>其他附件</a>		<a class="btn btn-default btn-sm" href="#" onclick="xkzyx.detail.save()">  <i class="glyphicon glyphicon-floppy-disk"></i>            保存</a> <c:if test="${flag == '' || flag == null}">        <a class="btn btn-default btn-sm" href="#" onclick="xkzyx.detail.submit()">							   <i class="glyphicon glyphicon-floppy-disk"></i> 							            提交</a>	</c:if><c:if test="${flag=='th'}"><a class="btn btn-default btn-sm" href="#"  onclick="xkzyx.detail.submitAudit()">							   <i class="glyphicon glyphicon-ok-sign"></i> 							            提交</a></c:if>            <a class="btn btn-default btn-sm" href="#"  onclick="xkzyx.detail.back()">  <i class="glyphicon glyphicon-arrow-left"></i>            返回</a>  			</div></form></div>					</div>	</div></body></html>
 |