Commit 7cbff340 authored by houyu's avatar houyu

章判断

parent 3b398d34
...@@ -416,7 +416,15 @@ function updateZslxdbh(){ ...@@ -416,7 +416,15 @@ function updateZslxdbh(){
</c:when> </c:when>
<c:otherwise> <!--否则 --> <c:otherwise> <!--否则 -->
<div id='40' draggable='true' class='f40'>人防费未缴,仅用于 <br> 办理施工许可</div> <c:choose>
<c:when test="${paymentLink == 3 && tgjn =='1'}"> <!--如果 -->
<div id='40' draggable='true' class='f40'>人防费未缴,仅用于 <br> 办理施工许可</div>
</c:when>
<c:otherwise> <!--否则 -->
<div id='35' draggable='true' class='f35'>内部使用,严禁打印和下载</div>
</c:otherwise>
</c:choose>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
......
...@@ -544,7 +544,14 @@ ...@@ -544,7 +544,14 @@
</c:when> </c:when>
<c:otherwise> <!--否则 --> <c:otherwise> <!--否则 -->
<div id='40' draggable='true' class='f40'>人防费未缴,仅用于 <br> 办理施工许可</div> <c:choose>
<c:when test="${paymentLink == 3 && tgjn =='1'}"> <!--如果 -->
<div id='40' draggable='true' class='f40'>人防费未缴,仅用于 <br> 办理施工许可</div>
</c:when>
<c:otherwise> <!--否则 -->
<div id='35' draggable='true' class='f35'>内部使用,严禁打印和下载</div>
</c:otherwise>
</c:choose>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
......
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