| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 | <%@ 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">	<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>    <%@ include file="../../../common.jsp"%>	<script type="text/javascript" src="${app }/static/biz/js/gkjygl/gkjyr/xkzxx/xkzxxdetail.js"></script></head><style type="text/css">	 .dvs {	 	display: none;	 	position:absolute;	    width: 90%;	    height: 90%;	 	z-index:100;	 }	 .dvs img{	 	display: block;	    width: 90%;	    height: 90%;	 }	 .dvs span img{	 	display: block;	 	margin-top: 15%;	    margin-left: 30%;	    width: 150px;	    height: 150px;	 }	 #overlay {	    background: #000;	    filter: alpha(opacity=70); /* IE的透明度 */	    opacity: 0.7;  /* 透明度 */	    position: fixed;	    top: 0px;	    left: 0px;	    width: 100%;	    height: 100%;	    z-index: 50; /* 此处的图层要大于页面 */	    display:none;	}	</style>	<script type="text/javascript">		$(document).ready(function () {			xkzxx.detail.path='${path}';			iFrameHeightIframe('${menuid}');//自适应高度		});		function show1(){			//alert(this.value);			$dp.$('yxqz1').value = this.value;			//alert($dp.$('yxqz1').value);		 			}		function show2(){			$dp.$('fzrq1').value = this.value;		}	</script><body><div id="overlay"></div>	<div class="box" >		<div class="box-content" >			<div class="apply_fill">			<form  id="addform" method="post"  enctype="multipart/form-data">			<input type="hidden" id="zmpicid" name="zmpicid" value="${record.zmpicid }"/>			<input type="hidden" id="fmpicid" name="fmpicid" value="${record.fmpicid }"/>			 <input type="hidden" name="id" value="${record.id }">					<table class="apply" cellpadding="0" cellspacing="0">					<tr>						<th><span class="needwrite">*</span>公司名称: </th>						<td colspan="3">                        	<input type="text" class="form-control" id="gkjyr" name="gkjyr" readOnly = "true" value="${record.gkjyr}">                        </td>                        					</tr>					<tr>					<th><span class="needwrite">*</span>法定代表人: </th>						<td colspan="3">							<input type="text" class="form-control" id="fddbr"  name="fddbr" value="${record.fddbr}">						</td>					</tr>					<tr>					<th><span class="needwrite">*</span>办公地址: </th>						<td colspan="3">							<input type="text" class="form-control" id="dz"  value="${record.dz}" name="dz">						</td>					</tr>					<tr >						<th><span class="needwrite">*</span>经营地域: </th>						<td colspan="3">							<input type="text" class="form-control" id="cq" name="cq" value="${record.cq}">						</td>					</tr>					<tr>						<th><span class="needwrite">*</span>经营范围: </th>						<td colspan="3">							<input type="text" class="form-control" id="zyqyfw" name="zyqyfw" value="${record.zyqyfw}">						</td>					</tr>					<tr>					<th><span class="needwrite">*</span>许可证编号: </th>					<td >						<input type="text" class="form-control" id="gkjyxkzh" name="gkjyxkzh" value="${record.gkjyxkzh}">					</td>					<th><span class="needwrite">*</span>发证机关: </th>					<td >						<input type="text" class="form-control" id="fzjg" name="fzjg" value="${record.fzjg}">					</td>					</tr>					<tr>						<th><span class="needwrite">*</span>有效期至: </th>						<td >							<input class="Wdate" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd',minDate:'#F{$dp.$D(\'fzrq1\')}',onpicked:show1})" name="yxqz"							value="${record.yxqzfmt}">							<input type="hidden" value="${record.yxqz }" id="yxqz1">						</td>						<th><span class="needwrite">*</span>发证日期: </th>						<td>							<input class="Wdate" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd',maxDate:'#F{$dp.$D(\'yxqz1\')}',onpicked:show2})" name="fzrq"							value="${record.fzrqfmt}">							<input type="hidden" value="${record.fzrq }" id="fzrq1">						</td>					</tr>					<tr>						<th><span class="needwrite">*</span>许可证电子扫描件(正面): </th>						<td>						 	<div >							 <a href="#" id="fzzm" style="display: none" class="file"><input type="file" name="zmpic" id="zmpic"   onchange="xkzxx.detail.saveFile1()">上传扫描件正面</a>							 </div>							 <div id="fjxq1">						      	                <span id='fzmc1'><a class='main_title' href='${app }/accessory/download?id=${record.zmpicid}'>${record.zmpicname }</a></span>	                <a class="main_title" onclick="xkzxx.detail.delFj('${record.zmpicid}','1')" class='btn btn-default btn-xs'><i class='glyphicon glyphicon-trash'></i>删除</a>	                 </div>									            </td>						<th>许可证电子扫描件(反面): </th>						<td >						 <c:if test="${record.fmpicid !='' }">							<div>							 <a href="#" id="fzfm"  style="display: none"  class="file"><input type="file" name="fmpic" id="fmpic"   onchange="xkzxx.detail.saveFile2()">上传扫描件反面</a>							 </div>							  <div id="fjxq2">							    <span id='fzmc2'><a class='main_title' href='${app }/accessory/download?id=${record.fmpicid}'>${record.fmpicname }</a></span>	                			<a class="main_title" onclick="xkzxx.detail.delFj('${record.fmpicid}','2')" class='btn btn-default btn-xs'><i class='glyphicon glyphicon-trash'></i>删除</a>						     </div>						   </c:if>						    <c:if test="${record.fmpicid =='' }">						    						    <div>							 <a href="#" id="fzfm"  class="file"><input type="file" name="fmpic" id="fmpic"   onchange="xkzxx.detail.saveFile2()">上传扫描件反面</a>							 </div>							  <div id="fjxq2">							   </div>						     </c:if>						</td>					</tr>				</table>				</form>				<div  id="buttons">				<a class="btn btn-default btn-sm" href="#" onclick="xkzxx.detail.save()">			   		<i class="glyphicon glyphicon-floppy-disk"></i>保存			   	</a>					<a class="btn btn-default btn-sm" href="#"  onclick="xkzxx.detail.back()">						<i class="glyphicon glyphicon-arrow-left"></i>返回					</a>         		</div>			</div>		</div>	</div></body></html>
 |