hxhbtj.jsp 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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/gkyxtjyfx/hxhbtj/hxhbtjmain.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. hxhbtj.main.init();
  14. initgkSelect('szgksel','${szgkid }','','showgq','80%');
  15. iFrameHeightIframe('${menuid}');//自适应高度
  16. });
  17. </script>
  18. <style type="text/css">
  19. .apply th {
  20. width: 9%;
  21. height: 35px;
  22. font-weight: normal;
  23. border-bottom: 1px solid #dadbda;
  24. color: #185f8a;
  25. background: #e6eff9;
  26. font-size: 14px;
  27. text-align: center;
  28. }
  29. .apply td {
  30. width: 15%;
  31. height: 30px;
  32. border: 1px solid #e2e3cb;
  33. text-indent: 5px;
  34. font-size: 14px;
  35. color: #000000
  36. }
  37. </style>
  38. </head>
  39. <body>
  40. <div class="box" >
  41. <div class="box-content">
  42. <h1 align="center" style="margin-top:0px;"><font style="font-size:25px;color:#196794;font-family:微软雅黑;font-weight: bold;">江苏省港口集装箱航线航班月度统计表</h1>
  43. <form action="${app }/hxhbtj/main" id="hxhbtjform" method="post">
  44. <input type="hidden" name="menuid" value="${menuid }">
  45. <div>
  46. <table class="search_table" cellpadding="0" cellspacing="0">
  47. <tr>
  48. <th width="10%"></th>
  49. <th width="24%"></th>
  50. <th width="10%"></th>
  51. <th width="24%"></th>
  52. <th width="10%"></th>
  53. <th width="22%"></th>
  54. </tr>
  55. <tr>
  56. <td class="right">
  57. 所在港口:&nbsp;
  58. </td>
  59. <td>
  60. <span id="szgksel">
  61. </span>
  62. </td>
  63. <td class="right">
  64. 日期:&nbsp;
  65. </td>
  66. <td>
  67. <input class="Wdate" name="rq" value="${rq }" type="text" onFocus="WdatePicker({lang:'zh-cn',skin:'default',dateFmt:'yyyy-MM'})">
  68. </td>
  69. </tr>
  70. <tr>
  71. <td class="right" colspan="6">
  72. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.main.search()">
  73. <i class="glyphicon glyphicon-search"></i>查询
  74. </td>
  75. </tr>
  76. </table>
  77. </div>
  78. <div class="apply_fill">
  79. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</h2>
  80. <table class="apply" cellpadding="0" cellspacing="0">
  81. <tr>
  82. <th colspan="2">本月完成量:&nbsp;</th>
  83. <td>
  84. ${record.bywcl }
  85. </td>
  86. <th colspan="2">本年累计量:&nbsp;</th>
  87. <td>
  88. ${record.bnljl }
  89. </td>
  90. <th colspan="2">同比增长数(%):&nbsp;</th>
  91. <td>
  92. ${record.tbzzs }
  93. </td>
  94. </tr>
  95. <tr>
  96. <th rowspan="2">其中:</th>
  97. <th>外贸:&nbsp;</th>
  98. <td>${record.bywmwcl }</td>
  99. <th rowspan="2">其中:</th>
  100. <th>外贸:&nbsp;</th>
  101. <td>${record.bnwmljl }</td>
  102. <th rowspan="2">其中:</th>
  103. <th>外贸:&nbsp;</th>
  104. <td>${record.wmtbzzs }</td>
  105. </tr>
  106. <tr>
  107. <th>内贸:&nbsp;</th>
  108. <td>${record.bynmwcl }</td>
  109. <th>内贸:&nbsp;</th>
  110. <td>${record.bnnmljl }</td>
  111. <th>内贸:&nbsp;</th>
  112. <td>${record.nmtbzzs }</td>
  113. </tr>
  114. </table>
  115. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱航线航班开辟情况</h2>
  116. <table class="apply">
  117. <tr>
  118. <th></th>
  119. <th>本月营运航线总数</th>
  120. <th>本月营运航班总数</th>
  121. <th>本月新开辟航线数</th>
  122. <th>本月停开航线数</th>
  123. </tr>
  124. <tr>
  125. <th>远洋航线</th>
  126. <td>${record.byyyhxzs1 }</td>
  127. <td>${record.byyyhbzs1 }</td>
  128. <td>${record.byxkphxs1 }</td>
  129. <td>${record.bytkhxs1 }</td>
  130. </tr>
  131. <tr>
  132. <th>近洋航线</th>
  133. <td>${record.byyyhxzs2 }</td>
  134. <td>${record.byyyhbzs2 }</td>
  135. <td>${record.byxkphxs2 }</td>
  136. <td>${record.bytkhxs2 }</td>
  137. </tr>
  138. <tr>
  139. <th>外贸内支线</th>
  140. <td>${record.byyyhxzs3 }</td>
  141. <td>${record.byyyhbzs3 }</td>
  142. <td>${record.byxkphxs3 }</td>
  143. <td>${record.bytkhxs3 }</td>
  144. </tr>
  145. <tr>
  146. <th>内贸航线</th>
  147. <td>${record.byyyhxzs4 }</td>
  148. <td>${record.byyyhbzs4 }</td>
  149. <td>${record.byxkphxs4 }</td>
  150. <td>${record.bytkhxs4 }</td>
  151. </tr>
  152. <tr>
  153. <th>填表人:</th>
  154. <td>${record.tbr }</td>
  155. <th>联系电话:</th>
  156. <td colspan="2">${record.lxdh }</td>
  157. </tr>
  158. </table>
  159. </div>
  160. </form>
  161. </div>
  162. </div>
  163. </body>
  164. </html>