|
@@ -0,0 +1,220 @@
|
|
|
+<%@ 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/jsjdcbsj/jsjdcbsjdetail.js"></script>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $(document).ready(function () {
|
|
|
+ jsjdcbsj.detail.init();
|
|
|
+ var id = '${jyr.id}';
|
|
|
+ if(!isEmpty(id)){
|
|
|
+ jsjdcbsj.detail.szd ='${jyr.szd.id}';
|
|
|
+ jsjdcbsj.detail.gq ='${jyr.szgq.id}'
|
|
|
+ jsjdcbsj.detail.gk ='${jyr.szgk.id}'
|
|
|
+ }
|
|
|
+ initXmlxSelect('xmlxsel', '${record.xmlx }', '80%');
|
|
|
+ initTzlxSelect('tzlxsel', '${record.tzlx }', '80%');
|
|
|
+ initXmhzjbSelect('xmhzjbsel', '${record.xmhzjb }', '80%');
|
|
|
+ initAxspjbSelect('axspjbsel', '${record.axspjb }', '80%');
|
|
|
+ initszdSelect('szdsel', jsjdcbsj.detail.szd, 'showgk', '80%');
|
|
|
+ initgkSelect('gksel',jsjdcbsj.detail.gk,jsjdcbsj.detail.szd,'showgq','80%');
|
|
|
+ initgqSelect('gqsel',jsjdcbsj.detail.gq,jsjdcbsj.detail.szd,jsjdcbsj.detail.gk,null,'80%');
|
|
|
+ jsjdcbsj.detail.initBwyt('bwytsel', '${record.bwyt }');
|
|
|
+ jsjdcbsj.detail.initZyhbwfl('zyhbwflsel', '${record.zyhbwfl }','${record.bwyt }');
|
|
|
+ });
|
|
|
+ function jyrSel(jyrid){
|
|
|
+ guanbipop();
|
|
|
+ $.post($.app + "/gkjyr/findById", {
|
|
|
+ id:jyrid
|
|
|
+ }, function(data) {
|
|
|
+ //返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
|
|
|
+ $('#jyrid').val(data.id);
|
|
|
+ $('#jyrmc').val(data.gkjyr);
|
|
|
+ $('#xmfr').val(data.fddbr);
|
|
|
+ jsjdcbsj.detail.szd =data.szd.id;
|
|
|
+ jsjdcbsj.detail.gq =data.szgq.id;
|
|
|
+ jsjdcbsj.detail.gk =data.szgk.id;
|
|
|
+ initgkSelect('gksel',jsjdcbsj.detail.gk,$('.szdselectpicker').val(),'showgq','80%');
|
|
|
+ initgqSelect('gqsel',jsjdcbsj.detail.gq,$('.szdselectpicker').val(),$('.gkselectpicker').val(),$('.gkselectpicker').val(),null,'100%');
|
|
|
+ }, "json");
|
|
|
+ }
|
|
|
+
|
|
|
+ function showgk(){
|
|
|
+ initgkSelect('gksel','${record.szgk }',$('.szdselectpicker').val(),"showgq",'80%');
|
|
|
+ showgq();
|
|
|
+ }
|
|
|
+
|
|
|
+ function showgq(){
|
|
|
+ initgqSelect('gqsel','${record.szgq }',$('.szdselectpicker').val(),$('.gkselectpicker').val(),null,'80%');
|
|
|
+ }
|
|
|
+
|
|
|
+ function guanbipop(){
|
|
|
+ $('.theme-popover-mask').fadeOut(100);
|
|
|
+ $('.theme-popover').slideUp(0);
|
|
|
+ }
|
|
|
+ function ytsel(){
|
|
|
+ jsjdcbsj.detail.initZyhbwfl('zyhbwflsel', '',$('.bwytselectpicker').val()+"");
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+<jsp:include page="../../jyrselect.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" name="id" value="${record.id }">
|
|
|
+ <input type="hidden" name="fjids" id="fjids">
|
|
|
+ <table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>项目名称: </th>
|
|
|
+ <td colspan="4" >
|
|
|
+ <input type="text" style="width: 92.5%;" class="form-control" name="xmmc" value="${record.xmmc }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>所属单位: </th>
|
|
|
+ <td colspan="4" style="position:relative;">
|
|
|
+ <input type="text" style="width: 92.5%;" 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>
|
|
|
+ <span id="szdsel">
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>所在港口: </th>
|
|
|
+ <td >
|
|
|
+ <span id="gksel">
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>所在港区: </th>
|
|
|
+ <td >
|
|
|
+ <span id="gqsel">
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>项目法人: </th>
|
|
|
+ <td >
|
|
|
+ <input type="text" class="form-control" name="xmfr" value="${record.xmfr }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>项目类型: </th>
|
|
|
+ <td >
|
|
|
+ <span id="xmlxsel">
|
|
|
+ </span>
|
|
|
+ </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="jsgm" value="${record.jsgm }">
|
|
|
+ </td>
|
|
|
+ <th>投资类型: </th>
|
|
|
+ <td>
|
|
|
+ <span id="tzlxsel">
|
|
|
+ </span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>总投资(万元): </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" name="ztz" value="${record.ztz }">
|
|
|
+ </td>
|
|
|
+ <th>项目核准级别: </th>
|
|
|
+ <td>
|
|
|
+ <span id="xmhzjbsel">
|
|
|
+ </span>
|
|
|
+ </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>
|
|
|
+ <input type="text" class="form-control" name="bwdj" value="${record.bwdj }">
|
|
|
+ </td>
|
|
|
+ <th>通过能力(万吨): </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <input type="text" class="form-control" name="tgnl" value="${record.tgnl }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th>泊位用途: </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <span id="bwytsel"></span>
|
|
|
+ </td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+
|
|
|
+
|
|
|
+ </table>
|
|
|
+
|
|
|
+
|
|
|
+ <div id="buttons">
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.save()">
|
|
|
+ <i class="glyphicon glyphicon-floppy-disk"></i>
|
|
|
+ 保存</a>
|
|
|
+
|
|
|
+ <c:if test="${flag == '' || flag == null}">
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.submit()">
|
|
|
+ <i class="glyphicon glyphicon-floppy-disk"></i>
|
|
|
+ 提交</a>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${flag=='th'}">
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.submitAudit()">
|
|
|
+ <i class="glyphicon glyphicon-ok-sign"></i>
|
|
|
+ 提交</a>
|
|
|
+ </c:if>
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.audit('N','${record.id}')">
|
|
|
+ <i class="glyphicon glyphicon-ban-circle"></i>
|
|
|
+ 退回</a>
|
|
|
+
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="jsjdcbsj.detail.back()">
|
|
|
+ <i class="glyphicon glyphicon-arrow-left"></i>
|
|
|
+ 返回</a>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|