Commit 4d6ec44e authored by liudong1993's avatar liudong1993
parents 402b7592 7d96ec22
......@@ -144,12 +144,12 @@ img {
height: 1588px;
}
.UpgradedVersion-homebj{
background: url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center;
background-size: 100% 100%;
background: url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png') repeat;
/* background-size: 100% 100%; */
}
.UpgradedVersion-introduceBj{
background: url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')no-repeat center;
background-size: 100% 100%;
background: url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png') repeat;
/* background-size: 100% 100%; */
}
.UpgradedVersion-otherBj{
background: #fff;
......
......@@ -410,7 +410,7 @@
</tr>
</tbody>
</table>
<div class="createTableTitle">出境社信息</div>
<div class="createTableTitle">旅行社信息</div>
<table class="createTable">
<tbody>
<tr>
......@@ -615,7 +615,7 @@
<td>
<el-form-item label="旅游者">
<el-select placeholder="请选择" filterable class="w300" v-model="CtObj.C_InsuranceType">
<el-option label="委托出境社购买" :value="1"></el-option>
<el-option label="委托旅行社购买" :value="1"></el-option>
<el-option label="自行购买" :value="2"></el-option>
<el-option label="放弃购买" :value="3"></el-option>
</el-select>
......@@ -655,9 +655,9 @@
<el-option label="同意" :value="0"></el-option>
<el-option label="不同意" :value="1"></el-option>
</el-select>
出境社委托
旅行社委托
<el-input type="text" class="w300" v-model="CtObj.C_AgreeTravelName"></el-input>
出境社履行合同;
旅行社履行合同;
</el-form-item>
</td>
</tr>
......@@ -770,7 +770,7 @@
</h2>
</div>
<div style="padding:10px;">
未尽事宜,经旅游者和出境社双方协商一致,可以列入补充条款。(如合同空间不够,可以另附纸张,由双方签字或者盖章确认。)
未尽事宜,经旅游者和旅行社双方协商一致,可以列入补充条款。(如合同空间不够,可以另附纸张,由双方签字或者盖章确认。)
</div>
<el-input type="textarea" resize="none" v-model="CtObj.OtherConvention" rows="13"></el-input>
</div>
......@@ -850,7 +850,7 @@
(3)交通服务安排及其标准(明确交通工具及档次等级、出发时间以及是否需中转等信息);
(4)住宿服务安排及其标准(明确住宿饭店的名称、地址、档次等级及是否有空调、热水等相关服务设施);
(5)用餐(早餐和正餐)服务安排及其标准(明确用餐次数、地点、标准);
(6)出境社统一安排的游览项目的具体内容及时间(明确旅游线路内容包括景区点及游览项目名称、景区点停留的最少时间);
(6)旅行社统一安排的游览项目的具体内容及时间(明确旅游线路内容包括景区点及游览项目名称、景区点停留的最少时间);
(7)自由活动的时间;
(8)行程安排的娱乐活动(明确娱乐活动的时间、地点和项目内容);
《行程单》用语须准确清晰,在表明服务标准用语中不应当出现“准×星级”、“豪华”、“仅供参考”、“以××为准”、“与××同级”等不确定用语。
......
......@@ -33,7 +33,10 @@
<div :id="'travelDaysMasterMap_'+index" class="travelDaysMasterMap relative">
<div class="travelDaysMasterMap-one" :style="{'color':'#fff'}">
<div class="travelDaysMasterMap-oneImg bjF6" :id="'travelDaysImg_one'+index">
<img class="absolute" :src="item.details[0].img">
<img v-if="item.details&&item.details.length>0&&item.details[0].img&&item.details[0].img!=''" class="absolute"
:src="item.details[0].img">
<img v-else class="absolute"
:src="domainManager().ViittoFileUrl+'/Upload/DefalutImage/DMC/defaultairline.png'">
</div>
<div class="travelDaysMasterMap-text absolute z-index2">{{item.details[0].title}}</div>
</div>
......
......@@ -1455,7 +1455,7 @@
<p>
旅游者:<font>{{CtObj.Tourists_Name}}</font><font v-if="CtObj.ContractGuestList">
{{CtObj.ContractGuestList.length}}</font>
人(名单可附页,需出境社和旅游者代表签字盖章确认);
人(名单可附页,需旅行社和旅游者代表签字盖章确认);
</p>
<p>旅行社:<font>{{dataList.company}}</font>
</p>
......@@ -1879,7 +1879,7 @@
<li class="bgli"></li>
<li>
<el-row>
<el-col :span="12">出境社盖章:</el-col>
<el-col :span="12">旅行社盖章:</el-col>
<el-col :span="12" style="position:relative;"><img class="signImg"
v-if="CtObj.IsTravelAgencySignature==1" style="position:absolute;right:0;"
:src="CtObj.ZhangImg" alt="" /></el-col>
......@@ -1924,7 +1924,7 @@
<li class="bgli"></li>
<li>
<el-row>
<el-col :span="12">出境社监督、投诉电话</el-col>
<el-col :span="12">旅行社监督、投诉电话</el-col>
<el-col :span="12">{{CtObj.TravelAgency_ServiceTel}}</el-col>
</el-row>
</li>
......
......@@ -978,7 +978,7 @@
<p>
旅游者:<font>{{CtObj.Tourists_Name}}</font><font v-if="CtObj.ContractGuestList">
{{CtObj.ContractGuestList.length}}</font>
人(名单可附页,需出境社和旅游者代表签字盖章确认);
人(名单可附页,需旅行社和旅游者代表签字盖章确认);
</p>
<p>旅行社:<font>{{CtObj.TravelAgency_Name}}</font>
</p>
......@@ -1396,7 +1396,7 @@
<td style="width:35%;position:relative;">
<div class="signDiv" :style="{backgroundImage: 'url(' + (CtObj.Tourists_Sign) + ')'}"></div>
</td>
<td style="width:15%">出境社盖章:</td>
<td style="width:15%">旅行社盖章:</td>
<td style="width:35%;position:relative;">
<img :src="CtObj.ZhangImg" v-if="CtObj.IsTravelAgencySignature==1" alt=""
style="width:120px;heigth:120px;position:absolute;top:0;" />
......@@ -1451,7 +1451,7 @@
<td style="width:35%"></td>
</tr>
<tr>
<td style="width:15%">出境社监督、投诉电话:</td>
<td style="width:15%">旅行社监督、投诉电话:</td>
<td style="width:35%">{{CtObj.TravelAgency_ServiceTel}}</td>
<td style="width:15%"></td>
<td style="width:35%"></td>
......
......@@ -485,6 +485,8 @@
this.pdfLoading = true
let urlObj = this.domainManager();
let msg = this.getPostMsg();
//DownLoadPdf2023
//DownLoadPdf2023Url
this.$http({
headers: {
'Content-Type': 'application/json'
......@@ -497,10 +499,11 @@
}).then(res => {
if (res.data.resultCode === 1 && res.data.data) {
let path = res.data.data;
this.pdfLoading=false;
var fileName = title + "_2023.pdf";
this.pdfLoading = true;
this.pdfLoading = true;
let urlObj = this.domainManager();
var ocrUrl = urlObj.ocrUrl + "/Home/DownloadFileForPdf?url=" + encodeURIComponent(path);
var ocrUrl = urlObj.ocrUrl + "/Home/DownloadFileForPdf?configId="+msg.configId+"&url=" + encodeURIComponent(path);
this.$http({
headers: {
'Content-Type': 'application/json'
......
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