lhsqmain.jsp 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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.szgk ="${szgkid}";
  24. lhsq.main.szgq ="${szgqid}";
  25. }
  26. lhsq.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 }/gklhsq/main" id="lhsqform" 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="sqrdz" value="${sqrdz }">
  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. <a class="btn btn-default btn-sm" href="#" onclick="lhsq.main.search()">
  96. <i class="glyphicon glyphicon-search"></i>
  97. 查询</a>
  98. <a class="btn btn-default btn-sm" href="#" onclick="lhsq.main.add()">
  99. <i class="glyphicon glyphicon-plus"></i>
  100. 新增</a>
  101. </td>
  102. </tr>
  103. </table>
  104. </div>
  105. <!-- 列表 -->
  106. <div style="background-color:#f4f4f4;">
  107. <table class="main_table" cellpadding="0" cellspacing="0">
  108. <tr>
  109. <th width="10%">序号</th>
  110. <th width="10%">港口经营人</th>
  111. <th width="10%">办公地点</th>
  112. <th width="10%">法定代表人</th>
  113. <th width="10%">联系人 </th>
  114. <th width="20%">联系电话</th>
  115. <th width="25%">操作</th>
  116. <th width="5%">审核</th>
  117. </tr>
  118. <c:forEach items="${list}" var="lhxk" varStatus="status">
  119. <tr class="tr_bg">
  120. <td>${status.index+1 }</td>
  121. <td>${lhxk.jyrmc }</td>
  122. <td>${lhxk.sqrdz }</td>
  123. <td>${lhxk.fddbr }</td>
  124. <td>${lhxk.lxr }</td>
  125. <td>${lhxk.lxrdh }</td>
  126. <td>
  127. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.view('${lhxk.id}')">
  128. <i class="glyphicon glyphicon-search"></i>
  129. 查看</a>
  130. <c:if test="${xkz.recordStatus == 1 }">
  131. <authz:hasPermission name="${appName}:gklhsq:edit">
  132. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.edit('${lhxk.id}')">
  133. <i class="glyphicon glyphicon-wrench"></i>
  134. 修改</a>
  135. </authz:hasPermission>
  136. <authz:hasPermission name="${appName}:gklhsq:delete">
  137. <a class="btn btn-default btn-xs" href="#" onclick="lhsq.main.del('${lhxk.id}')">
  138. <i class="glyphicon glyphicon-trash"></i>
  139. 删除</a>
  140. </authz:hasPermission>
  141. </c:if>
  142. </td>
  143. </tr>
  144. </c:forEach>
  145. </table>
  146. </div>
  147. <!-- 分页 -->
  148. <jsp:include page="../../../pageinfo.jsp"></jsp:include>
  149. </div>
  150. </form>
  151. </div>
  152. </body>
  153. </html>