|
@@ -991,10 +991,12 @@
|
|
|
pattern="yyyy-MM-dd" type="date" dateStyle="long" /></td> --%>
|
|
|
<td><c:if test="${xkzxx.sfyx=='1'}">有效</c:if> <c:if
|
|
|
test="${xkzxx.sfyx!='1'}">无效</c:if></td>
|
|
|
- <td><a class="btn btn-default btn-xs" href="#"
|
|
|
- onclick="parent.main.menuClick('xkzxx','许可证','/xkzxx/view?id=${xkzxx.id}')" title='查看'>
|
|
|
- <i class="glyphicon glyphicon-search"></i>
|
|
|
- </a></td>
|
|
|
+ <td>
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="xkzbg.detail.addXkz('${xkzxx.id}')" title="查看">
|
|
|
+ <i class="glyphicon glyphicon-search"></i>
|
|
|
+ </a>
|
|
|
+
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</c:forEach>
|
|
|
</table>
|