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
137e1e5c
Commit
137e1e5c
authored
Apr 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
绑定数据
parent
d6350f55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
5 deletions
+22
-5
index.html
html/contract/index.html
+22
-5
No files found.
html/contract/index.html
View file @
137e1e5c
...
...
@@ -21,7 +21,7 @@
<div>
乙方:
<span
class=
"yifang"
></span></div>
<div>
经营地址:
<span
class=
"jinyindi"
></span></div>
<div>
经营许可证号:
<span
class=
"jinyinskz"
></span></div>
<div>
法定负责人:
<span
class=
"yifang"
></span></div>
<div>
法定负责人:
<span
class=
"yifang
fr
"
></span></div>
<div>
为加强甲乙双方紧密合作,并进一步巩固甲乙双方的合作关系,达到双方互惠互利的双赢模式,甲方特推出“大红包专案活动”,具体活动时间及内容如下:
</div>
<div>
1、活动时间:
<span
class=
"huodongsj"
></span>
年 01 月 01 日-
<span
class=
"huodongsj"
></span>
年 12 月
<span
class=
"huodongsj2"
></span>
日(报名起算)
</div>
<div>
2、活动内容:为答谢各位同行对“印象”系列产品的支持和厚爱,在同行销售反点外特推出“大红包专案活动”,在“合作协议”期间内同行只要达到红包申请额度即按照红包系数申请该额度红包。
</div>
...
...
@@ -114,8 +114,10 @@
<div>
7.2 本协议有效期为
<span
class=
"huodongsj"
></span>
年 01 月 01 日-
<span
class=
"huodongsj"
></span>
年 12 月
<span
class=
"huodongsj2"
></span>
日。
</div>
<div>
8、本协议需填写完整 5.1 事项内容并由甲乙双方负责人签字并加盖公章方能生效;
</div>
<div>
协议中未尽事宜,双方可协商解决或签订补充协议,其效力与本协议相等。
</div>
<div>
甲方:四川和平国际旅行社有限公司 乙方:
</div>
<div>
法定代表人(或授权代表): 法定代表人(或授权代表):
</div>
<div>
甲方:
<span
class=
""
>
四川和平国际旅行社有限公司
</span></div>
<div>
法定代表人(或授权代表):
<span>
谢麟
</span></div>
<div>
乙方:
<span
class=
"yifang"
></span></div>
<div>
法定代表人(或授权代表):
<span
class=
"yifangfr2"
></span></div>
</div>
<div
id=
"SignBox"
class=
""
>
<div
class=
"contractTisp"
>
...
...
@@ -160,7 +162,15 @@
var
year
=
now
.
getFullYear
();
var
month
=
String
(
now
.
getMonth
()
+
1
).
padStart
(
2
,
'0'
);
now
.
setMonth
(
12
,
0
);
$
(
`.yifang`
).
html
(
InfoData
.
LegalPersonName
)
console
.
log
(
InfoData
,
'--------'
)
$
(
`.yifang`
).
html
(
InfoData
.
Tourists_Name
)
$
(
`.yifangfr`
).
html
(
InfoData
.
LegalPersonName
)
if
(
InfoData
.
TravelAgency_SignAddress
==
''
){
// $(`.yifangfr2`).html(InfoData.LegalPersonName)
}
else
{
$
(
`.yifangfr2`
).
html
(
`<img class="signName" src="
${
InfoData
.
TravelAgency_SignAddress
}
" alt="">`
)
}
$
(
`.jinyindi`
).
html
(
InfoData
.
Tourists_Addres
)
$
(
`.jinyinskz`
).
html
(
InfoData
.
Tourists_Email
)
// $(`.huodongsj`).html(year)
...
...
@@ -196,7 +206,7 @@
}
else
{
$
(
`.xitongmc`
).
html
(
'同行'
)
}
$
(
`.xitongzh`
).
html
(
InfoData
.
Customer
Id
)
$
(
`.xitongzh`
).
html
(
InfoData
.
Customer
Name
+
'('
+
InfoData
.
CustomerId
+
')'
)
}
else
{
layer
.
msg
(
res
.
message
)
}
...
...
@@ -271,6 +281,13 @@
display
:
none
;
opacity
:
0
;
}
.signName
{
position
:
relative
;
top
:
0
;
left
:
0
;
width
:
50px
;
height
:
50px
;
}
</style>
</html>
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