|
@@ -0,0 +1,211 @@
|
|
|
+<%@ 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/gkjygl/gklhxkgl/gkjylhyx/lhyxdetail.js"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+ $(document).ready(function () {
|
|
|
+ iFrameHeightIframe('gkjyr');//自适应高度
|
|
|
+ lhyx.detail.init();
|
|
|
+ });
|
|
|
+
|
|
|
+ function jyrSel(jyrid) {
|
|
|
+ guanbipop();
|
|
|
+ $.ajax({
|
|
|
+ async : true,
|
|
|
+ url : $.app + "/xkzxx/findByjyrid",
|
|
|
+ type : "post",
|
|
|
+ dataType : "json",
|
|
|
+ data:{
|
|
|
+ jyrid:jyrid
|
|
|
+ },
|
|
|
+ success : function(data) {// ajax返回的数据
|
|
|
+ if (data.success) {
|
|
|
+ $.post($.app + "/xkzbg/findById", {
|
|
|
+ id : jyrid,
|
|
|
+ flag:1
|
|
|
+ }, function(data) {
|
|
|
+ //返回的是经营人实体,你可以在回掉中,进行任何其他字段的默认填写
|
|
|
+ $('#jyrid').val(data.id);
|
|
|
+ $('#xzjyr').val(data.gkjyr);
|
|
|
+ $('#xkzbh').val(data.gkjyxkzh);
|
|
|
+ $('#ybgdz').val(data.bgdz);
|
|
|
+ $('#yfddbr').val(data.fddbr);
|
|
|
+ $('#lxdh').val(data.lxdh);
|
|
|
+ $('#cz').val(data.cz);
|
|
|
+
|
|
|
+ }, "json");
|
|
|
+ } else {
|
|
|
+ $.alert({
|
|
|
+ title : '提示',
|
|
|
+ content : data.message,
|
|
|
+ confirm : function() {
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+
|
|
|
+</head>
|
|
|
+
|
|
|
+<body style="height: 400px">
|
|
|
+<jsp:include page="../../../jyrselect.jsp"></jsp:include>
|
|
|
+<br/>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="box" >
|
|
|
+ <div class="box-content" >
|
|
|
+ <div class="apply_fill">
|
|
|
+ <form id="addform" method="post" enctype="multipart/form-data">
|
|
|
+ <input type="hidden" id="id" name="id" value="" >
|
|
|
+ <input type="hidden" id="flag" name="flag" value="">
|
|
|
+ <table class="apply3" cellpadding="0" cellspacing="0">
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>港口经营人名称: </th>
|
|
|
+ <td colspan="3" style="position:relative;">
|
|
|
+ <input type="text" readonly="readonly" style="width:85%" class="form-control" id="xzjyr" name="jyrmc" value = "${gkjyr.gkjyr}" >
|
|
|
+ <c:if test="${gkjyr.id == null }">
|
|
|
+ <a class="btn btn-primary btn-sm" href="#" onclick="jyrselpop('jyrSel')" style="position:absolute;right:5px;top:4px;"> <i class="glyphicon"></i>选择经营人</a>
|
|
|
+ </c:if>
|
|
|
+ <input type="hidden" class="form-control" style="width:85%" name="jyrid" id="jyrid" value="${gkjyr.id }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>注册地址: </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <input type="text" class="form-control" readonly="readonly" style="width:85%" id="zcdz" name="zcdz" value="${gkjyr.bgdz }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>法定代表人: </th>
|
|
|
+ <td >
|
|
|
+ <input type="text" class="form-control" readonly="readonly" id="fddbr" name="fddbr" value="${gkjyr.fddbr }">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>工商营业执照编号: </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <input type="text" class="form-control" readonly="readonly" style="width:61%"" id="gsyyzzbh" name="gsyyzzbh" value="${gkjyr.gsyyzzbh }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>联系人: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" id="lxr" name="lxr" value="">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>注册资本: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" style="width:61%" id="zczb" name="zczb" value="${gkjyr.zczb }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="needwrite">*</span>联系电话: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" id="lxdh" name="lxdh" value="${gkjyr.lxdh }">
|
|
|
+ </td>
|
|
|
+ <th><span class="needwrite">*</span>经营地域: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" style="width:61%" id="jydy" name="jydy" value="${gkjyr.jyqy }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>原港口经营许可证编号: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" id="xkzbh" name="xkzbh" value="${gkjyr.gkjyxkzh }">
|
|
|
+ </td>
|
|
|
+ <th>有效日期: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" readonly="readonly" style="width:61%" id="yxrq" name="yxrq" value="${yxrq }">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>员工总数: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" id="ygzs" name="ygzs" value="">
|
|
|
+ </td>
|
|
|
+ <th>理货员数: </th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" value="">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th rowspan="4" >业务情况: </th>
|
|
|
+ <td>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ <td align="center">${twoyear }年<input type="hidden" name="oneyear" value="${twoyear }"></td>
|
|
|
+ <td align="center">${oneyear }年<input type="hidden" name="twoyear" value="${oneyear }"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="right">营业收入(万元): </td>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" id="yysr" name="yysr" value="">
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" style="width:61%" id="yysrr" name="yysrr" value="">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="right">理货量(万吨): </td>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" id="lhl" name="lhl" value="">
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" style="width:61%" id="lhll" name="lhll" value="">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="right">理箱量(万TEU): </td>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" id="lxl" name="lxl" value="">
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="form-control" style="width:61%" id="lxll" name="lxll" value="">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th>提交材料清单: </th>
|
|
|
+ <td colspan="3">
|
|
|
+ <a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="lhyx.detail.submitFile()"/></a>
|
|
|
+ <table id="tableId" style="width: 100%">
|
|
|
+ <tr>
|
|
|
+ <!-- <td style="width:5%;text-align: center;">序号</td> -->
|
|
|
+ <td style="width:40%;text-align: center;">上传附件名称</td>
|
|
|
+ <td style="width:15%;text-align: center;">操作</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+</form>
|
|
|
+ <div id="buttons">
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.save()">
|
|
|
+ <i class="glyphicon glyphicon-floppy-disk"></i>
|
|
|
+ 保存</a>
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.submit()">
|
|
|
+ <i class="glyphicon glyphicon-floppy-disk"></i>
|
|
|
+ 提交</a>
|
|
|
+ <a class="btn btn-default btn-sm" href="#" onclick="lhyx.detail.back()">
|
|
|
+ <i class="glyphicon glyphicon-arrow-left"></i>
|
|
|
+ 返回</a>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|