| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 | <%@ 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/gkjcxx/gk/gkdetail.js"></script>	<script type="text/javascript">		$(document).ready(function () {			gk.detail.szdData='${sz}';			gk.detail.init();			$('#selectpicker3').selectpicker({				width:'80%'			});			$('#selectpicker1').selectpicker({				width:'80%'			});		});		function showglbm(){			initGlbmSelect('selGlbm','',$('.szdselectpicker').val(),"",'80%');		}	</script></head><body>	<div class="box" >		<div class="box-content" >			<div class="apply_fill"> <form  id="addform" method="post"> 								<table class="apply" cellpadding="0" cellspacing="0">						<tr>							<th><span class="needwrite">*</span>所在地: </th>							<td >								<div id="selSzd"></div>							</td>							<th><span class="needwrite">*</span>所属港口管理部门: </th>							<td >								<div id="selGlbm"></div>							</td>						</tr>						<tr>							<th style="width:20%"><span class="needwrite">*</span>港口名称: </th>							<td >								<input type="text" class="form-control" name="gkmc" id="gkmc" maxlength="100">							</td>							<th >港口代码: </th>							<td >								<input type="text" class="form-control" name="gkdm" maxlength="40">							</td>						</tr>						<tr>							<th>港口所在地海区: </th>							<td >								<input type="text" class="form-control" name="gkszhq" maxlength="40">							</td>							<th>所在海湾: </th>							<td >								<input type="text" class="form-control" name="gkszgw" maxlength="40">							</td>						</tr>						<tr>							<th>河流名称: </th>							<td >								<input type="text" class="form-control" name="hlmc" maxlength="40">							</td>							<!-- <th>石油化工码头企业: </th>							<td >								<input type="text" class="form-control" name="syhg" maxlength="1000">							</td> -->							<th>自然岸线长度(米): </th>							<td >								<input type="text" class="form-control" name="zraxcd" maxlength="10">							</td>						</tr>						<tr>							<th>海关名称: </th>							<td >								<input type="text" class="form-control" name="hgmc" maxlength="40">							</td>							<th>港口门户网站: </th>							<td >								<input type="text" class="form-control" name="gkmhwz" maxlength="400">							</td>						</tr>						<tr>							<th>总体规划是否批复: </th>							<td >								<select class='selectpicker' name='ghsfpfid'  id="selectpicker3">									<option></option>									<c:forEach items="${listSF}" var="gk">									<option value="${gk.id}" >${gk.text}</option>									</c:forEach>								</select>							</td>							<th>1996年后港口    <br>是否经过合并: </th>							<td >								<select class='selectpicker' name='sfhbid'  id="selectpicker1">									<option></option>									<c:forEach items="${listSF}" var="gk">									<option value="${gk.id}">${gk.text}</option>									</c:forEach>								</select>							</td>						</tr>						<tr>							<th>被合并港口原名称: </th>							<td >								<input type="text" class="form-control" name="bhbgkmc" maxlength="400">							</td>							<th>行政区划:</th>							<td><input type="text" class="form-control" name="xzqh" maxlength="40"></td>						</tr>						<tr>							<th>港口安全概况描述: </th>							<td colspan="4">								<textarea   class="form-control" id="aqgk" name="aqgk"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1500)"></textarea>							</td>						</tr>						<tr>							<th>石油化工码头企业描述: </th>							<td colspan="3">								<!-- <input type="text" class="form-control" name="syhg" maxlength="1000"> -->								<textarea class="form-control" id="syhg" name="syhg"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)"></textarea>							</td>						</tr>						<tr>							<th>危险货物储罐描述: </th>							<td colspan="3">								<textarea   class="form-control" id="whcg" name="whcg"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)"></textarea>							</td>						</tr>						<tr>							<th>危险货物品种描述: </th>							<td colspan="3">								<textarea   class="form-control" id="whpz" name="whpz"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)"></textarea>															</td>						</tr>						<tr>							<th>重大危险源描述: </th>							<td colspan="3">								<textarea   class="form-control" id="zdwxy" name="zdwxy"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)"></textarea>							</td>						</tr>						<tr>							<th>普通货物储罐描述: </th>							<td colspan="3">								<textarea   class="form-control" id="pthwcg" name="pthwcg"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)"></textarea>							</td>						</tr>						<tr>							<th>普通货物品种描述: </th>							<td colspan="3">								<textarea   class="form-control" id="pthwpz" name="pthwpz"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)"></textarea>							</td>							</tr>						<tr>							<th>备注: </th>							<td colspan="3">   							<textarea   class="form-control" id="bz" name="bz"  style="width:93%;height:80px;" onkeyup="limitTextArea(this, 400)"></textarea>							</td>						</tr>					</table></form>					<div  id="buttons">                    	<a class="btn btn-default btn-sm" href="#" onclick="gk.detail.save()">							   <i class="glyphicon glyphicon-floppy-disk"></i> 							            保存</a>							             <a class="btn btn-default btn-sm" href="#"  onclick="gk.detail.back()">							   <i class="glyphicon glyphicon-arrow-left"></i> 							            返回</a>          			</div>			</div>					</div>	</div></body></html>
 |