dcsbview.jsp 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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. ${recordvo.mtmc }
  61. <!-- <span id="mtsel"></span> -->
  62. </td>
  63. <th>泊位:&nbsp;</th>
  64. <td >
  65. ${recordvo.bwmc }
  66. <!-- <span id="bwsel"></span> -->
  67. </td>
  68. </tr>
  69. <tr>
  70. <th>船名/船队名:&nbsp;</th>
  71. <td >
  72. ${record.cm }
  73. </td>
  74. <th>航次:&nbsp;</th>
  75. <td >
  76. ${record.hc }
  77. </td>
  78. </tr>
  79. <tr>
  80. <th>进出港:&nbsp;</th>
  81. <td >
  82. ${recordvo.jcgText }
  83. <!-- <span id="jcgsel"></span> -->
  84. </td>
  85. <th>内外贸:&nbsp;</th>
  86. <td >
  87. ${recordvo.nwmText }
  88. <!-- <span id="nwmsel"></span> -->
  89. </td>
  90. </tr>
  91. <tr>
  92. <th>上港:&nbsp;</th>
  93. <td >
  94. ${record.sg }
  95. </td>
  96. <th>下港:&nbsp;</th>
  97. <td >
  98. ${record.xg }
  99. </td>
  100. </tr>
  101. <tr>
  102. <th>始发港:&nbsp;</th>
  103. <td >
  104. ${record.sfg }
  105. </td>
  106. <th>目的港:&nbsp;</th>
  107. <td >
  108. ${record.mdg }
  109. </td>
  110. </tr>
  111. <tr>
  112. <th>货物种类第一大类:&nbsp;</th>
  113. <td>${recordvo.hwzlzw }</td>
  114. <th>货物种类第二大类:&nbsp;</th>
  115. <td>${recordvo.hwzldedlzw }</td>
  116. </tr>
  117. <tr>
  118. <th>作业品名称:&nbsp;</th>
  119. <td >
  120. ${record.zypmc }
  121. </td>
  122. <th>作业数量(吨):&nbsp;</th>
  123. <td >
  124. ${record.zysl }
  125. </td>
  126. </tr>
  127. <tr style="display:none">
  128. <th>货物形式:&nbsp;</th>
  129. <td colspan="3">
  130. <input style="width:12px" type="radio"
  131. <c:if test="${record.huxs == '1' }"> checked="checked" </c:if>
  132. name="huxs" value="1">包件体
  133. <input style="width:12px" type="radio"
  134. <c:if test="${record.huxs == '2' }"> checked="checked" </c:if>
  135. name="huxs" value="2">型散装容器
  136. <input style="width:12px" type="radio"
  137. <c:if test="${record.huxs == '7' }"> checked="checked" </c:if>
  138. name="huxs" value="7">槽罐车
  139. <input style="width:12px" type="radio"
  140. <c:if test="${record.huxs == '10' }"> checked="checked" </c:if>
  141. name="huxs" value="10">其他
  142. <br/>
  143. 集装箱(
  144. <c:if test="${record.huxs20 == 1 }">
  145. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs20()" name="huxs20" id="huxs20">20'
  146. <input style="width:10%" type="text" value="${record.huxssl20 }" name="huxssl20" id="huxssl20">
  147. </c:if>
  148. <c:if test="${record.huxs20 !=1 }">
  149. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs20()" name="huxs20" id="huxs20">20'
  150. <input style="width:10%" type="text" readonly="readonly" name="huxssl20" id="huxssl20">
  151. </c:if>
  152. <c:if test="${record.huxs40 == 1 }">
  153. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs40()" name="huxs40" id="huxs40" >40'
  154. <input style="width:10%" type="text" value="${record.huxssl40 }" name="huxssl40" id="huxssl40" >
  155. </c:if>
  156. <c:if test="${record.huxs40 !=1 }">
  157. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs40()" name="huxs40" id="huxs40" >40'
  158. <input style="width:10%" type="text" name="huxssl40" id="huxssl40" readonly="readonly">
  159. </c:if>
  160. <c:if test="${record.huxs45 == 1 }">
  161. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs45()" name="huxs45" id="huxs45">45'
  162. <input style="width:10%" type="text" value="${record.huxssl45 }" name="huxssl45" id="huxssl45" >
  163. </c:if>
  164. <c:if test="${record.huxs45 !=1 }">
  165. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs45()" name="huxs45" id="huxs45">45'
  166. <input style="width:10%" type="text" name="huxssl45" id="huxssl45" readonly="readonly">
  167. </c:if>
  168. <c:if test="${record.huxstzx == 1 }">
  169. <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxstzx()" name="huxstzx" id="huxstzx">特种箱
  170. <input style="width:10%" type="text" value="${record.huxssltzx }" name="huxssltzx" id="huxssltzx" >
  171. </c:if>
  172. <c:if test="${record.huxstzx !=1 }">
  173. <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxstzx()" name="huxstzx" id="huxstzx">特种箱
  174. <input style="width:10%" type="text" name="huxssltzx" id="huxssltzx" readonly="readonly">
  175. </c:if>
  176. )<br/>
  177. 罐&nbsp&nbsp&nbsp柜(
  178. <c:if test="${record.gk20 == 1 }">
  179. <input style="width:12px" type="checkbox" name="gk20" checked="checked" onclick="dcsb.detail.selgk20()" id="gk20" value="0">20'
  180. <input style="width:10%" type="text" value="${record.gksl20 }" name="gksl20" id="gksl20" >
  181. </c:if>
  182. <c:if test="${record.gk20 !=1 }">
  183. <input style="width:12px" type="checkbox" name="gk20" onclick="dcsb.detail.selgk20()" id="gk20" value="0">20'
  184. <input style="width:10%" type="text" name="gksl20" id="gksl20" readonly="readonly" >
  185. </c:if>
  186. <c:if test="${record.gk40 ==1 }">
  187. <input style="width:12px" type="checkbox" name="gk40" checked="checked" onclick="dcsb.detail.selgk40()" id="gk40" value="0">40'
  188. <input style="width:10%" type="text" value="${record.gksl40 }" name="gksl40" id="gksl40" >
  189. </c:if>
  190. <c:if test="${record.gk40 !=1 }">
  191. <input style="width:12px" type="checkbox" name="gk40" onclick="dcsb.detail.selgk40()" id="gk40" value="0">40'
  192. <input style="width:10%" type="text" name="gksl40" id="gksl40" readonly="readonly">
  193. </c:if>
  194. )
  195. </td>
  196. </tr>
  197. <tr>
  198. <th>作业时间起:&nbsp;</th>
  199. <td >
  200. ${fn:substring(record.zysjq,0,10)}
  201. </td>
  202. <th>作业时间止:&nbsp;</th>
  203. <td >
  204. ${fn:substring(record.zysjz,0,10)}
  205. </td>
  206. </tr>
  207. <tr>
  208. <th>作业地点:&nbsp;</th>
  209. <td colspan="3">
  210. ${record.zydd }
  211. </td>
  212. </tr>
  213. <tr>
  214. <th>报告人:&nbsp;</th>
  215. <td>
  216. ${record.bgr }
  217. </td>
  218. <th>报告时间:&nbsp;</th>
  219. <td >
  220. ${fn:substring(record.bgsj,0,10)}
  221. </td>
  222. </tr>
  223. <c:if test="${flag!='audit' }">
  224. <tr>
  225. <th>审核意见:</th>
  226. <td colspan="3">${record.shyj }</td>
  227. </tr>
  228. <tr>
  229. <th>审核人:</th>
  230. <td>${record.shr }</td>
  231. <th>审核时间:</th>
  232. <td>${fn:substring(record.shsj,0,10)}</td>
  233. </tr>
  234. </c:if>
  235. <c:if test="${flag=='audit' }">
  236. <tr>
  237. <th>审核意见:</th>
  238. <td colspan="3"><textarea name ="shyj" id="shyj" class="form-control"></textarea></td>
  239. </tr>
  240. <tr>
  241. <th>审核人:</th>
  242. <td><input readonly="readonly" type="text" class="form-control" name ="shr" id="shr" value="${record.shr }"></td>
  243. <th>审核时间:</th>
  244. <td><input type="text" readonly="readonly" class="form-control" name ="shsj" id="shsj" value="${fn:substring(shsj,0,10)}"></td>
  245. </tr>
  246. </c:if>
  247. </table>
  248. </form>
  249. <div id="buttons">
  250. <c:if test="${flag=='audit' }">
  251. <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.audit('Y','${record.id}')">
  252. <i class="glyphicon glyphicon-ok-sign"></i>
  253. 同意</a>
  254. <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.audit('N','${record.id}')">
  255. <i class="glyphicon glyphicon-ban-circle"></i>
  256. 退回</a>
  257. </c:if>
  258. <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.back('${fhflag}')">
  259. <i class="glyphicon glyphicon-arrow-left"></i>
  260. 返回</a>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265. </body>
  266. </html>