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