lhyxmain.jsp 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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/gkjylhyx/lhyxmain.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. iFrameHeightIframe('${menuid}');//自适应高度
  14. lhyx.main.szd = "${user.szd.id}";
  15. if(!isEmpty(lhyx.main.szd)){
  16. $("#szdid").attr("disabled", "disabled");
  17. }
  18. var jyr = "${jyr}";
  19. if(!isEmpty(jyr)){
  20. lhyx.main.szgk ="${jyr.szgk.id}";
  21. lhyx.main.szgq ="${jyr.szgq.id}"
  22. }
  23. lhyx.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 }/lhyx/main" id="lhyxform" 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. <a class="btn btn-default btn-sm" href="#" onclick="lhyx.main.search()">
  71. <i class="glyphicon glyphicon-search"></i>
  72. 查询</a>
  73. <a class="btn btn-default btn-sm" href="#" onclick="lhyx.main.add()">
  74. <i class="glyphicon glyphicon-plus"></i>
  75. 新增</a>
  76. </td>
  77. </tr>
  78. </table>
  79. </div>
  80. <!-- 列表 -->
  81. <div style="background-color:#f4f4f4;">
  82. <table class="main_table" cellpadding="0" cellspacing="0">
  83. <tr>
  84. <th width="5%">序号</th>
  85. <th width="25%">港口经营人</th>
  86. <th width="15%">注册地址</th>
  87. <th width="10%">法定代表</th>
  88. <th width="20%">操作</th>
  89. <th width="10%">审核</th>
  90. </tr>
  91. <c:forEach items="${list}" var="lhyx" varStatus="status">
  92. <tr class="tr_bg">
  93. <td>${status.index+1 }</td>
  94. <td>${lhyx.jyrmc }</td>
  95. <td>
  96. ${lhyx.zcdz }
  97. </td>
  98. <td>
  99. ${lhyx.fddbr }
  100. </td>
  101. <%-- <td>${lhyx.lxr }</td>
  102. <td>${lhyx.lxdh }</td> --%>
  103. <td>
  104. <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.view('${lhyx.id}')">
  105. <i class="glyphicon glyphicon-search"></i>
  106. 查看</a>
  107. <c:if test="${lhyx.recordStatus == 1 }">
  108. <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.edit('${lhyx.id}')">
  109. <i class="glyphicon glyphicon-wrench"></i>
  110. 修改</a>
  111. <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.del('${lhyx.id}')">
  112. <i class="glyphicon glyphicon-trash"></i>
  113. 删除</a>
  114. </c:if>
  115. <c:if test="${ lhyx.recordStatus > 1 }">
  116. <a class="btn btn-default btn-xs" href="#"
  117. onclick="hisList('${lhyx.id}','lhyx')"> <i
  118. class="glyphicon glyphicon-search"></i>流程历史
  119. </a>
  120. </c:if>
  121. </td>
  122. <td>
  123. <c:if test="${lhyx.taskState =='Y'}">
  124. <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.banli('${lhyx.id}')">
  125. <i class="glyphicon glyphicon-check"></i>
  126. 办理</a>
  127. </c:if>
  128. <c:if test="${lhsq.taskState =='TH'}">
  129. <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.back('${lhyx.id}')">
  130. <i class="glyphicon glyphicon-check"></i>
  131. 办理</a>
  132. </c:if>
  133. </td>
  134. </tr>
  135. </c:forEach>
  136. </table>
  137. </div>
  138. <!-- 分页 -->
  139. <jsp:include page="../../../pageinfo.jsp"></jsp:include>
  140. </div>
  141. </form>
  142. </div>
  143. </body>
  144. </html>