tzjhglview.jsp 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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/gkjsgl/tzjhgl/tzjhgldetail.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. tzjhgl.detail.init();
  14. sfyzjbz();
  15. });
  16. function sfyzjbz(){
  17. $("#bzzj").hide();
  18. sfyzjbz='${record.sfyzjbz}';
  19. if(sfyzjbz==201){
  20. $("#bzzj").show();
  21. }
  22. };
  23. </script>
  24. </head>
  25. <body>
  26. <div class="box" >
  27. <div class="box-content" >
  28. <div class="apply_fill">
  29. <form id="addform" method="post">
  30. <table class="apply" cellpadding="0" cellspacing="0">
  31. <tr>
  32. <th>项目名称:&nbsp;</th>
  33. <td colspan="4" >
  34. ${record.xmmczw }
  35. </td>
  36. </tr>
  37. <tr>
  38. <th>港口:&nbsp;</th>
  39. <td >
  40. ${record.szgkzw }
  41. </td>
  42. <th>港区:&nbsp;</th>
  43. <td >
  44. ${record.szgqzw }
  45. </td>
  46. </tr>
  47. <tr>
  48. <th>计划年度:&nbsp;</th>
  49. <td >
  50. ${record.jhnd }
  51. </td>
  52. <th>年度计划投资(万元):&nbsp;</th>
  53. <td >
  54. ${record.ndjhtz}
  55. </td>
  56. </tr>
  57. <tr>
  58. <th>所属计划:&nbsp;</th>
  59. <td>
  60. ${record.xmlbzw }
  61. </td>
  62. <th>是否有资金补助:&nbsp;</th>
  63. <td>
  64. ${record.sfyzjbzzw }
  65. </td>
  66. </tr>
  67. <tr id="bzzj">
  68. <th>中央补助资金(万元):&nbsp;</th>
  69. <td>
  70. ${record.zybzzj }
  71. </td>
  72. <th>省补助资金(万元):&nbsp;</th>
  73. <td>
  74. ${record.sbzzj }
  75. </td>
  76. </tr>
  77. </table>
  78. </form>
  79. <div id="buttons">
  80. <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.back()">
  81. <i class="glyphicon glyphicon-arrow-left"></i>
  82. 返回</a>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </body>
  88. </html>