hxhbtjView.jsp 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. border-right: 1px solid #dadbda;
  25. color: #185f8a;
  26. background: #e6eff9;
  27. font-size: 14px;
  28. text-align: center;
  29. }
  30. .apply td {
  31. width: 15%;
  32. height: 30px;
  33. border: 1px solid #e2e3cb;
  34. text-indent: 5px;
  35. font-size: 14px;
  36. color: #000000
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <div class="box" >
  42. <div class="box-content" >
  43. <div class="apply_fill">
  44. <table class="apply" cellpadding="0" cellspacing="0">
  45. <tr>
  46. <th class="right">所在地区:&nbsp;</td>
  47. <td>${record.dqzw }</td>
  48. <th class="right">日期:&nbsp;</td>
  49. <td>${record.rq }</td>
  50. </tr>
  51. <!-- <tr>
  52. <td class="right" colspan="6">
  53. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.main.search()">
  54. <i class="glyphicon glyphicon-search"></i>查询
  55. </td>
  56. </tr> -->
  57. </table>
  58. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱吞吐量完成情况</font></h2>
  59. <table class="apply" cellpadding="0" cellspacing="0">
  60. <tr>
  61. <th colspan="2">本月完成量(TEU):&nbsp;</th>
  62. <td>
  63. ${record.bywcl }
  64. </td>
  65. <th colspan="2">本年累计量(TEU):&nbsp;</th>
  66. <td>
  67. ${record.bnljl }
  68. </td>
  69. <th colspan="2">同比增长数(%):&nbsp;</th>
  70. <td>
  71. ${record.tbzzs }
  72. </td>
  73. </tr>
  74. <tr>
  75. <th rowspan="2">其中:</th>
  76. <th>外贸:&nbsp;</th>
  77. <td>${record.wmjzxttl }</td>
  78. <th rowspan="2">其中:</th>
  79. <th>外贸:&nbsp;</th>
  80. <td>${record.nwmjzxttl }</td>
  81. <th rowspan="2">其中:</th>
  82. <th>外贸:&nbsp;</th>
  83. <td>${record.wmtbzzs }</td>
  84. </tr>
  85. <tr>
  86. <th>内贸:&nbsp;</th>
  87. <td>${record.nmjzxttl }</td>
  88. <th>内贸:&nbsp;</th>
  89. <td>${record.nnmjzxttl }</td>
  90. <th>内贸:&nbsp;</th>
  91. <td>${record.nmtbzzs }</td>
  92. </tr>
  93. </table>
  94. <h2 align="center" style="margin-top:0px;"><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">集装箱航线航班开辟情况</font></h2>
  95. <table class="apply">
  96. <tr>
  97. <th></th>
  98. <th>本月营运航线总数</th>
  99. <th>本月营运航班总数</th>
  100. <th>本月新开辟航线数</th>
  101. <th>本月停开航线数</th>
  102. </tr>
  103. <tr>
  104. <th>远洋航线:</th>
  105. <td>${record.yyhxts }</td>
  106. <td>${record.yyhxhbs }</td>
  107. <td>${record.yyxkphxs }</td>
  108. <td>${record.yytkhxs }</td>
  109. </tr>
  110. <tr>
  111. <th>近洋航线:</th>
  112. <td>${record.jyhxts }</td>
  113. <td>${record.jyhxhbs }</td>
  114. <td>${record.jyxkphxs }</td>
  115. <td>${record.jytkhxs }</td>
  116. </tr>
  117. <tr>
  118. <th>外贸内支线:</th>
  119. <td>${record.nzxts }</td>
  120. <td>${record.nzxhbs }</td>
  121. <td>${record.nzxxkphxs }</td>
  122. <td>${record.nzxtkhxs }</td>
  123. </tr>
  124. <tr>
  125. <th>内贸航线:</th>
  126. <td>${record.nmhxts }</td>
  127. <td>${record.nmhxhbs }</td>
  128. <td>${record.nmxkphxs }</td>
  129. <td>${record.nmtkhxs }</td>
  130. </tr>
  131. <tr>
  132. <th>填表人:</th>
  133. <td>${record.tbr }</td>
  134. <th>联系电话:</th>
  135. <td colspan="2">${record.lxdh }</td>
  136. </tr>
  137. </table>
  138. <div id="buttons">
  139. <a class="btn btn-default btn-sm" href="#" onclick="hxhbtj.main.back()">
  140. <i class="glyphicon glyphicon-arrow-left"></i>返回
  141. </a>
  142. </div>
  143. </div>
  144. </div>
  145. </div>
  146. </body>
  147. </html>