xkzyxmain.jsp 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>江苏省港口建设与经营管理信息系统</title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <%@ include file="../../../common.jsp"%>
  10. <script type="text/javascript" src="${app }/static/biz/js/gkjygl/gkjyxkgl/gkjyzkyx/xkzyxmain.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. xkzyx.main.szd = "${user.szd.id}";
  14. if(!isEmpty(xkzyx.main.szd)){
  15. $("#szdid").attr("disabled", "disabled");
  16. }
  17. var jyr = "${jyr}";
  18. if(!isEmpty(jyr)){
  19. xkzyx.main.szgk ="${jyr.szgk.id}";
  20. xkzyx.main.szgq ="${jyr.szgq.id}"
  21. }
  22. xkzyx.main.init();
  23. iFrameHeightIframe('${menuid}');//自适应高度
  24. });
  25. </script>
  26. </head>
  27. <body>
  28. <jsp:include page="../../../showHistory.jsp"></jsp:include>
  29. <div class="box" >
  30. <div class="box-content" >
  31. <form action="${app }/xkzyx/main" id="xkzyxform" method="post">
  32. <div >
  33. <table class="search_table" cellpadding="0" cellspacing="0">
  34. <tr>
  35. <th width="10%"></th>
  36. <th width="25%"></th>
  37. <th width="10%"></th>
  38. <th width="25%"></th>
  39. <th width="10%"></th>
  40. <th width="20%"></th>
  41. </tr>
  42. <tr>
  43. <td class="right">所在地:&nbsp;</td>
  44. <td><span id="szdsel"></span></td>
  45. <td class="right">所在港口:&nbsp;</td>
  46. <td><span id="gksel"></span></td>
  47. <td class="right">所在港区:&nbsp;</td>
  48. <td><span id="gqsel"></span></td>
  49. </tr>
  50. <tr>
  51. <td class="right">
  52. 港口经营人:&nbsp;
  53. </td>
  54. <td>
  55. <input type="text" class="form-control" name="gkjyr" value="${gkjyr }">
  56. </td>
  57. <td class="right">
  58. 法定代表人:&nbsp;
  59. </td>
  60. <td >
  61. <input type="text" class="form-control" name="fddbr" value="${fddbr }">
  62. </td>
  63. <td class="right">
  64. 办公地点:&nbsp;
  65. </td>
  66. <td >
  67. <input type="text" class="form-control" name="bgdd" value="${bgdd }">
  68. </td>
  69. <td class="right">
  70. </td>
  71. <td >
  72. </td>
  73. </tr>
  74. <tr>
  75. <td class="right" colspan="6">
  76. <authz:hasPermission name="${appName}:gkjyxkyx:main">
  77. <a class="btn btn-default btn-sm" href="#" onclick="xkzyx.main.search()">
  78. <i class="glyphicon glyphicon-search"></i>
  79. 查询</a>
  80. </authz:hasPermission>
  81. <authz:hasPermission name="${appName}:gkjyxkyx:add">
  82. <a class="btn btn-default btn-sm" href="#" onclick="xkzyx.main.add()">
  83. <i class="glyphicon glyphicon-plus"></i>
  84. 新增</a>
  85. </authz:hasPermission>
  86. </td>
  87. </tr>
  88. </table>
  89. </div>
  90. <!-- 列表 -->
  91. <div style="background-color:#f4f4f4;">
  92. <table class="main_table" cellpadding="0" cellspacing="0">
  93. <tr>
  94. <th width="10%">序号</th>
  95. <th width="10%">港口经营人</th>
  96. <th width="10%">办公地点</th>
  97. <th width="10%">法定代表人</th>
  98. <th width="10%">联系人 </th>
  99. <th width="10%">联系电话</th>
  100. <th width="20%">操作</th>
  101. <th width="10%">审核</th>
  102. </tr>
  103. <c:forEach items="${list}" var="xkz" varStatus="status">
  104. <tr class="tr_bg">
  105. <td>${status.index+1 }</td>
  106. <td>${xkz.jyrmc }</td>
  107. <td>${xkz.bgdd }</td>
  108. <td>${xkz.fddbr }</td>
  109. <td>${xkz.lxr }</td>
  110. <td>${xkz.lxdh }</td>
  111. <td>
  112. <a class="btn btn-default btn-xs" href="#" onclick="xkzyx.main.view('${xkz.id}')">
  113. <i class="glyphicon glyphicon-search"></i>
  114. 查看</a>
  115. <c:if test="${ xkz.recordStatus == 1 }">
  116. <authz:hasPermission name="${appName}:gkjyxkyx:edit">
  117. <a class="btn btn-default btn-xs" href="#" onclick="xkzyx.main.edit('${xkz.id}')">
  118. <i class="glyphicon glyphicon-wrench"></i>
  119. 修改</a>
  120. </authz:hasPermission>
  121. <authz:hasPermission name="${appName}:gkjyxkyx:delete">
  122. <a class="btn btn-default btn-xs" href="#" onclick="xkzyx.main.del('${xkz.id}')">
  123. <i class="glyphicon glyphicon-trash"></i>
  124. 删除</a>
  125. </authz:hasPermission>
  126. </c:if>
  127. <c:if test="${ xkz.recordStatus > 1 }">
  128. <a class="btn btn-default btn-xs" href="#"
  129. onclick="hisList('${xkz.id}','xkzyx')"> <i
  130. class="glyphicon glyphicon-search"></i>流程历史
  131. </a>
  132. </c:if>
  133. <c:if test="${ xkz.recordStatus == '2'}">
  134. <a class="btn btn-default btn-xs" href="#"
  135. onclick="xkzyx.main.showxkzjds('${xkz.id}')"> <i
  136. class="glyphicon glyphicon-search"></i>许可证决定书
  137. </a>
  138. </c:if>
  139. </td>
  140. <td>
  141. <c:if test="${xkz.taskState =='Y'}">
  142. <a class="btn btn-default btn-xs" href="#" onclick="xkzyx.main.banli('${xkz.id}')">
  143. <i class="glyphicon glyphicon-check"></i>
  144. 办理</a>
  145. </c:if>
  146. <c:if test="${xkz.taskState =='TH'}">
  147. <a class="btn btn-default btn-xs" href="#" onclick="xkzyx.main.back('${xkz.id}')">
  148. <i class="glyphicon glyphicon-check"></i>
  149. 办理</a>
  150. </c:if>
  151. </td>
  152. </tr>
  153. </c:forEach>
  154. </table>
  155. </div>
  156. <!-- 分页 -->
  157. <jsp:include page="../../../pageinfo.jsp"></jsp:include>
  158. </div>
  159. </form>
  160. </div>
  161. </body>
  162. </html>