123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <%@ 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/gkjylhsq/lhsqmain.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- lhsq.main.szd = "${user.szd.id}";
- if(!isEmpty(lhsq.main.szd)){
- $("#szdid").attr("disabled", "disabled");
- }
- var jyr = "${jyr}";
- if(!isEmpty(jyr)){
- lhsq.main.szgk ="${jyr.szgk.id}";
- lhsq.main.szgq ="${jyr.szgq.id}";
- }
- else{
- lhsq.main.szd = "${szdid}";
- lhsq.main.szgk ="${szgkid}";
- lhsq.main.szgq ="${szgqid}";
- }
- lhsq.main.init();
- iFrameHeightIframe('${menuid}');//自适应高度
- });
- </script>
- </head>
- <body>
- <jsp:include page="../../../showHistory.jsp"></jsp:include>
- <div class="box" >
- <div class="box-content" >
- <form action="${app }/lhsq/main" id="lhsqform" 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="sqrdz" value="${sqrdz }"> --%>
- </td>
- </tr>
- <tr>
-
- <td class="right" colspan="6">
- <authz:hasPermission name="${appName}:lhsq:main">
- <a class="btn btn-default btn-sm" href="#" onclick="lhsq.main.search()">
- <i class="glyphicon glyphicon-search"></i>
- 查询</a>
- </authz:hasPermission>
- <authz:hasPermission name="${appName}:lhsq:add">
- <a class="btn btn-default btn-sm" href="#" onclick="lhsq.main.add()">
- <i class="glyphicon glyphicon-plus"></i>
- 新增</a>
- </authz:hasPermission>
- </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="15%">办公地点</th>
- <th width="10%">法定代表人</th>
- <th width="10%">流程状态</th>
- <th width="2%" class="operatetd">操作</th>
-
- </tr>
- <c:forEach items="${list}" var="lhsq" varStatus="status">
- <tr class="tr_bg">
- <td>${status.index+1 }</td>
- <td>${lhsq.jyrmc }</td>
- <td>${lhsq.zcdz }</td>
- <td>${lhsq.fddbr }</td>
- <td>${lhsq.currentname }</td>
- <td class="operatetd">
- <authz:hasPermission name="${appName}:lhsq:main">
- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.view('${lhsq.id}')" title="查看">
- <i class="glyphicon glyphicon-search"></i>
- </a>
- </authz:hasPermission>
- <c:if test="${lhsq.recordStatus == 1 && lhsq.sftb == 'N'}">
-
-
- <%-- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.submit('${lhsq.id}')" title="同步">
- <i class="glyphicon glyphicon-share"></i>
- </a>--%>
- <c:if test="${ssFlag == 0 && lhsq.flowstatus != 2 }">
- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.edit('${lhsq.id}')" title="办理">
- <i class="glyphicon glyphicon-share"></i>
- </a>
- </c:if>
- <c:if test="${ssFlag == 1 && lhsq.flowstatus != 2 && lhsq.flowstatus != 1}">
- <authz:hasPermission name="${appName}:lhsq:edit">
- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.edit('${lhsq.id}')" title="编辑">
- <i class="glyphicon glyphicon-pencil"></i>
- </a>
- </authz:hasPermission>
- <authz:hasPermission name="${appName}:lhsq:delete">
- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.del('${lhsq.id}')" title="删除">
- <i class="glyphicon glyphicon-trash"></i>
- </a>
- </authz:hasPermission>
- </c:if>
- </c:if>
- <c:if test="${ lhsq.recordStatus > 1 && ssFlag ==0 }">
- <a class="btn btn-default btn-xs" href="#"
- onclick="hisList('${lhsq.id}','lhsq')" title="流程历史"> <i
- class="glyphicon glyphicon-retweet"></i>
- </a>
- </c:if>
-
- <c:if test="${lhsq.taskState =='Y'}">
- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.banli('${lhsq.id}')" title="办理">
- <i class="glyphicon glyphicon-check"></i>
- </a>
- </c:if>
- <c:if test="${lhsq.taskState =='TH'}">
- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.back('${lhsq.id}')" title="办理">
- <i class="glyphicon glyphicon-check"></i>
- </a>
- </c:if>
-
- <c:if test="${lhsq.opflag == 1 && ssFlag ==0}">
- <a class="btn btn-default btn-xs" href="#"
- onclick="lhsq.main.fz('${lhsq.id}')" title="发证"> <i
- class="glyphicon glyphicon-th-list"></i>
- </a>
- </c:if>
-
- </td>
- </tr>
- </c:forEach>
- </table>
- </div>
- <!-- 分页 -->
- <jsp:include page="../../../pageinfo.jsp"></jsp:include>
-
- </div>
- </form>
- </div>
- </body>
- </html>
|