dcsbview.jsp 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
  4. <!DOCTYPE html>
  5. <html lang="en">
  6. <head>
  7. <meta charset="utf-8">
  8. <title>江苏省港口建设与经营管理信息系统</title>
  9. <meta name="viewport" content="width=device-width, itial-scale=1">
  10. <%@ include file="../../../common.jsp"%>
  11. <script type="text/javascript" src="${app }/static/biz/js/gkjygl/cghzyxxgl/dcsb/dcsbdetail.js"></script>
  12. <script type="text/javascript">
  13. $(document).ready(function () {
  14. dcsb.detail.path='${path}';
  15. dcsb.detail.type='${type}';
  16. dcsb.detail.jyrid='${record.ssjyr.id }';
  17. dcsb.detail.mt='${record.mt }';
  18. dcsb.detail.bw='${record.bw }';
  19. dcsb.detail.nwm='${record.nwm }';
  20. dcsb.detail.jcg='${record.jcg }';
  21. dcsb.detail.fhflag='${fhflag }';
  22. dcsb.detail.init();
  23. tabiFrameHeightIframe('');//自适应高度
  24. });
  25. </script>
  26. <style type="text/css">
  27. .apply td{font-size: 13px;}
  28. </style>
  29. </head>
  30. <body>
  31. <jsp:include page="../../../jyrselect.jsp"></jsp:include>
  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. <table class="apply" cellpadding="0" cellspacing="0">
  37. <tr>
  38. <th>编号:&nbsp;</th>
  39. <td >
  40. ${record.bh }
  41. </td>
  42. <th>港口经营人名称:&nbsp;</th>
  43. <td >
  44. ${record.ssjyr.gkjyr }
  45. </td>
  46. </tr>
  47. <tr>
  48. <th>所在港口:&nbsp;</th>
  49. <td >
  50. ${record.szgk.gkmc }
  51. </td>
  52. <th>所在港区&nbsp;</th>
  53. <td >
  54. ${record.szgq.gqmc }
  55. </td>
  56. </tr>
  57. <tr>
  58. <th>码头:&nbsp;</th>
  59. <td >
  60. <span id="mtsel"></span>
  61. </td>
  62. <th>泊位:&nbsp;</th>
  63. <td >
  64. <span id="bwsel"></span>
  65. </td>
  66. </tr>
  67. <tr>
  68. <th>船名/船队名:&nbsp;</th>
  69. <td >
  70. ${record.cm }
  71. </td>
  72. <th>航次:&nbsp;</th>
  73. <td >
  74. ${record.hc }
  75. </td>
  76. </tr>
  77. <tr>
  78. <th>进出港:&nbsp;</th>
  79. <td >
  80. <span id="jcgsel"></span>
  81. </td>
  82. <th>内外贸:&nbsp;</th>
  83. <td >
  84. <span id="nwmsel"></span>
  85. </td>
  86. </tr>
  87. <tr>
  88. <th>上港:&nbsp;</th>
  89. <td >
  90. ${record.sg }
  91. </td>
  92. <th>下港:&nbsp;</th>
  93. <td >
  94. ${record.xg }
  95. </td>
  96. </tr>
  97. <tr>
  98. <th>始发港:&nbsp;</th>
  99. <td >
  100. ${record.sfg }
  101. </td>
  102. <th>目的港:&nbsp;</th>
  103. <td >
  104. ${record.mdg }
  105. </td>
  106. </tr>
  107. <tr>
  108. <th>货物种类第一大类:&nbsp;</th>
  109. <td>${recordvo.hwzlzw }</td>
  110. <th>货物种类第二大类:&nbsp;</th>
  111. <td>${recordvo.hwzldedlzw }</td>
  112. </tr>
  113. <tr>
  114. <th>作业品名称:&nbsp;</th>
  115. <td >
  116. ${record.cm }
  117. </td>
  118. <th>作业数量(吨):&nbsp;</th>
  119. <td >
  120. ${record.zysl }
  121. </td>
  122. </tr>
  123. <tr style="display:none">
  124. <th>货物形式:&nbsp;</th>
  125. <td colspan="3">
  126. <input style="width:12px" type="radio"
  127. <c:if test="${record.huxs == '1' }"> checked="checked" </c:if>
  128. name="huxs" value="1">包件体
  129. <input style="width:12px" type="radio"
  130. <c:if test="${record.huxs == '2' }"> checked="checked" </c:if>
  131. name="huxs" value="2">型散装容器
  132. <input style="width:12px" type="radio"
  133. <c:if test="${record.huxs == '7' }"> checked="checked" </c:if>
  134. name="huxs" value="7">槽罐车
  135. <input style="width:12px" type="radio"
  136. <c:if test="${record.huxs == '10' }"> checked="checked" </c:if>
  137. name="huxs" value="10">其他
  138. <br/>
  139. 集装箱(
  140. <c:if test="${record.huxs20 == 1 }">
  141. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs20()" name="huxs20" id="huxs20">20'
  142. <input style="width:10%" type="text" value="${record.huxssl20 }" name="huxssl20" id="huxssl20">
  143. </c:if>
  144. <c:if test="${record.huxs20 !=1 }">
  145. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs20()" name="huxs20" id="huxs20">20'
  146. <input style="width:10%" type="text" readonly="readonly" name="huxssl20" id="huxssl20">
  147. </c:if>
  148. <c:if test="${record.huxs40 == 1 }">
  149. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs40()" name="huxs40" id="huxs40" >40'
  150. <input style="width:10%" type="text" value="${record.huxssl40 }" name="huxssl40" id="huxssl40" >
  151. </c:if>
  152. <c:if test="${record.huxs40 !=1 }">
  153. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs40()" name="huxs40" id="huxs40" >40'
  154. <input style="width:10%" type="text" name="huxssl40" id="huxssl40" readonly="readonly">
  155. </c:if>
  156. <c:if test="${record.huxs45 == 1 }">
  157. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs45()" name="huxs45" id="huxs45">45'
  158. <input style="width:10%" type="text" value="${record.huxssl45 }" name="huxssl45" id="huxssl45" >
  159. </c:if>
  160. <c:if test="${record.huxs45 !=1 }">
  161. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs45()" name="huxs45" id="huxs45">45'
  162. <input style="width:10%" type="text" name="huxssl45" id="huxssl45" readonly="readonly">
  163. </c:if>
  164. <c:if test="${record.huxstzx == 1 }">
  165. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxstzx()" name="huxstzx" id="huxstzx">特种箱
  166. <input style="width:10%" type="text" value="${record.huxssltzx }" name="huxssltzx" id="huxssltzx" >
  167. </c:if>
  168. <c:if test="${record.huxstzx !=1 }">
  169. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxstzx()" name="huxstzx" id="huxstzx">特种箱
  170. <input style="width:10%" type="text" name="huxssltzx" id="huxssltzx" readonly="readonly">
  171. </c:if>
  172. )<br/>
  173. 罐&nbsp&nbsp&nbsp柜(
  174. <c:if test="${record.gk20 == 1 }">
  175. <input style="width:12px" type="checkbox" name="gk20" checked="checked" onclick="dcsb.detail.selgk20()" id="gk20" value="0">20'
  176. <input style="width:10%" type="text" value="${record.gksl20 }" name="gksl20" id="gksl20" >
  177. </c:if>
  178. <c:if test="${record.gk20 !=1 }">
  179. <input style="width:12px" type="checkbox" name="gk20" onclick="dcsb.detail.selgk20()" id="gk20" value="0">20'
  180. <input style="width:10%" type="text" name="gksl20" id="gksl20" readonly="readonly" >
  181. </c:if>
  182. <c:if test="${record.gk40 ==1 }">
  183. <input style="width:12px" type="checkbox" name="gk40" checked="checked" onclick="dcsb.detail.selgk40()" id="gk40" value="0">40'
  184. <input style="width:10%" type="text" value="${record.gksl40 }" name="gksl40" id="gksl40" >
  185. </c:if>
  186. <c:if test="${record.gk40 !=1 }">
  187. <input style="width:12px" type="checkbox" name="gk40" onclick="dcsb.detail.selgk40()" id="gk40" value="0">40'
  188. <input style="width:10%" type="text" name="gksl40" id="gksl40" readonly="readonly">
  189. </c:if>
  190. )
  191. </td>
  192. </tr>
  193. <tr>
  194. <th>作业时间起:&nbsp;</th>
  195. <td >
  196. ${fn:substring(record.zysjq,0,10)}
  197. </td>
  198. <th>作业时间止:&nbsp;</th>
  199. <td >
  200. ${fn:substring(record.zysjz,0,10)}
  201. </td>
  202. </tr>
  203. <tr>
  204. <th>作业地点:&nbsp;</th>
  205. <td colspan="3">
  206. ${record.zydd }
  207. </td>
  208. </tr>
  209. <tr>
  210. <th>报告人:&nbsp;</th>
  211. <td>
  212. ${record.bgr }
  213. </td>
  214. <th>报告时间:&nbsp;</th>
  215. <td >
  216. ${fn:substring(record.bgsj,0,10)}
  217. </td>
  218. </tr>
  219. <c:if test="${flag!='audit' }">
  220. <tr>
  221. <th>审核意见:</th>
  222. <td colspan="3">${record.shyj }</td>
  223. </tr>
  224. <tr>
  225. <th>审核人:</th>
  226. <td>${record.shr }</td>
  227. <th>审核时间:</th>
  228. <td>${fn:substring(record.shsj,0,10)}</td>
  229. </tr>
  230. </c:if>
  231. <c:if test="${flag=='audit' }">
  232. <tr>
  233. <th>审核意见:</th>
  234. <td colspan="3"><textarea name ="shyj" id="shyj"></textarea></td>
  235. </tr>
  236. <tr>
  237. <th>审核人:</th>
  238. <td><input readonly="readonly" type="text" name ="shr" id="shr" value="${record.shr }"></td>
  239. <th>审核时间:</th>
  240. <td><input type="text" readonly="readonly" name ="shsj" id="shsj" value="${fn:substring(shsj,0,10)}"></td>
  241. </tr>
  242. </c:if>
  243. </table>
  244. </form>
  245. <div id="buttons">
  246. <c:if test="${flag=='audit' }">
  247. <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.audit('Y','${record.id}')">
  248. <i class="glyphicon glyphicon-ok-sign"></i>
  249. 同意</a>
  250. <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.audit('N','${record.id}')">
  251. <i class="glyphicon glyphicon-ban-circle"></i>
  252. 退回</a>
  253. </c:if>
  254. <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.back('${fhflag}')">
  255. <i class="glyphicon glyphicon-arrow-left"></i>
  256. 返回</a>
  257. </div>
  258. </div>
  259. </div>
  260. </div>
  261. </body>
  262. </html>