jgbgview.jsp 6.4 KB

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