lhsqmain.jsp 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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/gklhxkgl/gkjylhsq/lhsqmain.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. lhsq.main.szd = "${user.szd.id}";
  14. if(!isEmpty(lhsq.main.szd)){
  15. $("#szdid").attr("disabled", "disabled");
  16. }
  17. var jyr = "${jyr}";
  18. if(!isEmpty(jyr)){
  19. lhsq.main.szgk ="${jyr.szgk.id}";
  20. lhsq.main.szgq ="${jyr.szgq.id}";
  21. }
  22. else{
  23. lhsq.main.szd = "${szdid}";
  24. lhsq.main.szgk ="${szgkid}";
  25. lhsq.main.szgq ="${szgqid}";
  26. }
  27. lhsq.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 }/lhsq/main" id="lhsqform" 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. </tr>
  45. <tr>
  46. <td class="right">所在地:&nbsp;</td>
  47. <td><span id="szdsel"></span></td>
  48. <td class="right">所在港口:&nbsp;</td>
  49. <td><span id="gksel"></span></td>
  50. <td class="right">所在港区:&nbsp;</td>
  51. <td><span id="gqsel"></span></td>
  52. </tr>
  53. <tr>
  54. <td class="right">
  55. 港口经营人:&nbsp;
  56. </td>
  57. <td>
  58. <input type="text" class="form-control" name="gkjyr" value="${gkjyr }">
  59. </td>
  60. <td class="right">
  61. 法定代表人:&nbsp;
  62. </td>
  63. <td >
  64. <input type="text" class="form-control" name="fddbr" value="${fddbr }">
  65. </td>
  66. <td class="right">
  67. <!-- 申请人地址:&nbsp; -->
  68. </td>
  69. <td >
  70. <%-- <input type="text" class="form-control" name="sqrdz" value="${sqrdz }"> --%>
  71. </td>
  72. </tr>
  73. <tr>
  74. <td class="right" colspan="6">
  75. <authz:hasPermission name="${appName}:lhsq:main">
  76. <a class="btn btn-default btn-sm" href="#" onclick="lhsq.main.search()">
  77. <i class="glyphicon glyphicon-search"></i>
  78. 查询</a>
  79. </authz:hasPermission>
  80. <authz:hasPermission name="${appName}:lhsq:add">
  81. <a class="btn btn-default btn-sm" href="#" onclick="lhsq.main.add()">
  82. <i class="glyphicon glyphicon-plus"></i>
  83. 新增</a>
  84. </authz:hasPermission>
  85. </td>
  86. </tr>
  87. </table>
  88. </div>
  89. <!-- 列表 -->
  90. <div style="background-color:#f4f4f4;">
  91. <table class="main_table" cellpadding="0" cellspacing="0">
  92. <tr>
  93. <th width="5%">序号</th>
  94. <th width="25%">港口经营人</th>
  95. <th width="15%">办公地点</th>
  96. <th width="10%">法定代表人</th>
  97. <th width="10%">流程状态</th>
  98. <th width="2%" class="operatetd">操作</th>
  99. </tr>
  100. <c:forEach items="${list}" var="lhsq" varStatus="status">
  101. <tr class="tr_bg">
  102. <td>${status.index+1 }</td>
  103. <td>${lhsq.jyrmc }</td>
  104. <td>${lhsq.zcdz }</td>
  105. <td>${lhsq.fddbr }</td>
  106. <td>${lhsq.currentname }</td>
  107. <td class="operatetd">
  108. <authz:hasPermission name="${appName}:lhsq:main">
  109. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.view('${lhsq.id}')" title="查看">
  110. <i class="glyphicon glyphicon-search"></i>
  111. </a>
  112. </authz:hasPermission>
  113. <c:if test="${lhsq.recordStatus == 1 && lhsq.sftb == 'N'}">
  114. <%-- <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.submit('${lhsq.id}')" title="同步">
  115. <i class="glyphicon glyphicon-share"></i>
  116. </a>--%>
  117. <c:if test="${ssFlag == 0 && lhsq.flowstatus != 2 }">
  118. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.edit('${lhsq.id}')" title="办理">
  119. <i class="glyphicon glyphicon-share"></i>
  120. </a>
  121. </c:if>
  122. <c:if test="${ssFlag == 1 && lhsq.flowstatus != 2 && lhsq.flowstatus != 1}">
  123. <authz:hasPermission name="${appName}:lhsq:edit">
  124. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.edit('${lhsq.id}')" title="编辑">
  125. <i class="glyphicon glyphicon-pencil"></i>
  126. </a>
  127. </authz:hasPermission>
  128. <authz:hasPermission name="${appName}:lhsq:delete">
  129. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.del('${lhsq.id}')" title="删除">
  130. <i class="glyphicon glyphicon-trash"></i>
  131. </a>
  132. </authz:hasPermission>
  133. </c:if>
  134. </c:if>
  135. <c:if test="${ lhsq.recordStatus > 1 && ssFlag ==0 }">
  136. <a class="btn btn-default btn-xs" href="#"
  137. onclick="hisList('${lhsq.id}','lhsq')" title="流程历史"> <i
  138. class="glyphicon glyphicon-retweet"></i>
  139. </a>
  140. </c:if>
  141. <c:if test="${lhsq.taskState =='Y'}">
  142. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.banli('${lhsq.id}')" title="办理">
  143. <i class="glyphicon glyphicon-check"></i>
  144. </a>
  145. </c:if>
  146. <c:if test="${lhsq.taskState =='TH'}">
  147. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.back('${lhsq.id}')" title="办理">
  148. <i class="glyphicon glyphicon-check"></i>
  149. </a>
  150. </c:if>
  151. <c:if test="${lhsq.opflag == 1 && ssFlag ==0}">
  152. <a class="btn btn-default btn-xs" href="#"
  153. onclick="lhsq.main.fz('${lhsq.id}')" title="发证"> <i
  154. class="glyphicon glyphicon-th-list"></i>
  155. </a>
  156. </c:if>
  157. </td>
  158. </tr>
  159. </c:forEach>
  160. </table>
  161. </div>
  162. <!-- 分页 -->
  163. <jsp:include page="../../../pageinfo.jsp"></jsp:include>
  164. </div>
  165. </form>
  166. </div>
  167. </body>
  168. </html>