tzjhgladd.jsp 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. initXmlbsel('xmlbsel','','80%');
  15. initSfyzjbzsel('sfyzjbz','','change','80%');
  16. tzjhgl.detail.jhnd('jhnd','','80%');
  17. });
  18. function guanbipop(){
  19. $('.theme-popover-mask-tc').fadeOut(100);
  20. $('.theme-popover-tc').slideUp(0);
  21. }
  22. function change(){
  23. if($("#sfyzjbzid").val()==201){
  24. $("#bzzj").show();
  25. }else{
  26. $("#bzzj").hide();
  27. $("#zybzzj").val("");
  28. $("#sbzzj").val("");
  29. }
  30. }
  31. </script>
  32. </head>
  33. <body>
  34. <div class="box" >
  35. <div class="box-content" >
  36. <div class="apply_fill">
  37. <form id="addform" method="post">
  38. <input type="hidden" class="form-control" name="xmxxglid" id="xmid" value="${record.id }" >
  39. <table class="apply" cellpadding="0" cellspacing="0">
  40. <tr>
  41. <th><span class="needwrite">*</span>项目名称:&nbsp;</th>
  42. <td colspan="3" style="position:relative;">
  43. <input type="text" style="width: 92.5%;" class="form-control" name="xmmc" id="xmmc" value="${record.xmmc }" readonly>
  44. <a class="btn btn-primary btn-sm" style="position:absolute;right:1px;top:4px;" href="#" onclick="tzjhgl.detail.xmxxxz()">
  45. 选择</a>
  46. </td>
  47. </tr>
  48. <tr>
  49. <th>所在港口:&nbsp;</th>
  50. <td>
  51. <input type="hidden" class="form-control" name="szgkid" value="${record.szgk.id }" >
  52. <input type="text" class="form-control" id="szgk" name="szgk" value="${record.szgk.gkmc }" readonly>
  53. </td>
  54. <th>所在港区:&nbsp;</th>
  55. <td>
  56. <input type="hidden" class="form-control" name="szgkid" value="${record.szgk.id }" >
  57. <input type="text" class="form-control" name="szgq" value="${record.szgq.gqmc }" readonly>
  58. </td>
  59. </tr>
  60. <tr>
  61. <th><span class="needwrite">*</span>计划年度:&nbsp;</th>
  62. <td>
  63. <div id="jhnd"></div>
  64. </td>
  65. <th><span class="needwrite">*</span>年度计划投资(万元):&nbsp;</th>
  66. <td >
  67. <input type="text" class="form-control" name="ndjhtz" id="ndjhtz" onkeyup="num(this)">
  68. </td>
  69. </tr>
  70. <tr>
  71. <th><span class="needwrite">*</span>所属计划:&nbsp;</th>
  72. <td>
  73. <div id="xmlbsel"></div>
  74. </td>
  75. <th>是否有资金补助:&nbsp;</th>
  76. <td>
  77. <div id="sfyzjbz"></div>
  78. </td>
  79. </tr>
  80. <tr id="bzzj">
  81. <th>中央补助资金(万元):&nbsp;</th>
  82. <td>
  83. <input type="text" class="form-control" name="zybzzj" id="zybzzj" onkeyup="num(this)">
  84. </td>
  85. <th>省补助资金(万元):&nbsp;</th>
  86. <td>
  87. <input type="text" class="form-control" name="sbzzj" id="sbzzj" onkeyup="num(this)">
  88. </td>
  89. </tr>
  90. </table>
  91. <div class="theme-popover-tc" id="theme-popover-tc" style="width: 900px;">
  92. <div class="theme-poptit-tc">
  93. <div class="popTitle-tc">
  94. <h4>项目选择</h4>
  95. </div>
  96. <div class="close-tc">
  97. <a href="#" title="关闭" onclick="guanbipop()" >×</a>
  98. </div>
  99. </div>
  100. <div class="popContent-tc" >
  101. <div style="background-color:#f4f4f4;">
  102. <table class="search_table" cellpadding="0" cellspacing="0">
  103. <tr>
  104. <th width="10%"></th>
  105. <th width="25%"></th>
  106. <th width="10%"></th>
  107. <th width="25%"></th>
  108. <th width="10%"></th>
  109. <th width="20%"></th>
  110. </tr>
  111. <tr>
  112. <td class="right">项目名称:</td>
  113. <td class="right"><input type="text" class="form-control" id="xmcx" name="xmcx" value="${xmcx }"></td>
  114. <td></td>
  115. <td></td>
  116. <td></td>
  117. <td align="center"> <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.xmxxxz()">
  118. <i class="glyphicon glyphicon-search"></i>
  119. 查询</a>
  120. </td>
  121. </tr>
  122. </table>
  123. <table class="main_table" cellpadding="0" cellspacing="0">
  124. <tr>
  125. <th width="5%">序号</th>
  126. <th width="25%">项目名称</th>
  127. <th width="10%">港口</th>
  128. <th width="10%">港区</th>
  129. <th width="10%">项目法人</th>
  130. <th width="25%">建设地址</th>
  131. <th width="10%">项目类型</th>
  132. <th width="1%">操作</th>
  133. </tr>
  134. <tbody id="xmxxtb"></tbody>
  135. </table>
  136. <!-- 分页处 -->
  137. <jsp:include page="../../pageinfoforjyr.jsp"></jsp:include>
  138. </div>
  139. <div id="buttons">
  140. <a class="btn btn-default btn-sm" href="#" onclick="guanbipop()">
  141. <i></i>
  142. 关闭</a>
  143. </div>
  144. </div>
  145. </div>
  146. <div class="theme-popover-mask-tc" id="theme-popover-mask-tc"></div>
  147. </form>
  148. <div id="buttons">
  149. <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.save()">
  150. <i class="glyphicon glyphicon-floppy-disk"></i>
  151. 保存</a>
  152. <a class="btn btn-default btn-sm" href="#" onclick="tzjhgl.detail.back()">
  153. <i class="glyphicon glyphicon-arrow-left"></i>
  154. 返回</a>
  155. </div>
  156. </div>
  157. </div>
  158. </div>
  159. </body>
  160. </html>