Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
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
华国豪
SURPRISED
Commits
0c2156bf
Commit
0c2156bf
authored
Apr 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0f5cd4d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
index.html
html/contract/index.html
+8
-5
No files found.
html/contract/index.html
View file @
0c2156bf
...
...
@@ -117,7 +117,7 @@
<div>
甲方:
<span
class=
""
>
四川和平国际旅行社有限公司
</span></div>
<div>
法定代表人(或授权代表):
<span>
谢麟
</span></div>
<div>
乙方:
<span
class=
"yifang"
></span></div>
<div>
法定代表人(或授权代表):
<span
class=
"yifangfr2"
></span></div>
<div>
法定代表人(或授权代表):
<span
class=
"
qianzi
yifangfr2"
></span></div>
</div>
<div
id=
"SignBox"
class=
""
>
<div
class=
"contractTisp"
>
...
...
@@ -165,10 +165,10 @@
console
.
log
(
InfoData
,
'--------'
)
$
(
`.yifang`
).
html
(
InfoData
.
Tourists_Name
)
$
(
`.yifangfr`
).
html
(
InfoData
.
LegalPersonName
)
if
(
InfoData
.
T
ravelAgency_SignAddress
==
''
){
if
(
InfoData
.
T
ourists_Sign
==
''
){
// $(`.yifangfr2`).html(InfoData.LegalPersonName)
}
else
{
$
(
`.yifangfr2`
).
html
(
`<img class="signName" src="
${
InfoData
.
T
ravelAgency_SignAddress
}
" alt="">`
)
$
(
`.yifangfr2`
).
html
(
`<img class="signName" src="
${
InfoData
.
T
ourists_Sign
}
" alt="">`
)
}
$
(
`.jinyindi`
).
html
(
InfoData
.
Tourists_Addres
)
...
...
@@ -281,10 +281,13 @@
display
:
none
;
opacity
:
0
;
}
.
signName
{
.
qianzi
{
position
:
relative
;
}
.signName
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
-50px
;
width
:
50px
;
height
:
50px
;
}
...
...
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