123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <%@ page 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/ggfwxxgl/jdjc/jdjcmain.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- jdjc.main.init();
- initszdSelect('szdsel','${szd}','showgk','80%');
- initgkSelect('szgksel','${szgk}','${szd}','showgq','80%');
- initgqSelect('szgqsel','${szgq}','${szd}','${szgk}',null,'80%');
- iFrameHeightIframe('${menuid}');//自适应高度
- });
- function showgk(){
- initgkSelect('szgksel','${szgk}',$('.szdselectpicker').val(),'showgq','80%');
- showgq();
- }
- function showgq(){
- initgqSelect('szgqsel','',$('.szdselectpicker').val(),$('.gkselectpicker').val(),null,'80%');
- }
- </script>
- </head>
- <body>
- <div class="box" >
- <div class="box-content" >
- <form action="${app }/jdjc/main" id="jdjcform" method="post">
- <table class="search_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="12%"></th>
- <th width="22%"></th>
- <th width="11%"></th>
- <th width="22%"></th>
- <th width="11%"></th>
- <th width="22%"></th>
- </tr>
- <tr>
- <td class="right">
- 所在地:
- </td>
- <td>
- <span id="szdsel">
- </span>
- </td>
- <td class="right">
- 所在港口:
- </td>
- <td>
- <span id="szgksel">
- </span>
- </td>
- <td class="right">
- 所在港区:
- </td>
- <td>
- <span id="szgqsel">
- </span>
- </td>
- </tr>
- <tr>
- <td class="right" >
- 港口经营人:
- </td>
- <td>
- <input type="text" style="width: 80%;" class="form-control" name="ssjyr" value="${ssjyr }">
- </td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
-
- <td class="right" colspan="6">
- <authz:hasPermission name="${appName}:jdjc:main">
- <a class="btn btn-default btn-sm" href="#" onclick="jdjc.main.search()">
- <i class="glyphicon glyphicon-search"></i>
- 查询</a>
- </authz:hasPermission>
- <authz:hasPermission name="${appName}:jdjc:add">
- <a class="btn btn-default btn-sm" href="#" onclick="jdjc.main.add()">
- <i class="glyphicon glyphicon-plus"></i>
- 新增</a>
- </authz:hasPermission>
- </td>
- </tr>
- </table>
- </form>
- </div>
- <!-- 列表 -->
- <div style="background-color:#f4f4f4;">
- <table class="main_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="5%">序号</th>
- <th width="20%">被督查单位</th>
- <th width="10%">所在港口</th>
- <th width="15%">所在港区</th>
- <th width="10%">整改期限</th>
- <th width="10%">流程状态</th>
- <th width="20%">操作</th>
- <th width="10%">办理</th>
- </tr>
- <c:forEach items="${list}" var="jdjc" varStatus="status">
- <tr class="tr_bg">
- <td>${status.index+1 }</td>
- <td>${jdjc.gkjyrmc }</td>
- <td>${jdjc.szgkmc }</td>
- <td>${jdjc.szgqmc}</td>
- <td>${fn:substring(jdjc.zgqx,0,10)}</td>
- <td>
- <c:if test="${jdjc.flowflag !=null && jdjc.flowflag == 3 }">完成</c:if>
- <c:if test="${jdjc.flowflag != null && jdjc.flowflag == 2 }">办理中</c:if>
- <c:if test="${jdjc.flowflag != null && jdjc.flowflag == 1 }">下发</c:if>
- </td>
- <td>
- <authz:hasPermission name="${appName}:jdjc:main">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.view('${jdjc.id}')">
- <i class="glyphicon glyphicon-search"></i>
- 查看</a>
- </authz:hasPermission>
- <c:if test="${jdjc.btnflag == 1 &&jdjc.flowflag == 0 &&jdjc.recordStatus == 1}">
- <authz:hasPermission name="${appName}:jdjc:edit">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.edit('${jdjc.id}')">
- <i class="glyphicon glyphicon-wrench"></i>
- 修改</a>
- </authz:hasPermission>
- <authz:hasPermission name="${appName}:jdjc:delete">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.del('${jdjc.id}')">
- <i class="glyphicon glyphicon-trash"></i>
- 删除</a>
- </authz:hasPermission>
- </c:if>
- <c:if test="${flag==1 && jdjc.btnflag == 0 &&jdjc.recordStatus == 1 || jdjc.isflag== 1 }">
- <authz:hasPermission name="${appName}:jdjc:edit">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.edit('${jdjc.id}')">
- <i class="glyphicon glyphicon-wrench"></i>
- 修改</a>
- </authz:hasPermission>
- <c:if test="${jdjc.flowflag !=1 }">
- <authz:hasPermission name="${appName}:jdjc:delete">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.del('${jdjc.id}')">
- <i class="glyphicon glyphicon-trash"></i>
- 删除</a>
- </authz:hasPermission>
- </c:if>
- </c:if>
- <c:if test="${ jdjc.recordStatus > 1 }">
- <a class="btn btn-default btn-xs" href="#"
- onclick="hisList('${jdjc.id}','jdjc')"> <i
- class="glyphicon glyphicon-search"></i>流程历史
- </a>
- </c:if>
- </td>
- <td >
- <c:if test="${jdjc.taskState =='Y'}">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.banli('${jdjc.id}')">
- <i class="glyphicon glyphicon-check"></i>
- 办理</a>
- </c:if>
- <c:if test="${xkzns.taskState =='TH'}">
- <a class="btn btn-default btn-xs" href="#" onclick="jdjc.main.back('${jdjc.id}')">
- <i class="glyphicon glyphicon-check"></i>
- 办理</a>
- </c:if>
- </td>
- </tr>
- </c:forEach>
- </table>
- </div>
- <!-- 分页 -->
- <jsp:include page="../../pageinfo.jsp"></jsp:include>
-
- </div>
-
- </div>
- <jsp:include page="../../showHistory.jsp"></jsp:include>
- </body>
- </html>
|