jsjdbgview.jsp 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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/jsjdbg/jsjdbgdetail.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function () {
  13. jsjdbg.detail.opflag="${opflag}"
  14. jsjdbg.detail.taskKey="${taskKey}";
  15. jsjdbg.detail.init();
  16. $('.close').click(function(){
  17. guanbi();
  18. })
  19. if('${record.tzlx }' == "1903") {
  20. $("#zftzDiv").css("display","table-row");
  21. var ztz = '${record.ztz}';
  22. var zftze = '${record.zftze}';
  23. if(isEmpty(ztz) || isEmpty(zftze)) {
  24. return;
  25. }
  26. if(isFDS(ztz) && isFDS(zftze)) {
  27. var rate = (zftze/ztz)*100;
  28. $("#zftzTd").html(rate.toFixed(2));
  29. }
  30. } else {
  31. $("#zftzDiv").css("display","none");
  32. }
  33. });
  34. function tanchu(){
  35. //此处可以先进行ajax请求获取数据,然后再回掉中再显示弹出框
  36. $('.theme-popover-mask').fadeIn(100);
  37. $('.theme-popover').slideDown(0);
  38. }
  39. function guanbi(){
  40. $('.theme-popover-mask').fadeOut(100);
  41. $('.theme-popover').slideUp(0);
  42. }
  43. function showRy(){
  44. $('#selectrydiv').fadeIn(100);
  45. $('#selectry2div').slideDown(0);
  46. }
  47. function showYj(){
  48. $('#selectyjdiv').fadeIn(100);
  49. $('#selectyj2div').slideDown(0);
  50. }
  51. </script>
  52. </head>
  53. <body>
  54. <div class="box" >
  55. <div class="box-content" >
  56. <div class="apply_fill">
  57. <form id="addform" method="post" enctype="multipart/form-data">
  58. <input type="hidden" id="userids" name="userids"/>
  59. <input type="hidden" id="yj" name="yj"/>
  60. <input type="hidden" id="accids" name="accids"/>
  61. <table class="apply" cellpadding="0" cellspacing="0">
  62. <tr>
  63. <th>项目编码:&nbsp;</th>
  64. <td>
  65. ${record.xmbm }
  66. </td>
  67. <th>项目名称:&nbsp;</th>
  68. <td >
  69. ${record.xmmc }
  70. </td>
  71. </tr>
  72. <tr>
  73. <th>项目概况:&nbsp;</th>
  74. <td colspan="3" >
  75. ${record.xmgk }
  76. </td>
  77. </tr>
  78. <tr>
  79. <th>建设规模:&nbsp;</th>
  80. <td colspan="3">
  81. ${record.jsgm }
  82. </td>
  83. </tr>
  84. <tr>
  85. <th>项目法人:&nbsp;</th>
  86. <td >
  87. ${record.xmfr }
  88. </td>
  89. <th>建设单位:&nbsp;</th>
  90. <td >
  91. ${jyr.gkjyr }
  92. </td>
  93. </tr>
  94. <tr>
  95. <th>行政区划:&nbsp;</th>
  96. <td>
  97. ${xzqhname}
  98. </td>
  99. <th>所在地:&nbsp;</th>
  100. <td >
  101. ${record.szddzw }
  102. </td>
  103. </tr>
  104. <tr>
  105. <th>所在港口:&nbsp;</th>
  106. <td>
  107. ${record.szgkzw }
  108. </td>
  109. <th>所在港区:&nbsp;</th>
  110. <td >
  111. ${record.szgqzw }
  112. </td>
  113. </tr>
  114. <tr>
  115. <th>项目类型:&nbsp;</th>
  116. <td >
  117. ${record.xmlxzw }
  118. </td>
  119. <th>建设地址:&nbsp;</th>
  120. <td >
  121. ${record.jsdd }
  122. </td>
  123. </tr>
  124. <tr>
  125. <th>总投资 (万元):&nbsp;</th>
  126. <td>
  127. ${record.ztz }
  128. </td>
  129. <th>投资类型:&nbsp;</th>
  130. <td>
  131. ${record.tzlxzw }
  132. </td>
  133. </tr>
  134. <tr id="zftzDiv" style="display:none">
  135. <th>政府投资(万元):&nbsp;</th>
  136. <td >
  137. ${record.zftze }
  138. </td>
  139. <th>政府投资占比(%):&nbsp;</th>
  140. <td id="zftzTd"></td>
  141. </tr>
  142. <tr>
  143. <th>建成时间:&nbsp;</th>
  144. <td>
  145. ${fn:substring(record.jcsj,0,10)}
  146. </td>
  147. <th>泊位个数:&nbsp;</th>
  148. <td>
  149. ${bwgs }
  150. </td>
  151. </tr>
  152. <tr>
  153. <th>项目核准级别:&nbsp;</th>
  154. <td>
  155. ${record.xmhzjbzw }
  156. </td>
  157. <th>通过能力(万吨):&nbsp;</th>
  158. <td >
  159. ${record.tgnl }
  160. </td>
  161. </tr>
  162. <tr>
  163. <th>岸线审批级别:&nbsp;</th>
  164. <td >
  165. ${record.axspjbzw }
  166. </td>
  167. <th>岸线长度 (米):&nbsp;</th>
  168. <td >
  169. ${record.axcd }
  170. </td>
  171. </tr>
  172. <tr>
  173. <th>水域类型:&nbsp;</th>
  174. <td colspan="3">
  175. ${record.sylxzw }
  176. </td>
  177. </tr>
  178. <tr>
  179. <th>专家评审附件:&nbsp;</th>
  180. <td colspan="3">
  181. <c:if test="${ taskKey == 'zjps' }">
  182. <a href="#" class="file">上传<input type="file" name="file" id="fjid" onchange="jsjdbg.detail.submitFile()"/></a>
  183. </c:if>
  184. <table id="tableId" style="width: 100%">
  185. <tr align="center">
  186. <td style="width:40%;text-align: center;">上传附件名称</td>
  187. <c:if test="${ taskKey == 'zjps' }">
  188. <td style="width:15%;text-align: center;">操作</td>
  189. </c:if>
  190. </tr>
  191. <c:forEach items="${fjlist }" var="fj" varStatus="status">
  192. <tr align="center">
  193. <td><a class='main_title' href='/jsjy/accessory/download?id=${fj.fjid }'>${fj.fjmc }</a></td>
  194. <c:if test="${ taskKey == 'zjps' }">
  195. <td><a class="btn btn-default btn-xs" href="#" onclick="jsjdbg.detail.delFj('${fj.id}',this)">删除</a></td>
  196. </c:if>
  197. </tr>
  198. </c:forEach>
  199. </table>
  200. </td>
  201. </tr>
  202. <c:forEach items="${list}" var="list" begin="1" varStatus="status">
  203. <tr>
  204. <th> ${list.currName }:&nbsp;</th>
  205. <td colspan="3">${list.yj }</td>
  206. </tr>
  207. </c:forEach>
  208. </table>
  209. </form>
  210. <div id="buttons">
  211. <c:if test="${opflag == 5 || opflag == 9}">
  212. <a class="btn btn-default btn-sm" href="#" onclick="showRy()">
  213. <i class="glyphicon glyphicon-check"></i>
  214. 选择科室人员</a>
  215. </c:if>
  216. <c:if test="${flag=='audit' }">
  217. <a class="btn btn-default btn-sm" href="#" onclick="showYj()">
  218. <i class="glyphicon glyphicon-check"></i>
  219. 意见</a>
  220. <a class="btn btn-default btn-sm" href="#" onclick="jsjdbg.detail.audit('Y','${record.id}')">
  221. <i class="glyphicon glyphicon-ok-sign"></i>
  222. 同意</a>
  223. <a class="btn btn-default btn-sm" href="#" onclick="jsjdbg.detail.audit('N','${record.id}')">
  224. <i class="glyphicon glyphicon-ban-circle"></i>
  225. 退回</a>
  226. </c:if>
  227. <a class="btn btn-default btn-sm" href="#" onclick="jsjdbg.detail.back()">
  228. <i class="glyphicon glyphicon-arrow-left"></i>
  229. 返回</a>
  230. </div>
  231. </div>
  232. </div>
  233. </div>
  234. <jsp:include page="../../showRy.jsp"></jsp:include>
  235. <jsp:include page="../../showViewOption.jsp"></jsp:include>
  236. </body>
  237. </html>