123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <%@ 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/gkjylhbg/lhbgmain.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- iFrameHeightIframe('${menuid}');//自适应高度
- lhbg.main.szd = "${user.szd.id}";
- if(!isEmpty(lhbg.main.szd)){
- $("#szdid").attr("disabled", "disabled");
- }
- var jyr = "${jyr}";
- if(!isEmpty(jyr)){
- lhbg.main.szgk ="${jyr.szgk.id}";
- lhbg.main.szgq ="${jyr.szgq.id}"
- }
-
- lhbg.main.init();
-
- });
- </script>
- </head>
- <body>
- <jsp:include page="../../../showHistory.jsp"></jsp:include>
- <div class="box" >
- <div class="box-content" >
- <form action="${app }/lhbg/main" id="lhbgform" method="post">
- <div >
- <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>
- </tr>
- <tr>
- <td class="right">所在地: </td>
- <td><span id="szdsel"></span></td>
- <td class="right">所在港口: </td>
- <td><span id="gksel"></span></td>
- <td class="right">所在港区: </td>
- <td><span id="gqsel"></span></td>
- </tr>
- <tr>
- <td class="right">
- 港口经营人:
- </td>
- <td>
- <input type="text" class="form-control" name="gkjyr" value="${gkjyr }">
- </td>
- <td class="right">
- <!-- 法定代表人: -->
- </td>
- <td >
- <%-- <input type="text" class="form-control" name="fddbr" value="${fddbr }"> --%>
- </td>
- <td class="right">
- <!-- 办公地点: -->
- </td>
- <td >
- <%-- <input type="text" class="form-control" name="bgdd" value="${bgdd }"> --%>
- </td>
- </tr>
- <tr>
- <td class="right" colspan="6">
- <a class="btn btn-default btn-sm" href="#" onclick="lhbg.main.search()">
- <i class="glyphicon glyphicon-search"></i>
- 查询</a>
-
- <a class="btn btn-default btn-sm" href="#" onclick="lhbg.main.add()">
- <i class="glyphicon glyphicon-plus"></i>
- 新增</a>
- </td>
-
- </tr>
- </table>
- </div>
- <!-- 列表 -->
- <div style="background-color:#f4f4f4;">
- <table class="main_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="5%">序号</th>
- <th width="25%">港口经营人</th>
- <th width="20%">办公地点</th>
- <th width="10%">法定代表</th>
- <th width="1%" class="operatetd">操作</th>
- <th width="1%" class="operatetd">审核</th>
- </tr>
- <c:forEach items="${list}" var="lhbg" varStatus="status">
- <tr class="tr_bg">
- <td>${status.index+1 }</td>
- <td>${lhbg.jyrmc }</td>
- <td>
- <c:if test="${lhbg.xbgdz =='' || lhbg.xbgdz == null }">${lhbg.ybgdz }</c:if>
- <c:if test="${lhbg.xbgdz !='' || lhbg.xbgdz != null }">${lhbg.xbgdz }</c:if>
- </td>
- <td>
- <c:if test="${lhbg.xfddbr == '' || lhbg.xfddbr == null}">${lhbg.yfddbr }</c:if>
- <c:if test="${lhbg.xfddbr != null || lhbg.xfddbr !=''}">${lhbg.xfddbr }</c:if>
- </td>
- <td class="operatetd">
- <a class="btn btn-default btn-xs" href="#" onclick="lhbg.main.view('${lhbg.id}')" title=" 查看">
- <i class="glyphicon glyphicon-search"></i>
- </a>
- <c:if test="${lhbg.recordStatus == 1 }">
-
- <a class="btn btn-default btn-xs" href="#" onclick="lhbg.main.edit('${lhbg.id}')" title="修改">
- <i class="glyphicon glyphicon-wrench"></i>
- </a>
-
- <a class="btn btn-default btn-xs" href="#" onclick="lhbg.main.del('${lhbg.id}')" title="删除">
- <i class="glyphicon glyphicon-trash"></i>
- </a>
-
- </c:if>
- <c:if test="${ lhbg.recordStatus > 1 }">
- <a class="btn btn-default btn-xs" href="#"
- onclick="hisList('${lhbg.id}','lhbg')" title="流程历史"> <i
- class="glyphicon glyphicon-search"></i>
- </a>
- </c:if>
- </td>
- <td class="operatetd">
- <c:if test="${lhbg.taskState =='Y'}">
- <a class="btn btn-default btn-xs" href="#" onclick="lhbg.main.banli('${lhbg.id}')" title="办理">
- <i class="glyphicon glyphicon-check"></i>
- </a>
- </c:if>
- <c:if test="${lhbg.taskState =='TH'}">
- <a class="btn btn-default btn-xs" href="#" onclick="lhbg.main.back('${lhbg.id}')" title="办理">
- <i class="glyphicon glyphicon-check"></i>
- </a>
- </c:if>
- </td>
- </tr>
- </c:forEach>
- </table>
- </div>
- <!-- 分页 -->
- <jsp:include page="../../../pageinfo.jsp"></jsp:include>
-
- </div>
- </form>
- </div>
- </body>
- </html>
|