jghdview.jsp 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>江苏省港口建设与经营管理信息系统</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <%@ include file="../../common.jsp"%>
  9. <script type="text/javascript" src="${app }/static/biz/js/gkjcxx/jghd/jghddetail.js"></script>
  10. <script>
  11. $(function(){
  12. newLine();
  13. });
  14. </script>
  15. </head>
  16. <body>
  17. <div class="box" >
  18. <div class="box-content" >
  19. <div class="apply_fill">
  20. <table class="apply" cellpadding="0" cellspacing="0">
  21. <tr>
  22. <th>所在地:&nbsp;</th>
  23. <td >
  24. ${record.szdzw }
  25. </td>
  26. <th>所在港口:&nbsp;</th>
  27. <td >
  28. ${record.szgkzw }
  29. </td>
  30. </tr>
  31. <tr>
  32. <th>航道名称:&nbsp;</th>
  33. <td >
  34. ${record.hdmc }
  35. </td>
  36. <th>服务港区:&nbsp;</th>
  37. <td >
  38. ${record.szgqzw }
  39. </td>
  40. </tr>
  41. <tr>
  42. <th>航道水深(米):&nbsp;</th>
  43. <td >
  44. ${record.hdss }
  45. </td>
  46. <th>航道长度(米):&nbsp;</th>
  47. <td >
  48. ${record.hdcd }
  49. </td>
  50. </tr>
  51. <tr>
  52. <th>航道通过能力(万吨/年):&nbsp;</th>
  53. <td >
  54. ${record.hdtgnl }
  55. </td>
  56. <th>航道代码:&nbsp;</th>
  57. <td >
  58. ${record.hddm }
  59. </td>
  60. </tr>
  61. <tr>
  62. <th>航道起点名称:&nbsp;</th>
  63. <td >
  64. ${record.hdqdmc }
  65. </td>
  66. <th>航道讫点名称:&nbsp;</th>
  67. <td >
  68. ${record.hdqdmm }
  69. </td>
  70. </tr>
  71. <tr>
  72. <th>航道最大水深(米):&nbsp;</th>
  73. <td >
  74. ${record.hdzdss }
  75. </td>
  76. <th>航道宽度(米):&nbsp;</th>
  77. <td >
  78. ${record.hdkd }
  79. </td>
  80. </tr>
  81. <tr>
  82. <th>航道有效宽度(米):&nbsp;</th>
  83. <td >
  84. ${record.hdyxkd }
  85. </td>
  86. <th></th>
  87. <td >
  88. </td>
  89. </tr>
  90. <tr>
  91. <th>备注:</th>
  92. <td colspan="4" style="width:93%;height:80px;" id="bzhh">
  93. ${record.bz}
  94. </td>
  95. </tr>
  96. </table>
  97. <div id="buttons">
  98. <a class="btn btn-default btn-sm" href="#" onclick="jghd.detail.back()">
  99. <i class="glyphicon glyphicon-arrow-left"></i>返回
  100. </a>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </body>
  106. </html>