xkzsqmain.jsp 7.0 KB

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