Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
753f2c1a
Commit
753f2c1a
authored
Jul 13, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ef94aca4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
clientConfirm.vue
src/components/clientConfirm.vue
+10
-10
No files found.
src/components/clientConfirm.vue
View file @
753f2c1a
...
...
@@ -594,13 +594,13 @@
<p>
(7)导游服务费;
</p>
<p>
(8)边境旅游中办理旅游证件的费用;
</p>
<p>
(9)出境社、境外地接社等其他服务费用。
</p>
<p>
(10)旅游者投保的人身意外伤害保险费用;
</p>
<p>
(11)境外小费;
</p>
<p>
旅游费用不包括:
</p>
<p>
(1)办理护照、港澳通行证的费用;
</p>
<p>
(2)办理离团的费用;
</p>
<p>
(3)旅游者投保的人身意外伤害保险费用;
</p>
<p>
(4)合同未约定由出境社支付的费用,包括但不限于行程以外非合同约定项目所需的费用、自行安排活动期间发生的费用;
</p>
<p>
(5)境外小费;
</p>
<p>
(6)行程中发生的旅游者个人费用,包括但不限于交通工具上的非免费餐饮费、行李超重费,住宿期间的洗衣、通讯 、饮料及酒类费用,个人娱乐费用,个人伤病医疗费,寻找个人遗失物品的费用及报酬,个人原因造成的赔偿费用。
<p>
(3)合同未约定由出境社支付的费用,包括但不限于行程以外非合同约定项目所需的费用、自行安排活动期间发生的费用;
</p>
<p>
(4)行程中发生的旅游者个人费用,包括但不限于交通工具上的非免费餐饮费、行李超重费,住宿期间的洗衣、通讯 、饮料及酒类费用,个人娱乐费用,个人伤病医疗费,寻找个人遗失物品的费用及报酬,个人原因造成的赔偿费用。
</p>
<p>
3.履行辅助人,指与旅行社存在合同关系,协助其履行本合同义务,实际提供相关服务的法人、自然人或者其他组织。
</p>
<p>
4.自由活动,特指《旅游行程单》中安排的自由活动。
</p>
...
...
@@ -2114,7 +2114,7 @@
query
:
{
TCID
:
this
.
msg
.
TCID
,
orderID
:
this
.
msg
.
orderID
,
guestId
:
this
.
msg
.
guestId
guestId
:
this
.
msg
.
guestId
}
})
},
...
...
@@ -2123,8 +2123,8 @@
},
//获取数据
getList
()
{
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
dataList
=
res
.
data
.
data
;
this
.
dataList
.
travelContent
=
this
.
dataList
.
travelContent
.
replaceAll
(
/contenteditable="true"/ig
,
''
)
...
...
@@ -2219,7 +2219,7 @@
},
//提交数据
SaveMsg
()
{
this
.
apipost
(
"travelcontract_post_UpdateCompanySignatureService"
,
this
.
dataList
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
);
...
...
@@ -2239,14 +2239,14 @@
this
.
msg
.
TCID
=
this
.
$route
.
query
.
TCID
;
this
.
msg
.
orderID
=
this
.
$route
.
query
.
orderID
;
this
.
msg
.
guestId
=
this
.
$route
.
query
.
guestId
;
this
.
msg
.
Id
=
this
.
$route
.
query
.
Id
;
this
.
msg
.
Id
=
this
.
$route
.
query
.
Id
;
var
h
=
window
.
screen
.
height
;
var
cHeight
=
document
.
getElementsByClassName
(
"CliSignDiv"
)[
0
];
cHeight
.
style
.
height
=
900
+
'px'
;
this
.
getList
();
this
.
getCanvas
();
}
catch
(
error
)
{
}
}
};
...
...
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