| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 | <%@ page  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/ggfwxxgl/jdjc/jdjcdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			iFrameHeightIframe('${menuid}');//自适应高度			/* initszdSelect('szdsel', '${record.szd}', 'showgk', '80%');			initgkSelect('gksel', '${record.szgk}','${record.szd}', 'showgq', '80%');			initgqSelect('gqsel','${record.szgq}', '${record.szd}','${record.szgk}','80%'); */		});						</script></head><body>	<div class="box" >		<div class="box-content" >			<div class="apply_fill"> <form  id="addform" method="post" enctype="multipart/form-data"> 	 		<input type="hidden" id="id" name="id" value="${record.id }"> 		<input type="hidden" id="opflag" name="opflag" value="${opflag}"/> 		<input type="hidden" id="fjFlag" name="fjFlag" value="0"/> 		<input type="hidden" id="flag" name="flag" />				<table class="apply" cellpadding="0" cellspacing="0" style="table-layout: fixed;">						<tr>							<th><span class="needwrite">*</span>所在地: </th>							<td >								${record.szdzw }							</td>							<th><span class="needwrite">*</span>所在港口: </th>							<td >								${record.szgkmc } 							</td>						</tr>						<tr>							<th><span class="needwrite">*</span>所在地区: </th>							<td >								${record.szgqmc }							</td>							<th><span class="needwrite">*</span>申请日期: </th>							<td >								${fn:substring(record.sqrq,0,10)}							</td>						</tr>						<tr>	                        <th><span class="needwrite">*</span>督查单位: </th>	                        <td>		                        ${record.dcdw}	                        </td>	                        <th><span class="needwrite">*</span>整改期限: </th>	                        <td>		                        ${fn:substring(record.zgqx,0,10)}	                        </td>	                    </tr>	                    <tr>	                        <th><span class="needwrite">*</span>被督查单位: </th>	                        <td colspan="3" ">		                       ${record.gkjyrmc }																					                        </td>	                    </tr>	                     <tr>	                        <th>参加督查人员: </th>	                        <td colspan="3">		                        ${record.cjdcry }	                        </td>	                    </tr>	                     <tr>	                        <th><span class="needwrite">*</span>被督查单位负责人: </th>	                        <td colspan="3">		                        ${record.bdcdwfzr }	                        </td>	                    </tr>	                     <tr>	                        <th>被督查单位参加人员: </th>	                        <td colspan="3">		                        ${record.bdcdwcjry }	                        </td>	                    </tr>	                      <tr>	                        <th>隐患名称: </th>	                        <td colspan="3">		                        ${record.yhmc }	                        </td>	                    </tr>	                      <tr>	                        <th>整改措施要求: </th>	                        <td colspan="3">		                        ${record.zgcsyq }	                        </td>	                    </tr>	                      <tr>	                        <th>整改说明: </th>	                        <td colspan="3">		                        ${record.zgsm }	                        </td>	                    </tr>	                      <tr>	                        <th>整改附件说明: </th>	                        <td colspan="3">						<table style="width: 100%">							<tr align="center">							<td style="width:40%;text-align: center;">上传附件名称</td>							</tr>							<c:forEach items="${zgfjlist }" var="zgfj" varStatus="status">							<tr align="center">							<td><a class='main_title' href='/jsjy/accessory/download?id=${zgfj.fjid }'>${zgfj.fjmc }</a></td>							</tr>							</c:forEach>						</table>	                        </td>	                    </tr>	                      <!-- <tr>	                        <th>备注: </th>	                        <td colspan="3">		                        <textarea class="form-control" rows="3" cols="3" name="bz"></textarea>	                        </td>	                    </tr> -->	                      <tr>	                        <th>整改后附件说明: </th>	                        <td colspan="3">	                    <c:if test="${flag=='audit' && jyrFlag =='1' }">		                    <a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="jdjc.detail.submitFile()"/></a>								</c:if>							<table  id="tableId" style="width: 100%">							<tr align="center">							<td style="width:40%;text-align: center;">上传附件名称</td>							 <c:if test="${flag=='audit' && jyrFlag =='1' }">							<td style="width:15%;text-align: center;">操作</td>							</c:if>							</tr>							<c:forEach items="${zghfjlist }" var="zghfj" varStatus="status">							<tr align="center">							<td><a class='main_title' href='/jsjy/accessory/download?id=${zghfj.fjid }'>${zghfj.fjmc }</a></td>							 <c:if test="${flag=='audit' && jyrFlag =='1' }">							<td><a class="btn btn-default btn-xs" href="#" onclick="jdjc.detail.delFj('${zghfj.id}',this)">删除</a></td>							</c:if>							</tr>							</c:forEach>						</table>						                        </td>	                    </tr>					</table></form>					<div  id="buttons">                    	<c:if test="${flag=='audit' }">										 <a class="btn btn-default btn-sm" href="#"  onclick="jdjc.detail.audit('Y','${record.id}')">							   <i class="glyphicon glyphicon-ok-sign"></i> 							            同意</a>					</c:if>					<c:if test="${flag=='audit' && jyrFlag !='1' }">						<a class="btn btn-default btn-sm" href="#"  onclick="jdjc.detail.audit('N','${record.id}')">							   <i class="glyphicon glyphicon-ban-circle"></i> 							            退回</a>				          					</c:if>							            							            							             <a class="btn btn-default btn-sm" href="#"  onclick="jdjc.detail.back()">							  <i class="glyphicon glyphicon-arrow-left"></i>  							            返回</a>          			</div>			</div>					</div>	</div>	</body></html>
 |