Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
njzsb
Commits
2bab0098
Commit
2bab0098
authored
Oct 12, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一览表编号换行
parent
edca0936
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
5 deletions
+29
-5
PaymentVoucherPrint_GuiHua.jsp
...ges/account/paymentVoucher/PaymentVoucherPrint_GuiHua.jsp
+14
-2
jfzm_print.jsp
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
+15
-3
No files found.
WebRoot/WEB-INF/pages/account/paymentVoucher/PaymentVoucherPrint_GuiHua.jsp
View file @
2bab0098
...
...
@@ -24,8 +24,8 @@
font-size
:
14.8px
;
}
.f1
{
left
:
2
50
px
;
top
:
18
8
px
;
left
:
2
45
px
;
top
:
18
0
px
;
font-size
:
14.8px
;
}
...
...
@@ -591,6 +591,18 @@
<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%"
/>
<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>
<c:choose>
<c:when
test=
"${fn:length(xmxxb.jsdw) <= 28 }"
>
<!--如果 -->
...
...
WebRoot/WEB-INF/pages/jfzm/jfzm_print.jsp
View file @
2bab0098
...
...
@@ -20,8 +20,8 @@
font-size
:
14.8px
;
}
.f1
{
left
:
2
50
px
;
top
:
18
8
px
;
left
:
2
45
px
;
top
:
18
0
px
;
font-size
:
14.8px
;
}
...
...
@@ -391,7 +391,19 @@
<c:if
test=
"${rfxm.mjyj != '002' && rfxm.mjyj != '004'}"
>
<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%"
/>
<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>
<c:choose>
<c:when
test=
"${fn:length(xmxxb.jsdw) <= 28 }"
>
<!--如果 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment