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
22737636
Commit
22737636
authored
Jan 10, 2023
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码
parent
fb328c84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
7 deletions
+26
-7
Fstzs_Print.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Print.jsp
+26
-7
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Print.jsp
View file @
22737636
...
@@ -77,6 +77,11 @@
...
@@ -77,6 +77,11 @@
.f9
{
.f9
{
left
:
280px
;
left
:
280px
;
top
:
323px
;
top
:
323px
;
font-size
:
12.8px
;
}
.f9-1
{
left
:
290px
;
top
:
334px
;
font-size
:
14.8px
;
font-size
:
14.8px
;
}
}
/*开户行*/
/*开户行*/
...
@@ -111,7 +116,7 @@
...
@@ -111,7 +116,7 @@
}
}
/*标准*/
/*标准*/
.f15
{
.f15
{
left
:
7
20
px
;
left
:
7
38
px
;
top
:
409px
;
top
:
409px
;
font-size
:
14.8px
;
font-size
:
14.8px
;
}
}
...
@@ -145,7 +150,9 @@
...
@@ -145,7 +150,9 @@
position
:
absolute
position
:
absolute
}
}
.only_for_print
{
display
:
none
}
.only_for_print
{
display
:
none
}
.api
{
visibility
:
hidden
;
}
</style>
</style>
<title>
Title
</title>
<title>
Title
</title>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
...
@@ -226,10 +233,20 @@
...
@@ -226,10 +233,20 @@
<div
id=
'f8'
draggable=
'true'
<div
id=
'f8'
draggable=
'true'
class=
'f8'
>
${fstzsXm.zhanghao}
class=
'f8'
>
${fstzsXm.zhanghao}
</div>
</div>
<div
id=
'f9'
draggable=
'true'
class=
'f9'
>
<c:choose>
${fn:substring(fstzsXm.beizhu,0,25)}
<br/>
${fn:substring(fstzsXm.beizhu,25,50)}
<br/>
${fn:substring(fstzsXm.beizhu,50,-1)}
<c:when
test=
"${fn:length(fstzsXm.beizhu) <= 25 }"
>
<!--如果 -->
</div>
<div
id=
'f9'
draggable=
'true'
class=
'f9 f9-1'
>
${fstzsXm.beizhu}
</div>
</c:when>
<c:otherwise>
<!--否则 -->
<div
id=
'f9'
draggable=
'true'
class=
'f9'
>
${fn:substring(fstzsXm.beizhu,0,25)}
<br/>
${fn:substring(fstzsXm.beizhu,25,50)}
<br/>
${fn:substring(fstzsXm.beizhu,50,-1)}
</div>
</c:otherwise>
</c:choose>
<div
id=
'f10'
draggable=
'true'
<div
id=
'f10'
draggable=
'true'
class=
'f10'
>
${fstzsXm.khh}
class=
'f10'
>
${fstzsXm.khh}
</div>
</div>
...
@@ -260,11 +277,13 @@
...
@@ -260,11 +277,13 @@
<div
id=
'f19'
draggable=
'true'
<div
id=
'f19'
draggable=
'true'
class=
'f19'
>
${fstzs.yjjeDx}
class=
'f19'
>
${fstzs.yjjeDx}
</div>
</div>
<div
class=
"api"
>
${fstzs.jkUrl}
</div>
</div>
</div>
<script>
<script>
var
con
=
$
(
".api"
).
html
()
<%--
二维码
--%>
<%--
二维码
--%>
new
QRCode
(
document
.
getElementById
(
"f0"
),
{
new
QRCode
(
document
.
getElementById
(
"f0"
),
{
text
:
"https://www.baidu.com/?tn=78000241_45_hao_pg"
,
text
:
con
,
width
:
80
,
width
:
80
,
height
:
80
,
height
:
80
,
correctLevel
:
0
// 二维码结构复杂性 0~3
correctLevel
:
0
// 二维码结构复杂性 0~3
...
...
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