Commit 2bab0098 authored by houyu's avatar houyu

一览表编号换行

parent edca0936
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
font-size: 14.8px; font-size: 14.8px;
} }
.f1 { .f1 {
left: 250px; left: 245px;
top: 188px; top: 180px;
font-size: 14.8px; font-size: 14.8px;
} }
...@@ -591,6 +591,18 @@ ...@@ -591,6 +591,18 @@
<div id="page1" class='only_for_print pagestyle' style='width:210mm;height:140mm;position:relative;'> <div id="page1" class='only_for_print pagestyle' style='width:210mm;height:140mm;position:relative;'>
<img class='screen-only' src="${ctx}/images/img/gz.jpg" style="position:absolute;width:100%;height:100%"/> <img class='screen-only' src="${ctx}/images/img/gz.jpg" style="position:absolute;width:100%;height:100%"/>
<div id='f1' draggable='true' class='f1'>${xmxxb.xxylb}</div> <div id='f1' draggable='true' class='f1'>${xmxxb.xxylb}</div>
<c:choose>
<c:when test="${fn:length(xmxxb.xxylb) <= 28 }"> <!--如果 -->
<div id='f1' draggable='true'
class='f1'>${fn:substring(xmxxb.xxylb,0,10)}<br/>${fn:substring(xmxxb.xxylb,10,20)}<br/>${fn:substring(xmxxb.xxylb,20,28)}
</div>
</c:when>
<c:otherwise> <!--否则 -->
<div id='f1' draggable='true'
class='f1'>${fn:substring(xmxxb.xxylb,0,10)}<br/>${fn:substring(xmxxb.xxylb,10,20)}<br/>${fn:substring(xmxxb.xxylb,20,25)}...
</div>
</c:otherwise>
</c:choose>
<div id='f2' draggable='true' class='f2'>${xmxxb.slbh}</div> <div id='f2' draggable='true' class='f2'>${xmxxb.slbh}</div>
<c:choose> <c:choose>
<c:when test="${fn:length(xmxxb.jsdw) <= 28 }"> <!--如果 --> <c:when test="${fn:length(xmxxb.jsdw) <= 28 }"> <!--如果 -->
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
font-size: 14.8px; font-size: 14.8px;
} }
.f1 { .f1 {
left: 250px; left: 245px;
top: 188px; top: 180px;
font-size: 14.8px; font-size: 14.8px;
} }
...@@ -391,7 +391,19 @@ ...@@ -391,7 +391,19 @@
<c:if test="${rfxm.mjyj != '002' && rfxm.mjyj != '004'}"> <c:if test="${rfxm.mjyj != '002' && rfxm.mjyj != '004'}">
<div id="page1" class='only_for_print pagestyle' style='width:210mm;height:140mm;position:relative;'> <div id="page1" class='only_for_print pagestyle' style='width:210mm;height:140mm;position:relative;'>
<img class='screen-only' src="${ctx}/images/img/gz.jpg" style="position:absolute;width:100%;height:100%"/> <img class='screen-only' src="${ctx}/images/img/gz.jpg" style="position:absolute;width:100%;height:100%"/>
<div id='f1' draggable='true' class='f1'>${rfxm.xxylbbh}</div>
<c:choose>
<c:when test="${fn:length(rfxm.xxylbbh) <= 28 }"> <!--如果 -->
<div id='f1' draggable='true'
class='f1'>${fn:substring(rfxm.xxylbbh,0,10)}<br/>${fn:substring(rfxm.xxylbbh,10,20)}<br/>${fn:substring(rfxm.xxylbbh,20,28)}
</div>
</c:when>
<c:otherwise> <!--否则 -->
<div id='f1' draggable='true'
class='f1'>${fn:substring(rfxm.xxylbbh,0,10)}<br/>${fn:substring(rfxm.xxylbbh,10,20)}<br/>${fn:substring(rfxm.xxylbbh,20,25)}...
</div>
</c:otherwise>
</c:choose>
<div id='f2' draggable='true' class='f2'>${rfxm.slbh}</div> <div id='f2' draggable='true' class='f2'>${rfxm.slbh}</div>
<c:choose> <c:choose>
<c:when test="${fn:length(xmxxb.jsdw) <= 28 }"> <!--如果 --> <c:when test="${fn:length(xmxxb.jsdw) <= 28 }"> <!--如果 -->
......
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