| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 | <%@ 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}');//自适应高度		});			</script><body><form  id="addform" method="post" enctype="multipart/form-data"><div id="overlay"></div>	<div class="box" >		<div class="box-content" >			<div class="apply_fill">			<input type="hidden" id="zmpicid" name="zmpicid"/>			<input type="hidden" id="fmpicid" name="fmpicid"/>			<input type="hidden" class="form-control"  id="flag">				<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="${gsmc }">                        </td>                        					</tr>					<tr>					<th><span class="needwrite">*</span>法定代表人: </th>						<td colspan="3">							<input type="text" class="form-control" id="fddbr"  name="fddbr" value="${fddbr }">						</td>					</tr>					<tr>					<th><span class="needwrite">*</span>办公地址: </th>						<td colspan="3">							<input type="text" class="form-control" id="dz"  value="${bgdz}" name="dz">						</td>					</tr>					<tr >						<th><span class="needwrite">*</span>经营地域: </th>						<td colspan="3">							<input type="text" class="form-control" id="cq" name="cq">						</td>					</tr>					<tr>						<th><span class="needwrite">*</span>经营范围: </th>						<td colspan="3">							<input type="text" class="form-control" id="zyqyfw" name="zyqyfw">						</td>					</tr>					<tr>					<th><span class="needwrite">*</span>许可证编号: </th>					<td >						<input type="text" class="form-control" id="gkjyxkzh" name="gkjyxkzh">					</td>					<th><span class="needwrite">*</span>发证机关: </th>					<td >						<input type="text" class="form-control" id="fzjg" name="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'})" name="yxqq">						</td>						<th><span class="needwrite">*</span>有效期至: </th>						<td >							<input class="Wdate" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})" name="yxqz">						</td>				<tr>						<th><span class="needwrite">*</span>发证日期: </th>						<td>							<input class="Wdate" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})" name="fzrq">						</td>					</tr>														<tr>						<th><span class="needwrite">*</span>许可证电子扫描件(正面): </th>						<td>						 	<div>							 <a href="#" id="fzzm" class="file"><input type="file" name="zmpic" id="zmpic"   onchange="xkzxx.detail.saveFile1()">上传扫描件正面</a>							 </div>							 <div id="fjxq1">						     </div>			            </td>						<th>许可证电子扫描件(反面): </th>						<td >							 <div>							 <a href="#" id="fzfm" class="file"><input type="file" name="fmpic" id="fmpic"   onchange="xkzxx.detail.saveFile2()">上传扫描件反面</a>							 </div>							  <div id="fjxq2">						     </div>						</td>											</tr>				</table>							<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 class="theme-popover" id="theme-popover" style="width: 600px;height: 200px;">	<div class="theme-poptit">	 	<div class="close-tc">	        <a href="#" title="关闭" onclick="xkzxx.detail.fzguanbipop()" >×</a>	  </div>	</div>      <div class="popContent-tc" >	    <table class="apply" cellpadding="0" cellspacing="0">		<tr>			<th>附证正面 :  </th>			<td>			 	<div>				 <a href="#" id="fzzm" class="file"><input type="file" name="zmpic" id="zmpic"   onchange="xkzxx.detail.saveFile1()">选择本地文件</a>				 </div>				 <div id="fjxq1">			     </div>				 			</td>		</tr>		<tr>			<th>附证反面:  </th>			<td>			     <div>				 <a href="#" id="fzfm" class="file"><input type="file" name="fmpic" id="fmpic"   onchange="xkzxx.detail.saveFile2()">选择本地文件</a>				 </div>				  <div id="fjxq2">			     </div>			</td>				</tr>	</table>		<div  id="buttons">  	<a class="btn btn-default btn-sm" href="#" onclick="xkzxx.detail.xinzengfz()">  <i></i>            保存</a>            <a class="btn btn-default btn-sm" href="#"  onclick="xkzxx.detail.fzguanbipop()">  <i></i>            关闭</a>  		</div>		</div>			</div> -->		</div>	</div>	</div></form></body></html>
 |