lhbgmain.jsp 6.6 KB

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