|
@@ -0,0 +1,328 @@
|
|
|
+
|
|
|
+<%@ 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/jsjdbg/jsjdbgdsdetail.js"></script>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(document).ready(function () {
|
|
|
+ jsjdbgds.detail.init();
|
|
|
+ var id = '${jyr.id}';
|
|
|
+ if(!isEmpty(id)){
|
|
|
+ jsjdbgds.detail.szd ='${jyr.szd.id}';
|
|
|
+ jsjdbgds.detail.gq ='${jyr.szgq.id}';
|
|
|
+ jsjdbgds.detail.gk ='${jyr.szgk.id}';
|
|
|
+ }else{
|
|
|
+ jsjdbgds.detail.szd ='${sz}';
|
|
|
+ jsjdbgds.detail.gk ='${gk}';
|
|
|
+
|
|
|
+ }
|
|
|
+ //水域类型
|
|
|
+ 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%');
|
|
|
+ jsjdbgds.detail.initBwyt('bwytsel', '');
|
|
|
+ jsjdbgds.detail.initZyhbwfl('zyhbwflsel', '','');
|
|
|
+ initszdSelect('szdsel', jsjdbgds.detail.szd, 'showgk', '80%');
|
|
|
+ initgkSelect('gksel',jsjdbgds.detail.gk,jsjdbgds.detail.szd,'showgq','80%');
|
|
|
+ initgqSelect('gqsel',jsjdbgds.detail.gq,jsjdbgds.detail.szd,jsjdbgds.detail.gk,null,'80%');
|
|
|
+ /* $('.close').click(function(){
|
|
|
+ guanbi();
|
|
|
+ }) */
|
|
|
+ });
|
|
|
+
|
|
|
+ function showgk(){
|
|
|
+ initgkSelect('gksel',jsjdbgds.detail.gk,$('.szdselectpicker').val(),"showgq",'80%');
|
|
|
+ showgq();
|
|
|
+ }
|
|
|
+
|
|
|
+ function showgq(){
|
|
|
+ initgqSelect('gqsel',jsjdbgds.detail.gq,$('.szdselectpicker').val(),$('.gkselectpicker').val(),null,'80%');
|
|
|
+ }
|
|
|
+
|
|
|
+ function jyrSel(jyrid){
|
|
|
+ guanbipop();
|
|
|
+ $.post($.app + "/gkjyr/findById", {
|
|
|
+ id:jyrid
|
|
|
+ }, function(data) {
|
|
|
+ //返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
|
|
|
+ $('#jyrid').val(data.id);
|
|
|
+ $('#jyrmc').val(data.gkjyr);
|
|
|
+ $('#xmfr').val(data.fddbr);
|
|
|
+ jsjdbgds.detail.szd =data.szd.id;
|
|
|
+ jsjdbgds.detail.gq =data.szgq.id;
|
|
|
+ jsjdbgds.detail.gk =data.szgk.id;
|
|
|
+ initszdSelect('szdsel', jsjdbgds.detail.szd, 'showgk', '80%');
|
|
|
+ initgkSelect('gksel',jsjdbgds.detail.gk,jsjdbgds.detail.szd,'showgq','80%');
|
|
|
+ initgqSelect('gqsel',jsjdbgds.detail.gq,jsjdbgds.detail.szd,jsjdbgds.detail.gk,null,'80%');
|
|
|
+ }, "json");
|
|
|
+ }
|
|
|
+
|
|
|
+ function ytsel(){
|
|
|
+ jsjdbgds.detail.initZyhbwfl('zyhbwflsel', '',$('.bwytselectpicker').val()+"");
|
|
|
+ }
|
|
|
+ function guanbitc(){
|
|
|
+ $('.theme-popover-mask-tc').fadeOut(100);
|
|
|
+ $('.theme-popover-tc').slideUp(0);
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+<jsp:include page="../../jyrselect.jsp"></jsp:include>
|
|
|
+<jsp:include page="../../showbwview.jsp"></jsp:include>
|
|
|
+ <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="fjids" id="fjids">
|
|
|
+ <input type="hidden" class="form-control" name="xmid" id="xmid" value="${record.id }">
|
|
|
+ <table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>项目编码: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" readonly="readonly" class="form-control" name="xmbm" value="${record.xmbm }">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>项目名称: </th>
|
|
|
+ <td style="position:relative;">
|
|
|
+ <input type="text" class="form-control" name="xmmc" value="${record.xmmc }">
|
|
|
+ <a class="btn btn-primary btn-sm" style="position:absolute;right:4px;top:4px;" href="#" onclick="jsjdbgds.detail.xmxxxz()">选择</a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>项目概况: </th>
|
|
|
+ <td colspan="3" >
|
|
|
+ <input type="text" class="form-control" name="xmgk" value="${record.xmgk }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>建设规模: </th>
|
|
|
+ <td colspan="3" >
|
|
|
+ <input type="text" 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" id="xmfr" value="${record.xmfr }">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>建设单位: </th>
|
|
|
+ <td style="position:relative;">
|
|
|
+ <input type="text" readonly="readonly" class="form-control" id ="jyrmc" value ="${jyr.gkjyr }">
|
|
|
+ <input type="hidden" class="form-control" name="ssjyrid" id ="jyrid" value ="${jyr.id }">
|
|
|
+ <c:if test="${jyr.id == null }">
|
|
|
+ <a class="btn btn-primary btn-sm" href="#"
|
|
|
+ onclick="jyrselpop('jyrSel')"
|
|
|
+ style="position:absolute;right:4px;top:4px;"> <i class="glyphicon"></i>选择
|
|
|
+ </a>
|
|
|
+ </c:if>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>行政区划: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" readonly="readonly" class="form-control" value="${xzqhname}">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>所在地: </th>
|
|
|
+ <td>
|
|
|
+ <div id="szdsel"></div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+
|
|
|
+ <th><span class="needwrite">*</span>所在港口: </th>
|
|
|
+ <td >
|
|
|
+ <div id="gksel"></div>
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>所在港区: </th>
|
|
|
+ <td >
|
|
|
+ <div id="gqsel"></div>
|
|
|
+ </td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>项目类型: </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" name="ztz" value="${record.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" readonly="readonly" class="form-control" value="${bwgs}">
|
|
|
+ </td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>项目核准级别: </th>
|
|
|
+ <td>
|
|
|
+ <div id="xmhzjbsel"></div>
|
|
|
+ </td>
|
|
|
+ <th>通过能力(万吨): </th>
|
|
|
+ <td >
|
|
|
+ <input type="text" class="form-control" name="tgnl" value="${record.tgnl }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>岸线审批级别: </th>
|
|
|
+ <td >
|
|
|
+ <div id="axspjbsel"></div>
|
|
|
+ </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 href="#" onclick="jsjdbgds.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>
|
|
|
+ <div id="buttons">
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdbgds.detail.save()">
|
|
|
+ <i class="glyphicon glyphicon-floppy-disk"></i>
|
|
|
+ 保存</a>
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdbgds.detail.submit()">
|
|
|
+ <i class="glyphicon glyphicon-share"></i>
|
|
|
+ 提交</a>
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdbgds.detail.back()">
|
|
|
+ <i class="glyphicon glyphicon-arrow-left"></i>
|
|
|
+ 返回</a>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+</div>
|
|
|
+
|
|
|
+<div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;height: 400px;">
|
|
|
+<div class="theme-poptit-tc">
|
|
|
+ <div class="close-tc">
|
|
|
+ <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="jsjdbgds.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>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|