| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523 | <%@ 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">    <%@ include file="../../common.jsp"%>	<script type="text/javascript" src="${app }/static/biz/js/gkjsgl/jsjdgl/jsjdgldetail.js"></script>	<script type="text/javascript" src="${app }/static/biz/js/gkjsgl/xmxxgl/xmxxgldetail.js"></script>	<script type="text/javascript" src="${app }/static/biz/js/gkjsgl/tzjhgl/tzjhgldetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			jsjdgl.detail.init();			$("#scbt11").hide();			initSylxSelect('sylxsel', '${record.sylx }', '80%');			initXmlxSelect('xmlxsel','${record.xmlx }','80%');			initTzlxSelect('tzlxsel','${record.tzlx}','80%');			initXmhzjbSelect('xmhzjbsel','${record.xmhzjb }','80%');			initAxspjbSelect('axspjbsel','${record.axspjb }','80%');			xmxxgl.detail.initszdSelect('szdsel','${jyr.szd.id }', 'showgk', '80%','disable');			xmxxgl.detail.initgkSelect('gksel','${jyr.szgk.id }','${jyr.szd.id }','showgq','80%','disable');			xmxxgl.detail.initgqSelect('gqsel','${jyr.szgq.id }','${jyr.szd.id }','${jyr.szgk.id }',null,'80%','disable');			xmxxgl.detail.initBwyt('bwytsel', '${record.bwyt }');			xmxxgl.detail.initZyhbwfl('zyhbwflsel', '${record.zyhbwfl }','${record.bwyt }');			$('.close').click(function(){				guanbi();			});			if('${record.tzlx }' == "1903") {				$("#zftzDiv").css("display","table-row");				var ztz = '${record.ztz}';				var zftze = '${record.zftze}';				if(isEmpty(ztz) || isEmpty(zftze)) {					return;				}				if(isFDS(ztz) && isFDS(zftze)) {					var rate = (zftze/ztz)*100;					$("#zftzTd").html(rate.toFixed(2));				}			} else {				$("#zftzDiv").css("display","none");			}		});				function showgk(){			initgkSelect('gksel','${jyr.szgk.id }',$('.szdselectpicker').val(),"showgq",'80%');			showgq();		}		function showgq(){			initgqSelect('gqsel','${jyr.szgq.id }',$('.szdselectpicker').val(),$('.gkselectpicker').val(),null,'80%');		}						function guanbitc(){			$('.theme-popover-mask-tc').fadeOut(100);			$('.theme-popover-tc').slideUp(0);		}		function ytsel(){			xmxxgl.detail.initZyhbwfl('zyhbwflsel', '',$('.bwytselectpicker').val()+"");		}	</script><style type="text/css">#active{text-align:center;}</style></head><jsp:include page="../../showbwview.jsp"></jsp:include><body>	<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"  name="fjzdids" id="fjzdids"> <input type="hidden" class="form-control"  name="accids" id="accids"> <input type="hidden" class="form-control"  name="id" id="id" value="${record.id }">					<table class="apply" cellpadding="0" cellspacing="0" style="table-layout: fixed;">					<tr>							<th>项目编码: </th>							<td >								<input type="text"  class="form-control" name="xmbm" value="${record.xmbm }" readonly>							</td>							<th>项目名称: </th>							<td style="position:relative;">							<input type="text"  class="form-control" id="xmmc" name="xmmc" value="${record.xmmc }" readonly>							<a class="btn btn-primary btn-sm" style="position:absolute;right:4px;top:4px;" href="#" onclick="jsjdgl.detail.xmxxxz()">选择</a>							</td>						</tr>						<tr>													<th>项目概况: </th>							<td colspan="3">								<input type="text" style="width: 92%;" class="form-control" name="xmgk" value="${record.xmgk }">							</td>						</tr>						<tr>						 	<th>建设规模: </th>							<td colspan="3">								<input type="text" style="width: 92%;" class="form-control" name="jsgm" value="${record.jsgm }">							</td>						</tr>						<tr>							<th><span class="needwrite">*</span>项目法人: </th>							<td >								<input type="text" class="form-control" name="xmfr" value="${record.xmfr }">							</td>							<th>建设单位: </th>							<td>								<input type="hidden"  class="form-control" id="ssjyrid" name="ssjyrid" value="${jyr.id}">								<input type="text"  readonly class="form-control" id="jyrmc" value="${jyr.gkjyr }">							</td>						</tr>												<tr>							<th><span class="needwrite">*</span>行政区划: </th>							<td>								<input type="text"  readonly="readonly" class="form-control" value="${xzqhname}">							</td>						    <th>所在地: </th>							<td>								<div id="szdsel"></div>							</td>													</tr>						<tr>							<th>所在港口: </th>							<td>								<div id="gksel"></div>							</td>						    <th>所在港区: </th>							<td >								<div id="gqsel"></div>							</td>													</tr>						<tr>				     		<th>项目类型: </th>							<td >								<div id="xmlxsel"></div>							</td>							<th><span class="needwrite">*</span>建设地址: </th>							<td >								<input type="text" class="form-control" name="jsdd" value="${record.jsdd }">							</td>						</tr>						<tr>						    <th>总投资 (万元): </th>							<td>								<input type="text" class="form-control"  value="${record.ztz }" name="ztz">							</td>							<th>投资类型: </th>							<td>								<div id="tzlxsel"></div>							</td>						</tr>						<tr id="zftzDiv" style="display:none">						    <th>政府投资(万元): </th>							<td >								<input type="text" class="form-control" name="zftze" value="${record.zftze }" onchange="ratesub()">							</td>							<th>政府投资占比: </th>							<td >								<input type="text" class="form-control" readonly="readonly" id="zftzezb">							</td>						</tr>						<tr>						 <th>建成时间: </th>							<td>							<input type="text" class="Wdate" name="jcsj" value="${fn:substring(record.jcsj,0,10)}" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})">							</td>							 <th>泊位个数: </th>							<td>								<input type="text" class="form-control" name="bwgs" value="${bwgs }" readonly="readonly">							</td>						</tr>						<tr>														<th>项目核准级别: </th>							<td>							   <div id="xmhzjbsel"></div>							</td>								<th><span class="needwrite">*</span>通过能力(万吨): </th>							<td>								<input type="text" class="form-control" name="tgnl" value="${record.tgnl }">							</td>											</tr>												<tr>					    	<th>岸线审批级别: </th>							<td>								<span id="axspjbsel">								</span>							</td>							<th>岸线长度 (米): </th>							<td >								<input type="text" class="form-control" name="axcd" value="${record.axcd }">							</td>						</tr>						<tr>							<th>水域类型: </th>							<td >								<div id="sylxsel"></div>							</td>						   						</tr>										</table>						 <table id="bwtableID" class="main_table" cellpadding="0" cellspacing="0">				     <thead>					    <tr>					    	<th width="5%">序号</th>			    			<th width="10%">泊位名称</th>			        		<th width="10%">港口经营人</th>							<th width="10%">码头名称</th>							<th width="10%">所在港口</th>							<th width="10%">所在港区</th>							<th width="15%">泊位用途</th>							<th width="5%">是否<br>危险品泊位</th>							<th width="5%">是否<br>对外开放泊位</th>					    </tr>				    </thead>				      <c:forEach items="${bwlist}" var="bw" varStatus="status">					    <tr >					    	<td >${status.count }</td>							<td ><a onclick="jsjdgl.detail.viewBw('${bw.id}')">${bw.bwmc }</a></td>					        <td >${bw.ssjyrzw }</td>							<td >${bw.ssmtzw }</td>							<td >${bw.szgkzw }</td>							<td >${bw.szgqzw }</td>							<td >${bw.bwytzw }</td>							<td >${bw.wxpbwzw }</td>							<td >${bw.sfdwkfzw }</td>					    </tr>				    </c:forEach>				    </table>				    <br/><ul id="myTab" class="nav nav-tabs">   <li class="active" style="width:12%;font-size:14px">      <a href="#axlysp" data-toggle="tab">        岸线利用审批      </a>   </li><!--   <li style="width:16%;font-size:14px" >      <a href="#xmsphzba" data-toggle="tab">        项目审批、核准、备案      </a>   </li>   <li style="width:12%;font-size:14px">      <a href="#cbsjsp" data-toggle="tab">        初步设计审批      </a>   </li>   <li  style="width:14%;font-size:14px">      <a href="#sgtsjsp" data-toggle="tab">        施工图设计审批      </a>   </li>   <li  style="width:9%;font-size:14px">      <a href="#kgba" data-toggle="tab">        开工备案      </a>   </li>-->   <!-- <li  style="width:9%;font-size:14px">      <a href="#ssgc" data-toggle="tab">        实施过程      </a>   </li> --><!--    <li style="width:9%;font-size:14px">      <a href="#jgys1" data-toggle="tab">        交工验收      </a>   </li>   <li style="width:10%;font-size:14px">      <a href="#syxba" data-toggle="tab">       试运行备案      </a>   </li>   <li style="width:9%;font-size:14px" >      <a href="#jgys2" data-toggle="tab">        竣工验收      </a>   </li> --></ul><div id="myTabContent" class="tab-content">   <div class="tab-pane fade in active" id="axlysp">      <div  style="background-color:#f4f4f4;">				<table id="tb" class="main_table" cellpadding="0" cellspacing="0">					<tr>						<th width="10%">序号</th>							<th width="10%">材料名称</th>						<th width="10%">上传附件名称</th>						<th width="10%">批文单位</th>						<th width="10%">文号</th>						<th width="10%">批文时间</th>						<th width="15%">操作</th>					</tr>				<tr height="40px">				    <td>								1					</td>					<td>								岸线使用批复文件复印件					</td>					<td>					            <input type="hidden" class="form-control" name="delid11" id="delid11">					            <input type="hidden" class="form-control" id="fjzdid11">					            <a class='main_title' href="#" onclick="jsjdgl.detail.download()"><span id="fjmc11"></span></a>					</td>					<td>								<span id="fbdw11"></span>					</td>					<td>								<span id="wjh11"></span>					</td>					<td>								<span id="fbsj11"></span>					</td>					<td>					<a id="tjbt11" class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.tianjiafj('11')">							           添加</a>					<a id="scbt11" class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.delFile('11')">							           删除</a>		           					</td>				</tr>				<tbody id="qtfjtb"></tbody>				</table>				</div></div></div>   					<div  id="buttons">					<a class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.qtfj()">							            其他附件</a>                    	<a class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.save()">							   <i class="glyphicon glyphicon-floppy-disk"></i> 							            保存</a>							            <a class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.submit()">							             <i class="glyphicon glyphicon-share"></i> 							            提交</a>							             <a class="btn btn-default btn-sm" href="#"  onclick="jsjdgl.detail.back()">							   <i class="glyphicon glyphicon-arrow-left"></i> 							            返回</a>							                      			</div><div class="theme-popover" id="qtfjpopover" style="width: 900px;height: 350px;"><div class="theme-poptit"><input type="hidden" class="form-control" id="qtfjid" name="qtfjid"> <input type="hidden" class="form-control" id="qtfjzdids" name="qtfjzdids"> <input type="hidden" class="form-control" id="qtfjids" name="qtfjids">	          <div class="close-tc">	          		<a href="#" title="关闭" onclick="jsjdgl.detail.qtfjguanbipop()" >×</a>	          </div>	     </div>		<div class="popContent-tc" >	<table class="apply" cellpadding="0" cellspacing="0">		<tr>			<th>文号 :  </th>			<td>				 <input type="text" class="form-control" name="qtwjh" id="wjh">			</td>		</tr>		<tr>			<th>批文时间:  </th> 			<td>			<input class="Wdate" name="qtfbsj" id="fbsj" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})">            </td>		</tr>		<tr>			<th>批文单位:  </th>			<td>			<input type="text" class="form-control" name="qtfbdw" id="fbdw">			</td>		</tr>		<tr>		<th>上传附件名称:  </th>		<td>		     <div>			 <a href="#" id="scqtfjbt" class="file"><input type="file" name="qtfilename" id="qtfileid"   onchange="jsjdgl.detail.saveQtfj()">选择本地文件</a>			 </div>			 <div id="qtfjxq">			 </div>			 <span>(上传文件最大50M,只可上传pdf、doc、docx、xls、xlsx格式文件)</span>		</td>				</tr>	</table>		<div  id="buttons">  	<a class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.xinzengqtfj()">  <i></i>            保存</a>            <a class="btn btn-default btn-sm" href="#"  onclick="jsjdgl.detail.qtfjguanbipop()">  <i></i>            关闭</a>  		</div>		</div>	</div>	<div class="theme-popover-mask" id="qtfjmask"></div>				<div class="theme-popover" id="theme-popover" style="width: 900px;height: 350px;"><div class="theme-poptit"><input type="hidden" class="form-control"  id="flag">	          <div class="close-tc">	          		<a href="#" title="关闭" onclick="jsjdgl.detail.guanbipop()" >×</a>	          </div>	     </div>		<div class="popContent-tc" >	<table class="apply" cellpadding="0" cellspacing="0">		<tr>			<th>文号: </th>			<td>				 <input type="text" class="form-control" name="wjh" id="wjh1">			</td>		</tr>		<tr>			<th>批文时间: </th> 			<td>			<input class="Wdate" name="fbsj" id="fbsj1" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM-dd'})">            </td>		</tr>		<tr>			<th>批文单位: </th>			<td>			<input type="text" class="form-control" name="fbdw" id="fbdw1">			</td>		</tr>		<tr>		<th>上传附件名称:  </th>		<td>		    <div>			<a href="#" class="file" id="scfjbt"><input type="file" name="filename" id="fileid"   onchange="jsjdgl.detail.saveFile()">选择本地文件</a>			</div>			 <div id="fjxq">			 </div>			 <span>(上传文件最大50M,只可上传pdf、doc、docx、xls、xlsx格式文件)</span>		</td>		</tr>	</table>		<div  id="buttons">  	<a class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.xinzengfj()">  <i></i>            保存</a>            <a class="btn btn-default btn-sm" href="#"  onclick="jsjdgl.detail.guanbipop()">  <i></i>            关闭</a>  		</div>		</div>	</div>	<div class="theme-popover-mask" id="theme-popover-mask"></div>			<div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;"><div class="theme-poptit">			<div class="popTitle-tc">	          	<h4>选择</h4>	          </div>	          <div class="close">	          		<a href="#" title="关闭" onclick="guanbitc()" >×</a>	          </div>	     </div>		<div class="popContent-tc" >	<div  style="background-color:#f4f4f4;">	<table class="search_table" cellpadding="0" cellspacing="0">					<tr>						<th width="10%"></th>						<th width="25%"></th>							<th width="10%"></th>						<th width="25%"></th>						<th width="10%"></th>						<th width="20%"></th>					</tr>					<tr>						<td class="right">项目名称:</td>						<td class="right"><input type="text" class="form-control"  id="xmcx" name="xmcx"  value="${xmcx }"></td>						<td></td>						<td></td>						<td></td>						<td align="center"> <a class="btn btn-default btn-sm" href="#" onclick="jsjdgl.detail.xmxxxz()">							   <i class="glyphicon glyphicon-search"></i> 							            查询</a>						</td>						</tr>				</table>				<table  class="main_table" cellpadding="0" cellspacing="0">                     <tr>						<th width="10%">序号</th>							<th width="10%">项目名称</th>						<th width="10%">港口</th>						<th width="10%">港区</th>						<th width="10%">项目法人</th>						<th width="10%">建设地址</th>						<th width="15%">项目类型</th>						<th width="15%">操作</th>					</tr>					<tbody id="xmxxtb"></tbody>				</table>				<!-- 分页处 -->			    <jsp:include page="../../pageinfoforjyr.jsp"></jsp:include>			</div>		<div id="buttons">            <a class="btn btn-default btn-sm" href="#"  onclick="guanbitc()">           关闭</a>  		</div>		</div>	</div>	<div class="theme-popover-mask-tc" id="theme-popover-mask-tc"></div>	</form>				</div>		</div></div></body></html>
 |