Commit 753f2c1a authored by 黄奎's avatar 黄奎

页面修改

parent ef94aca4
......@@ -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) {
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment