|
@@ -11,8 +11,7 @@
|
|
|
<c:set var="local" value="http://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}" />
|
|
|
<script type="text/javascript" src="${app }/static/biz/js/gkjygl/gkjyr/xkzxx/xkzxxdetail.js"></script>
|
|
|
<link href='${app }/static/biz/css/fuzheng.css' rel='stylesheet'>
|
|
|
-</head>
|
|
|
-<style type="text/css">
|
|
|
+ <style type="text/css">
|
|
|
.dvs {
|
|
|
display: none;
|
|
|
position:absolute;
|
|
@@ -46,27 +45,28 @@
|
|
|
display:none;
|
|
|
}
|
|
|
</style>
|
|
|
+</head>
|
|
|
<body>
|
|
|
<div id="overlay"></div>
|
|
|
<div class="head-center">
|
|
|
- <h2>港口危险货物作业附证</h2>
|
|
|
+ <h2>港口经营许可证</h2>
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
<form action="" method="post">
|
|
|
- <table class="table" border="1px" bordercolor="#000"
|
|
|
+ <table id="table" border="1px"
|
|
|
cellpadding="5px" align="center">
|
|
|
<tr>
|
|
|
<td class="td-left">所在地:</td>
|
|
|
- <td class="td-right" id="gkjyr" colspan="2">${record.szd }</td>
|
|
|
+ <td class="td-right" id="gkjyr" colspan="2">${record.szd.text }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td-left">所在港区:</td>
|
|
|
- <td class="td-right" id="ssgq" colspan="2">${record.ssgq }</td>
|
|
|
+ <td class="td-right" id="ssgq" colspan="2">${record.ssgqName }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td-left">港口经营人:</td>
|
|
|
- <td class="td-right" id="dz" colspan="2">${record.gkjyr }</td>
|
|
|
+ <td class="td-right" id="dz" colspan="2">${record.gkjyrName }</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td-left">许可证号:</td>
|
|
@@ -106,11 +106,11 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td-left">发证日期:</td>
|
|
|
- <td class="td-right" id="yxqz" colspan="2">${record.fzrq }</td>
|
|
|
+ <td class="td-right" id="yxqz" colspan="2"><fmt:formatDate value='${record.fzrq }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td-left">有效期至:</td>
|
|
|
- <td class="td-right" id="fzbh" colspan="2">${record.yxqz }</td>
|
|
|
+ <td class="td-right" id="fzbh" colspan="2"><fmt:formatDate value='${record.yxqz }' pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="td-left">作业货物品名:</td>
|
|
@@ -126,10 +126,10 @@
|
|
|
<%for(int i=0;i<2;i++){
|
|
|
request.setAttribute("flag",i);
|
|
|
%>
|
|
|
- <img hspace="2" vspace="2" border="1" align="middle" height="30" width="30" src="${local}/xkzxx/getFileList?szd=${record.szd}+&ssgq=${record.ssgq}+&gkjyr=${record.gkjyr}+&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"
|
|
|
+ <img hspace="2" vspace="2" border="1" align="middle" height="30" width="30" src="${local}/xkzxx/getFileList?xkzid=${record.id}&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"
|
|
|
onclick="xkzxx.detail.show(${flag})"/>
|
|
|
<div id="dv${flag}" title="点击关闭" class="dvs" onclick="xkzxx.detail.hide(${flag})">
|
|
|
- <img src="${local}/xkzxx/getFileList?szd=${record.szd}+&ssgq=${record.ssgq}+&gkjyr=${record.gkjyr}+&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"/>
|
|
|
+ <img src="${local}/xkzxx/getFileList?xkzid=${record.id}&flag=${flag}" onerror="this.src='${app }/static/biz/image/notfind.png'"/>
|
|
|
</div>
|
|
|
<%} %>
|
|
|
</td>
|