jsjdcbsjview.jsp 6.3 KB

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