123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- <%@ 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.glbmData='${record.ssgkglbm}';
- gk.detail.szdData='${record.szd}';
- gk.detail.init();
- $('.selectpicker').selectpicker({
- width:'80%'
- });
- iFrameHeightIframe('${menuid}');//自适应高度
- });
- 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">
- <input type="hidden" name="id" value="${record.id }">
- <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><span class="needwrite">*</span>港口名称: </th>
- <td >
- <input type="text" class="form-control" name="gkmc" value="${record.gkmc }" id="gkmc" maxlength="100">
- </td>
- <th >港口代码: </th>
- <td >
- <input type="text" class="form-control" name="gkdm" value="${record.gkdm }" maxlength="40">
- </td>
- </tr>
- <tr>
- <th>港口所在地海区: </th>
- <td >
- <input type="text" class="form-control" name="gkszhq" value="${record.gkszhq}" maxlength="40">
- </td>
- <th>所在海湾: </th>
- <td >
- <input type="text" class="form-control" name="gkszgw" value="${record.gkszgw }" maxlength="40">
- </td>
- </tr>
- <tr>
- <th>河流名称: </th>
- <td >
- <input type="text" class="form-control" name="hlmc" value="${record.hlmc}" maxlength="40">
- </td>
- <%-- <th>石油化工码头企业: </th>
- <td >
- <input type="text" class="form-control" name="syhg" value="${record.syhg }" maxlength="1000">
- </td> --%>
- <th>自然岸线长度(米): </th>
- <td >
- <input type="text" class="form-control" name="zraxcd" onkeyup="num(this)" value="${record.zraxcd }" maxlength="10">
- </td>
- </tr>
- <tr>
-
- <th>海关名称: </th>
- <td >
- <input type="text" class="form-control" name="hgmc" value="${record.hgmc }" maxlength="40">
- </td>
- <th>港口门户网站: </th>
- <td >
- <input type="text" class="form-control" name="gkmhwz" value="${record.gkmhwz}" maxlength="400">
- </td>
- </tr>
- <tr>
- <th>总体规划是否批复: </th>
- <td >
- <select class='selectpicker' name='ghsfpfid' >
- <c:forEach items="${listSF}" var="code">
- <option value="${code.id}" <c:if test="${code.id eq record.ghpfwh}">selected="selected"</c:if>>${code.text}</option>
- </c:forEach>
- </select>
- </td>
- <th>1996年后港口 <br>是否经过合并: </th>
- <td >
- <select class='selectpicker' name='sfhbid' >
- <c:forEach items="${listSF}" var="code">
- <option value="${code.id}" <c:if test="${code.id eq record.sfhb}">selected="selected"</c:if>>${code.text}</option>
- </c:forEach>
- </select>
- </td>
- </tr>
- <tr>
- <th>被合并港口原名称: </th>
- <td >
- <input type="text" class="form-control" name="bhbgkmc" value="${record.bhbgkmc }" maxlength="400">
- </td>
- <th>行政区划:</th>
- <td><input type="text" class="form-control" name="xzqh" value="${record.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)">${record.aqgk}</textarea>
- </td>
- </tr>
- <tr>
- <th>石油化工码头企业描述: </th>
- <td colspan="3">
- <textarea class="form-control" id="syhg" name="syhg" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)">${record.syhg }</textarea>
- </td>
- </tr>
- <tr>
- <th>普通货物品种描述: </th>
- <td colspan="4">
- <textarea class="form-control" id="pthwpz" name="pthwpz" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)">${record.pthwpz}</textarea>
- </td>
- </tr>
- <tr>
- <th>危险货物储罐描述: </th>
- <td colspan="4">
- <textarea class="form-control" id="whcg" name="whcg" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)">${record.whcg}</textarea>
- </td>
- </tr>
- <tr>
- <th>危险货物品种描述: </th>
- <td colspan="4">
- <textarea class="form-control" id="whpz" name="whpz" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)">${record.whpz}</textarea>
- </td>
- </tr>
- <tr>
- <th>普通货物储罐描述: </th>
- <td colspan="4">
- <textarea class="form-control" id="pthwcg" name="pthwcg" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)">${record.pthwcg}</textarea>
- </td>
- </tr>
- <tr>
- <th>重大危险源描述: </th>
- <td colspan="4">
- <textarea class="form-control" id="zdwxy" name="zdwxy" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 1000)">${record.zdwxy}</textarea>
- </td>
- </tr>
- <tr>
- <th>备注: </th>
- <td colspan="4">
- <textarea class="form-control" id="bz" name="bz" style="width:93%;height:80px;" onkeyup="limitTextArea(this, 400)">${record.bz}</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>
|