Commit 224ad795 authored by houyu's avatar houyu

章显示

parent 62c7b633
......@@ -393,6 +393,11 @@ function updateZslxdbh(){
</c:if>
<div id='36' draggable='true' class='f36'><img src="${ctx}/images/img/zhang3.png" alt=""></div>
<c:choose>
<c:when test="${empty rfxm}">
<div id='35' draggable='true' class='f35'>内部使用,严禁打印和下载</div>
</c:when>
<c:otherwise>
<c:choose>
<c:when test="${rfxm.isSbj=='1'}"> <!--如果 -->
<div id='38' draggable='true' class='f38'><img src="${ctx}/images/img/zhang2.png" alt=""></div>
......@@ -404,6 +409,9 @@ function updateZslxdbh(){
<div id='39' draggable='true' class='f39'><img src="${ctx}/images/img/zhang4.png" alt=""></div>
</c:otherwise>
</c:choose>
</c:otherwise>
</c:choose>
</div>
<OBJECT ID="jatoolsPrinter" CLASSID="CLSID:B43D3361-D075-4BE2-87FE-057188254255"
......
......@@ -521,6 +521,11 @@
</c:if>
<div id='36' draggable='true' class='f36'><img src="${ctx}/images/img/zhang3.png" alt=""></div>
<c:choose>
<c:when test="${empty rfxm}">
<div id='35' draggable='true' class='f35'>内部使用,严禁打印和下载</div>
</c:when>
<c:otherwise>
<c:choose>
<c:when test="${rfxm.isSbj=='1'}"> <!--如果 -->
<div id='38' draggable='true' class='f38'><img src="${ctx}/images/img/zhang2.png" alt=""></div>
......@@ -532,6 +537,9 @@
<div id='39' draggable='true' class='f39'><img src="${ctx}/images/img/zhang4.png" alt=""></div>
</c:otherwise>
</c:choose>
</c:otherwise>
</c:choose>
</div>
</c:if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment