xkzzxmain.jsp 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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/gkjyzkzx/xkzzxmain.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. xkzzx.main.szd = "${user.szd.id}";
  14. if(!isEmpty(xkzzx.main.szd)){
  15. $("#szdid").attr("disabled", "disabled");
  16. }
  17. var jyr = "${jyr}";
  18. if(!isEmpty(jyr)){
  19. xkzzx.main.szgk ="${jyr.szgk.id}";
  20. xkzzx.main.szgq ="${jyr.szgq.id}"
  21. }
  22. else{
  23. xkzzx.main.szd ="${szdid}";
  24. xkzzx.main.szgk ="${szgkid}";
  25. xkzzx.main.szgq ="${szgqid}";
  26. }
  27. xkzzx.main.init();
  28. iFrameHeightIframe('${menuid}');//自适应高度
  29. });
  30. </script>
  31. </head>
  32. <body>
  33. <jsp:include page="../../../showHistory.jsp"></jsp:include>
  34. <div class="box" >
  35. <div class="box-content" >
  36. <form action="${app }/xkzzx/main" id="xkzzxform" method="post">
  37. <div >
  38. <table class="search_table" cellpadding="0" cellspacing="0">
  39. <tr>
  40. <th width="10%"></th>
  41. <th width="25%"></th>
  42. <th width="10%"></th>
  43. <th width="25%"></th>
  44. <th width="10%"></th>
  45. <th width="20%"></th>
  46. </tr>
  47. <tr>
  48. <td class="right">所在地:&nbsp;</td>
  49. <td><span id="szdsel"></span></td>
  50. <td class="right">所在港口:&nbsp;</td>
  51. <td><span id="gksel"></span></td>
  52. <td class="right">所在港区:&nbsp;</td>
  53. <td><span id="gqsel"></span></td>
  54. </tr>
  55. <tr>
  56. <td class="right">
  57. 港口经营人:&nbsp;
  58. </td>
  59. <td>
  60. <input type="text" class="form-control" name="gkjyr" value="${gkjyr }">
  61. </td>
  62. <td class="right">
  63. 法定代表人:&nbsp;
  64. </td>
  65. <td >
  66. <input type="text" class="form-control" name="fddbr" value="${fddbr }">
  67. </td>
  68. <td class="right">
  69. 办公地点:&nbsp;
  70. </td>
  71. <td >
  72. <input type="text" class="form-control" name="bgdd" value="${bgdd }">
  73. </td>
  74. <td class="right">
  75. </td>
  76. <td >
  77. </td>
  78. </tr>
  79. <tr>
  80. <td class="right" colspan="6">
  81. <authz:hasPermission name="${appName}:gkjyxkzx:main">
  82. <a class="btn btn-default btn-sm" href="#" onclick="xkzzx.main.search()">
  83. <i class="glyphicon glyphicon-search"></i>
  84. 查询</a>
  85. </authz:hasPermission>
  86. <authz:hasPermission name="${appName}:gkjyxkzx:add">
  87. <a class="btn btn-default btn-sm" href="#" onclick="xkzzx.main.add()">
  88. <i class="glyphicon glyphicon-plus"></i>
  89. 新增</a>
  90. </authz:hasPermission>
  91. </td>
  92. </tr>
  93. </table>
  94. </div>
  95. <!-- 列表 -->
  96. <div style="background-color:#f4f4f4;">
  97. <table class="main_table" cellpadding="0" cellspacing="0">
  98. <tr>
  99. <th width="5%">序号</th>
  100. <th width="20%">港口经营人</th>
  101. <th width="20%">办公地点</th>
  102. <th width="15%">法定代表人</th>
  103. <th width="10%">联系人 </th>
  104. <th width="10%">联系电话</th>
  105. <th width="10%">流程状态</th>
  106. <th width="1%" class="operatetd">操作</th>
  107. <!-- <th width="1%" class="operatetd">审批 </th> -->
  108. </tr>
  109. <c:forEach items="${list}" var="xkz" varStatus="status">
  110. <tr class="tr_bg">
  111. <td>${status.index+1 }</td>
  112. <td>${xkz.jyrmc }</td>
  113. <td>${xkz.bgdd }</td>
  114. <td>${xkz.fddbr }</td>
  115. <td>${xkz.lxr }</td>
  116. <td>${xkz.lxdh }</td>
  117. <c:if test="${not empty xkz.currentname}">
  118. <td>${xkz.currentname }</td>
  119. </c:if>
  120. <c:if test="${empty xkz.currentname}">
  121. <td>未提交</td>
  122. </c:if>
  123. <td class="operatetd">
  124. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.view('${xkz.id}')" title="查看">
  125. <i class="glyphicon glyphicon-search"></i>
  126. </a>
  127. <c:if test="${xkz.recordStatus == 1 }">
  128. <authz:hasPermission name="${appName}:gkjyxkzx:edit">
  129. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.edit('${xkz.id}')" title="编辑">
  130. <i class="glyphicon glyphicon-pencil"></i>
  131. </a>
  132. </authz:hasPermission>
  133. <authz:hasPermission name="${appName}:gkjyxkzx:delete">
  134. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.del('${xkz.id}')" title="删除">
  135. <i class="glyphicon glyphicon-trash"></i>
  136. </a>
  137. </authz:hasPermission>
  138. </c:if>
  139. <c:if test="${ xkz.recordStatus > 1 }">
  140. <a class="btn btn-default btn-xs" href="#"
  141. onclick="hisList('${xkz.id}','xkzzx')" title="流程历史"> <i
  142. class="glyphicon glyphicon-retweet"></i>
  143. </a>
  144. </c:if>
  145. <c:if test="${ xkz.recordStatus == '2'}">
  146. <a class="btn btn-default btn-xs" href="#"
  147. onclick="xkzzx.main.showxkzjds('${xkz.id}')" title="许可证决定书"> <i
  148. class="glyphicon glyphicon-file"></i>
  149. </a>
  150. </c:if>
  151. <c:if test="${xkz.taskState =='Y' }">
  152. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.banli('${xkz.id}')" title="办理">
  153. <i class="glyphicon glyphicon-check"></i>
  154. </a>
  155. </c:if>
  156. <c:if test="${xkz.taskState =='TH'}">
  157. <authz:hasPermission name="${appName}:gkjyxkzx:delete">
  158. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.del('${xkz.id}')" title="删除">
  159. <i class="glyphicon glyphicon-trash"></i>
  160. </a>
  161. </authz:hasPermission>
  162. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.back('${xkz.id}')" title="办理">
  163. <i class="glyphicon glyphicon-check"></i>
  164. </a>
  165. </c:if>
  166. </td>
  167. <%-- <td class="operatetd">
  168. <c:if test="${xkz.taskState =='Y' }">
  169. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.banli('${xkz.id}')" title="办理">
  170. <i class="glyphicon glyphicon-check"></i>
  171. </a>
  172. </c:if>
  173. <c:if test="${xkz.taskState =='TH'}">
  174. <a class="btn btn-default btn-xs" href="#" onclick="xkzzx.main.back('${xkz.id}')" title="办理">
  175. <i class="glyphicon glyphicon-check"></i>
  176. </a>
  177. </c:if>
  178. </td> --%>
  179. </tr>
  180. </c:forEach>
  181. </table>
  182. </div>
  183. <!-- 分页 -->
  184. <jsp:include page="../../../pageinfo.jsp"></jsp:include>
  185. </div>
  186. </form>
  187. </div>
  188. </body>
  189. </html>