xkzfzview.jsp 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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/gkjygl/gkjyr/jyrxkzfz/xkzfzdetail.js"></script>
  11. </head>
  12. <style type="text/css">
  13. .dvs {
  14. display: none;
  15. position:absolute;
  16. width: 90%;
  17. height: 90%;
  18. z-index:100;
  19. }
  20. .dvs img{
  21. display: block;
  22. width: 90%;
  23. height: 90%;
  24. }
  25. .dvs span img{
  26. display: block;
  27. margin-top: 15%;
  28. margin-left: 30%;
  29. width: 150px;
  30. height: 150px;
  31. }
  32. #overlay {
  33. background: #000;
  34. filter: alpha(opacity=70); /* IE的透明度 */
  35. opacity: 0.7; /* 透明度 */
  36. position: fixed;
  37. top: 0px;
  38. left: 0px;
  39. width: 100%;
  40. height: 100%;
  41. z-index: 50; /* 此处的图层要大于页面 */
  42. display:none;
  43. }
  44. </style>
  45. <script type="text/javascript">
  46. $(document).ready(function () {
  47. xkzfz.detail.path = '${path}';
  48. iFrameHeightIframe('${menuid}');//自适应高度
  49. });
  50. </script>
  51. <body>
  52. <div id="overlay"></div>
  53. <div class="box" >
  54. <div class="box-content" >
  55. <div class="apply_fill">
  56. <table class="apply" cellpadding="0" cellspacing="0">
  57. <tr>
  58. <th>港口经营人:&nbsp;</th>
  59. <td colspan="3">
  60. ${record.ssjyrzw }
  61. </td>
  62. </tr>
  63. <tr>
  64. <th>主证编号:&nbsp;</th>
  65. <td >
  66. ${record.gkjyxkz }
  67. </td>
  68. <th>证书编号:&nbsp;</th>
  69. <td >
  70. ${record.fzsqh }
  71. </td>
  72. </tr>
  73. <tr>
  74. <th>作业危险货物名称:&nbsp;</th>
  75. <td >
  76. ${record.wxhwpm }
  77. </td>
  78. <th>作业方式:&nbsp;</th>
  79. <td >
  80. ${record.zyfs }
  81. </td>
  82. </tr>
  83. <tr>
  84. <th>作业区域范围:&nbsp;</th>
  85. <td colspan="3">
  86. <c:forEach items="${listgk}" var="listgk">
  87. <c:if test="${listgk.id==record.szgk }">${listgk.gkmc}</c:if>
  88. </c:forEach>
  89. <c:forEach items="${listgq}" var="listgq">
  90. <c:if test="${listgq.id==record.szgq }">${listgq.gqmc}</c:if>
  91. </c:forEach>
  92. ${record.ssjyrzw }
  93. <c:forEach items="${listZycs}" var="listZycs">
  94. <c:if test="${listZycs.id==record.zycs }">${listZycs.text}</c:if>
  95. </c:forEach>
  96. (${record.qynbmc})
  97. </td>
  98. </tr>
  99. <tr>
  100. <th>发证日期:&nbsp;</th>
  101. <td >
  102. ${record.yxqkssjfmt }
  103. </td>
  104. <th>有效日期:&nbsp;</th>
  105. <td >
  106. ${record.yxqjssjfmt }
  107. </td>
  108. </tr>
  109. <tr>
  110. <th>发证机关:&nbsp;</th>
  111. <td >
  112. ${record.fzjg }
  113. </td>
  114. <th>证书状态:&nbsp;</th>
  115. <td >
  116. <c:if test="${record.recordStatus==1}">有效</c:if>
  117. </td>
  118. </tr>
  119. <tr>
  120. <th>附证电子扫描件:&nbsp;</th>
  121. <td>
  122. <%for(int i=0;i<2;i++){
  123. request.setAttribute("flag",i);
  124. %>
  125. <img hspace="2" vspace="2" border="1" align="middle" height="30" width="30" src="${app}/xkzfz/getFileList?szd=${record.szd}+&szgq=${record.szgq}+&ssjyr=${record.ssjyr}+&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"
  126. onclick="xkzfz.detail.show(${flag})" <c:if test="${flag == 0 }">title="正面"</c:if> <c:if test="${flag == 1 }">title="反面"</c:if>/>
  127. <div id="dv${flag}" title="点击关闭" class="dvs" onclick="xkzfz.detail.hide(${flag})">
  128. <img src="${app}/xkzfz/getFileList?szd=${record.szd}+&szgq=${record.szgq}+&ssjyr=${record.ssjyr}+&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"/>
  129. </div>
  130. <%} %>
  131. <img hspace="2" vspace="2" border="1" align="middle" height="30" width="30" src="${app}/xkzfz/getTwoCode?id=${record.id}" onerror="this.src='${app }/static/biz/image/notfind.png'"
  132. onclick="xkzfz.detail.showTwoCode(${flag})" title="二维扫码"/>
  133. <div id="dvTwoCode" class="dvs" title="点击关闭" onclick="xkzfz.detail.hideTwoCode()">
  134. <span><img id="" src="${app}/xkzfz/getTwoCode?id=${record.id}" onerror="this.src='${app }/static/biz/image/notfind.png'"/></span>
  135. </div>
  136. </td>
  137. </tr>
  138. </table>
  139. <div id="buttons">
  140. <a class="btn btn-default btn-sm" href="#" onclick="xkzfz.detail.back()">
  141. <i class="glyphicon glyphicon-arrow-left"></i>返回
  142. </a>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. </body>
  148. </html>