Commit 05787745 authored by 吴春's avatar 吴春

11

parent 0960c0a9
<style> <style>
@import "../assets/css/flex.css"; @import "../assets/css/flex.css";
.TD_MainContent { .TD_MainContent {
min-height: 650px; min-height: 650px;
background: url(../assets/img/bodyBg.png); background: url(../assets/img/bodyBg.png);
...@@ -470,17 +471,18 @@ ...@@ -470,17 +471,18 @@
@click="isShowFade=true,GetQrCode()" :value="$t('objFill.v101.Contract.kehuqz')" /> @click="isShowFade=true,GetQrCode()" :value="$t('objFill.v101.Contract.kehuqz')" />
<input type="button" class="TCbtn-info" :value="$t('objFill.xz')" <input type="button" class="TCbtn-info" :value="$t('objFill.xz')"
@click="toContractPDF(dataList.contractNum)" /> @click="toContractPDF(dataList.contractNum)" />
<input v-if="dataList.thirdContractState == 1" type="button" class="TCbtn-info" value="发送短信通知" @click="SMSnotification()"/> <input v-if="dataList.thirdContractState == 1" type="button" class="TCbtn-info" value="发送短信通知"
<input v-if="dataList.thirdContractFileUrl" type="button" class="TCbtn-info" @click="OpenNewUrl(dataList.thirdContractFileUrl)" @click="SMSnotification()" />
:value="'旅游局合同'+$t('sm.yulan')" /> <input v-if="dataList.thirdContractFileUrl" type="button" class="TCbtn-info"
@click="OpenNewUrl(dataList.thirdContractFileUrl)" :value="'旅游局合同'+$t('sm.yulan')" />
</div> </div>
</div> </div>
<div class="contract"> <div class="contract">
<div class="title"> <div class="title">
<h1>{{dataList.company}} 团队出境旅游合同</h1> <h1>{{dataList.company}} 团队出境旅游合同</h1>
<p class="contractNo" <p class="contractNo" :class="[dataList.thirdContractFileUrl?'pointer':'']"
:class="[dataList.thirdContractFileUrl?'pointer':'']" @click="dataList.thirdContractFileUrl?OpenNewUrl(dataList.thirdContractFileUrl):''">
@click="dataList.thirdContractFileUrl?OpenNewUrl(dataList.thirdContractFileUrl):''">{{$t('objFill.hetongbh')}}: {{$t('objFill.hetongbh')}}:
<span>{{dataList.thirdContractID?dataList.thirdContractID:dataList.contractNum}}</span> <span>{{dataList.thirdContractID?dataList.thirdContractID:dataList.contractNum}}</span>
<span v-if="dataList.thirdContractState==0" class="c9e">{{$t('objFill.daishanchuan')}}</span> <span v-if="dataList.thirdContractState==0" class="c9e">{{$t('objFill.daishanchuan')}}</span>
<span v-if="dataList.thirdContractState==1" class="c3FC4FF">{{$t('objFill.v103.daiqianmin')}}</span> <span v-if="dataList.thirdContractState==1" class="c3FC4FF">{{$t('objFill.v103.daiqianmin')}}</span>
...@@ -496,7 +498,8 @@ ...@@ -496,7 +498,8 @@
<li :class="{'active':cked==2}" @click="cked=2">合同信息</li> <li :class="{'active':cked==2}" @click="cked=2">合同信息</li>
<li :class="{'active':cked==3}" @click="cked=3">签字盖章</li> <li :class="{'active':cked==3}" @click="cked=3">签字盖章</li>
<li :class="{'active':cked==4}" @click="cked=4">游客名单</li> <li :class="{'active':cked==4}" @click="cked=4">游客名单</li>
<template v-if="(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)"> <template
v-if="(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)">
<li :class="{'active':cked==10}" @click="cked=10">签约委托书</li> <li :class="{'active':cked==10}" @click="cked=10">签约委托书</li>
</template> </template>
<li :class="{'active':cked==5}" @click="cked=5">团队行程</li> <li :class="{'active':cked==5}" @click="cked=5">团队行程</li>
...@@ -1067,8 +1070,22 @@ ...@@ -1067,8 +1070,22 @@
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{item.passportNo.length>0?$t('salesModule.Passport'):'身份证'}}</td> <td>
<td>{{ item.passportNo.length>0?item.passportNo:item.idCard }}</td> <template v-if="dataList.certificateType==1">
{{$t('salesModule.Passport')}}
</template>
<template v-else>
身份证
</template>
</td>
<td>
<template v-if="dataList.certificateType==1">
{{item.passportNo}}
</template>
<template v-else>
{{ item.idCard }}
</template>
</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
<td>健康 </td> <td>健康 </td>
</tr> </tr>
...@@ -1111,9 +1128,15 @@ ...@@ -1111,9 +1128,15 @@
</template> </template>
</div> </div>
<!-- 签约委托书 --> <!-- 签约委托书 -->
<div class="guests" :class="{'checkedNav':cked==10}" v-if="cked==10&&(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)"> <div class="guests" :class="{'checkedNav':cked==10}"
<p style="font-size: 14px;font-weight: bolder;margin-bottom: 10px;"><span style="text-decoration: underline;">{{dataList.company}}:</span></p> v-if="cked==10&&(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)">
<p style="margin-bottom: 10px;">我自愿参加贵社组织的<span style="text-decoration: underline;">{{dataList.productName}}{{dataList.dayNum}}天</span>旅行团,团号:<span style="text-decoration: underline;"> {{dataList.tCNum}}</span>,并全权委托<span style="text-decoration: underline;">{{dataList.clientName}}</span>代表我与贵社签订《团队出境旅游合同》(合同编号:<span style="text-decoration: underline;">{{dataList.contractNum}}</span>),按《团队出境旅游合同》约定,承担责任。</p> <p style="font-size: 14px;font-weight: bolder;margin-bottom: 10px;"><span
style="text-decoration: underline;">{{dataList.company}}:</span></p>
<p style="margin-bottom: 10px;">我自愿参加贵社组织的<span
style="text-decoration: underline;">{{dataList.productName}}{{dataList.dayNum}}天</span>旅行团,团号:<span
style="text-decoration: underline;"> {{dataList.tCNum}}</span>,并全权委托<span
style="text-decoration: underline;">{{dataList.clientName}}</span>代表我与贵社签订《团队出境旅游合同》(合同编号:<span
style="text-decoration: underline;">{{dataList.contractNum}}</span>),按《团队出境旅游合同》约定,承担责任。</p>
<p style="font-size: 14px;font-weight: bolder;margin-bottom: 10px;">委托人:</p> <p style="font-size: 14px;font-weight: bolder;margin-bottom: 10px;">委托人:</p>
<template v-if="dataList.orderType==0"> <template v-if="dataList.orderType==0">
<table class="ZTable"> <table class="ZTable">
...@@ -1641,8 +1664,8 @@ ...@@ -1641,8 +1664,8 @@
}; };
}, },
methods: { methods: {
SMSnotification(){ SMSnotification() {
if(this.SMLoading) return if (this.SMLoading) return
this.$confirm("是否发送短信通知?", this.$t("tips.tips"), { this.$confirm("是否发送短信通知?", this.$t("tips.tips"), {
confirmButtonText: this.$t("pub.sureBtn"), confirmButtonText: this.$t("pub.sureBtn"),
cancelButtonText: this.$t("pub.cancelBtn"), cancelButtonText: this.$t("pub.cancelBtn"),
...@@ -1667,7 +1690,7 @@ ...@@ -1667,7 +1690,7 @@
that.SMLoading = false that.SMLoading = false
that.Error(res.data.message); that.Error(res.data.message);
} }
},err=>{ }, err => {
that.SMLoading = false that.SMLoading = false
} }
); );
...@@ -1676,7 +1699,7 @@ ...@@ -1676,7 +1699,7 @@
}); });
}, },
getKongge(str){ getKongge(str) {
return str.replace(/\s+/g, ""); return str.replace(/\s+/g, "");
}, },
// 生成二维码 // 生成二维码
......
<style> <style>
@import "../assets/css/flex.css"; @import "../assets/css/flex.css";
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -283,6 +284,7 @@ ...@@ -283,6 +284,7 @@
.TC_LASTTD div { .TC_LASTTD div {
margin-bottom: 10px; margin-bottom: 10px;
} }
.ContractNum { .ContractNum {
font-size: 16px !important; font-size: 16px !important;
color: #5882bb !important; color: #5882bb !important;
...@@ -302,8 +304,7 @@ ...@@ -302,8 +304,7 @@
<div class="contractTit row justify-between"> <div class="contractTit row justify-between">
<span class="row"> <span class="row">
{{ CtObj.company }}团队出境旅游合同 {{ CtObj.company }}团队出境旅游合同
<span class="ContractNum" <span class="ContractNum" :class="[CtObj.thirdContractFileUrl?'pointer':'']"
:class="[CtObj.thirdContractFileUrl?'pointer':'']"
@click="CtObj.thirdContractFileUrl?OpenNewUrl(CtObj.thirdContractFileUrl):''">{{$t('objFill.hetongbh')}} @click="CtObj.thirdContractFileUrl?OpenNewUrl(CtObj.thirdContractFileUrl):''">{{$t('objFill.hetongbh')}}
<span>{{CtObj.thirdContractID?CtObj.thirdContractID:CtObj.contractNum}}</span> <span>{{CtObj.thirdContractID?CtObj.thirdContractID:CtObj.contractNum}}</span>
<span v-if="CtObj.thirdContractState==0" class="c9e">{{$t('objFill.daishanchuan')}}</span> <span v-if="CtObj.thirdContractState==0" class="c9e">{{$t('objFill.daishanchuan')}}</span>
...@@ -315,9 +316,10 @@ ...@@ -315,9 +316,10 @@
</span> </span>
</span> </span>
<div class="pull-right"> <div class="pull-right">
<input v-if="CtObj.thirdContractState == 1" type="button" class="TCbtn-info" value="发送短信通知" @click="SMSnotification()"/> <input v-if="CtObj.thirdContractState == 1" type="button" class="TCbtn-info" value="发送短信通知"
<input v-if="CtObj.thirdContractFileUrl" type="button" class="TCbtn-info" @click="OpenNewUrl(CtObj.thirdContractFileUrl)" @click="SMSnotification()" />
:value="'旅游局合同'+$t('sm.yulan')" /> <input v-if="CtObj.thirdContractFileUrl" type="button" class="TCbtn-info"
@click="OpenNewUrl(CtObj.thirdContractFileUrl)" :value="'旅游局合同'+$t('sm.yulan')" />
<input type="button" class="TCbtn-info" v-if="CtObj.companySignature == '' && CtObj.auditContract == 2" <input type="button" class="TCbtn-info" v-if="CtObj.companySignature == '' && CtObj.auditContract == 2"
@click="(isShowFade = true), GetQrCode()" value="客户签字链接" /> @click="(isShowFade = true), GetQrCode()" value="客户签字链接" />
<span v-if="CtObj.auditContract == 1" style="font-size: 12px; color: red">等待行政审批通过后获取签字链接</span> <span v-if="CtObj.auditContract == 1" style="font-size: 12px; color: red">等待行政审批通过后获取签字链接</span>
...@@ -340,16 +342,12 @@ ...@@ -340,16 +342,12 @@
</template> </template>
<template v-if="CtObj.auditContract != 2"> <template v-if="CtObj.auditContract != 2">
<input class="btn-warning" type="button" @click="submitForm('CtObj')" <input class="btn-warning" type="button" @click="submitForm('CtObj')" v-loading="SaveLoading"
v-loading="SaveLoading" :disabled="SaveLoading" :value="$t('pub.saveBtn')"></input>
:disabled="SaveLoading"
:value="$t('pub.saveBtn')"></input>
</template> </template>
<template v-if="CurrentUserInfo.EmployeeId == 615"> <template v-if="CurrentUserInfo.EmployeeId == 615">
<input class="btn-warning" type="button" @click="submitForm('CtObj')" <input class="btn-warning" type="button" @click="submitForm('CtObj')" v-loading="SaveLoading"
v-loading="SaveLoading" :disabled="SaveLoading" :value="$t('pub.saveBtn')+'(S)'"></input>
:disabled="SaveLoading"
:value="$t('pub.saveBtn')+'(S)'"></input>
</template> </template>
</div> </div>
</div> </div>
...@@ -527,7 +525,8 @@ ...@@ -527,7 +525,8 @@
<el-form-item label="地接社名称" prop="dmcName"> <el-form-item label="地接社名称" prop="dmcName">
<el-input type="text" v-model="CtObj.dmcName" class="w300"> <el-input type="text" v-model="CtObj.dmcName" class="w300">
<el-select placeholder="快捷" @change="changeDmcCompany" slot="append" style="width:80px"> <el-select placeholder="快捷" @change="changeDmcCompany" slot="append" style="width:80px">
<el-option v-for="(ditem,dindex) in DmcCompanyList" :key="dindex" :label="ditem.CompanyName" :value="ditem"> </el-option> <el-option v-for="(ditem,dindex) in DmcCompanyList" :key="dindex" :label="ditem.CompanyName"
:value="ditem"> </el-option>
</el-select> </el-select>
</el-input> </el-input>
</el-form-item> </el-form-item>
...@@ -717,8 +716,8 @@ ...@@ -717,8 +716,8 @@
<tr> <tr>
<td> <td>
<el-form-item label="尾款支付日期" prop="payDate"> <el-form-item label="尾款支付日期" prop="payDate">
<el-date-picker type="date" class="w300" v-model="CtObj.payDate" value-format="yyyy-MM-dd" placeholder="支付日期选择" <el-date-picker type="date" class="w300" v-model="CtObj.payDate" value-format="yyyy-MM-dd"
:clearable="false"></el-date-picker> placeholder="支付日期选择" :clearable="false"></el-date-picker>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
...@@ -1100,7 +1099,8 @@ ...@@ -1100,7 +1099,8 @@
<div v-if="subItem.type == 2||subItem.type == 7" :key="`tdd_`+index+subIndex"> <div v-if="subItem.type == 2||subItem.type == 7" :key="`tdd_`+index+subIndex">
<span v-if="subItem.type == 2"> <span v-if="subItem.type == 2">
{{ subItem.childItem.couponsName }} {{ subItem.childItem.couponsName }}
<span v-if=" <span
v-if="
subItem.childItem.playTimeHour != null && subItem.childItem.playTimeHour != null &&
subItem.childItem.playTimeHour != '' subItem.childItem.playTimeHour != ''
">{{ subItem.childItem.playTimeHour }}{{(subItem.childItem.playTimeHour.indexOf('时')!=-1||subItem.childItem.playTimeHour.indexOf('分')!=-1?'': '小时')}} ">{{ subItem.childItem.playTimeHour }}{{(subItem.childItem.playTimeHour.indexOf('时')!=-1||subItem.childItem.playTimeHour.indexOf('分')!=-1?'': '小时')}}
...@@ -1148,7 +1148,8 @@ ...@@ -1148,7 +1148,8 @@
<td contenteditable="true"> <td contenteditable="true">
<template v-for="subItem in item.dayArray"> <template v-for="subItem in item.dayArray">
<template v-if="subItem.type == 3"> <template v-if="subItem.type == 3">
<span v-if="subItem.childItem.hotelName!=null && subItem.childItem.hotelName!=''">{{subItem.childItem.hotelName}}/或同级<br/></span> <span
v-if="subItem.childItem.hotelName!=null && subItem.childItem.hotelName!=''">{{subItem.childItem.hotelName}}/或同级<br /></span>
<span v-else></span> <span v-else></span>
</template> </template>
</template> </template>
...@@ -1198,6 +1199,10 @@ ...@@ -1198,6 +1199,10 @@
</span> </span>
<h2> <h2>
<em>游客信息</em> <em>游客信息</em>
<el-select v-model="CtObj.certificateType" style="padding-left:20px;" size="small">
<el-option :value="1" :key="1" label="护照"></el-option>
<el-option :value="2" :key="1" label="身份证"></el-option>
</el-select>
</h2> </h2>
</div> </div>
<template v-if="CtObj.orderType == 0"> <template v-if="CtObj.orderType == 0">
...@@ -1208,7 +1213,7 @@ ...@@ -1208,7 +1213,7 @@
<th>{{ $t("system.query_name") }}</th> <th>{{ $t("system.query_name") }}</th>
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>证件类型</th> <th>证件类型</th>
<th>{{$t('sm.huzhaohaoma')}}</th> <th>证件号码</th>
<th>{{$t('objFill.lianxifangshi')}}</th> <th>{{$t('objFill.lianxifangshi')}}</th>
<th>{{$t('objFill.v101.Contract.shengtizk')}}</th> <th>{{$t('objFill.v101.Contract.shengtizk')}}</th>
</tr> </tr>
...@@ -1219,8 +1224,22 @@ ...@@ -1219,8 +1224,22 @@
<td>{{ index + 1 }}</td> <td>{{ index + 1 }}</td>
<td>{{ item.surName + "" + item.name }}</td> <td>{{ item.surName + "" + item.name }}</td>
<td>{{ item.sex == 1 ? "男" : "女" }}</td> <td>{{ item.sex == 1 ? "男" : "女" }}</td>
<td>{{item.passportNo.length>0?$t('salesModule.Passport'):'身份证'}}</td> <td>
<td>{{ item.passportNo.length>0?item.passportNo:item.idCard }}</td> <template v-if="CtObj.certificateType==1">
{{$t('salesModule.Passport')}}
</template>
<template v-else>
身份证
</template>
</td>
<td>
<template v-if="CtObj.certificateType==1">
{{item.passportNo}}
</template>
<template v-else>
{{ item.idCard }}
</template>
</td>
<td>{{ item.mobilePhone }}</td> <td>{{ item.mobilePhone }}</td>
<td>健康</td> <td>健康</td>
</tr> </tr>
...@@ -1531,7 +1550,7 @@ ...@@ -1531,7 +1550,7 @@
}, },
//国家列表 //国家列表
CountryList: [], CountryList: [],
DmcCompanyList: [],//地接社 DmcCompanyList: [], //地接社
isShowFade: false, //是否显示签证弹窗 isShowFade: false, //是否显示签证弹窗
QRCodeStr: "", QRCodeStr: "",
//客户省份列表 //客户省份列表
...@@ -1651,6 +1670,7 @@ ...@@ -1651,6 +1670,7 @@
signType: 0, //合同章类型(0-和平,1-日本) signType: 0, //合同章类型(0-和平,1-日本)
orderType: 0, orderType: 0,
guestInfo: [], //单项订单旅客名单 guestInfo: [], //单项订单旅客名单
certificateType:1,//护照,2-身份证
}, },
//旅客名单 //旅客名单
guestList: [], guestList: [],
...@@ -1794,8 +1814,8 @@ ...@@ -1794,8 +1814,8 @@
"my-edit": MyEdit "my-edit": MyEdit
}, },
methods: { methods: {
SMSnotification(){ SMSnotification() {
if(this.SMLoading) return if (this.SMLoading) return
this.$confirm("是否发送短信通知?", this.$t("tips.tips"), { this.$confirm("是否发送短信通知?", this.$t("tips.tips"), {
confirmButtonText: this.$t("pub.sureBtn"), confirmButtonText: this.$t("pub.sureBtn"),
cancelButtonText: this.$t("pub.cancelBtn"), cancelButtonText: this.$t("pub.cancelBtn"),
...@@ -1820,7 +1840,7 @@ ...@@ -1820,7 +1840,7 @@
that.SMLoading = false that.SMLoading = false
that.Error(res.data.message); that.Error(res.data.message);
} }
},err=>{ }, err => {
that.SMLoading = false that.SMLoading = false
} }
); );
...@@ -1858,9 +1878,9 @@ ...@@ -1858,9 +1878,9 @@
} }
}, },
goContract() { goContract() {
let path="TravelContractDetail"; let path = "TravelContractDetail";
if(this.CtObj.contractType==1){ if (this.CtObj.contractType == 1) {
path="TravelContractDetailWT"; path = "TravelContractDetailWT";
} }
this.$router.push({ this.$router.push({
name: path, name: path,
...@@ -1906,9 +1926,9 @@ ...@@ -1906,9 +1926,9 @@
document.documentElement.scrollTop = anchor.offsetTop - 70; document.documentElement.scrollTop = anchor.offsetTop - 70;
}, },
getList() { getList() {
if(this.$route.query.orderID) this.msg.orderID = this.$route.query.orderID if (this.$route.query.orderID) this.msg.orderID = this.$route.query.orderID
if(this.$route.query.TCID) this.msg.TCID = this.$route.query.TCID if (this.$route.query.TCID) this.msg.TCID = this.$route.query.TCID
if(this.dataLoading) return if (this.dataLoading) return
this.dataLoading = true this.dataLoading = true
this.apipost( this.apipost(
"travelcontract_post_GetContractInfoService", "travelcontract_post_GetContractInfoService",
...@@ -1987,7 +2007,9 @@ ...@@ -1987,7 +2007,9 @@
this.Error(res.data.message); this.Error(res.data.message);
} }
}, },
err=>{ this.dataLoading = false} err => {
this.dataLoading = false
}
); );
}, },
//获取国家 //获取国家
...@@ -2000,7 +2022,7 @@ ...@@ -2000,7 +2022,7 @@
(err) => {} (err) => {}
); );
}, },
GetDmcCompanyList(){ GetDmcCompanyList() {
this.apipost( this.apipost(
"travelcontract_post_GetDmcCompanyList", {}, "travelcontract_post_GetDmcCompanyList", {},
(res) => { (res) => {
...@@ -2107,9 +2129,9 @@ ...@@ -2107,9 +2129,9 @@
}, },
//提交数据 //提交数据
SaveMsg() { SaveMsg() {
if(this.$route.query.orderID) this.CtObj.orderId = this.$route.query.orderID if (this.$route.query.orderID) this.CtObj.orderId = this.$route.query.orderID
if(this.$route.query.TCID) this.CtObj.tcid = this.$route.query.TCID if (this.$route.query.TCID) this.CtObj.tcid = this.$route.query.TCID
if(this.SaveLoading) return; if (this.SaveLoading) return;
this.SaveLoading = true; this.SaveLoading = true;
this.CtObj.status = 1; this.CtObj.status = 1;
this.CtObj.contractStatus = 2; this.CtObj.contractStatus = 2;
...@@ -2672,9 +2694,9 @@ ...@@ -2672,9 +2694,9 @@
} }
} }
this.trifficList.forEach((x, index) => { this.trifficList.forEach((x, index) => {
if(x.busTip!=null && x.busTip!=''){ if (x.busTip != null && x.busTip != '') {
this.tripDays[index].TrifficType = x.busTip; this.tripDays[index].TrifficType = x.busTip;
}else{ } else {
if (x.airportPickUp == 1 || x.airportPickUp == 2) { if (x.airportPickUp == 1 || x.airportPickUp == 2) {
if (x.isUseBus == 1) { if (x.isUseBus == 1) {
this.tripDays[index].TrifficType = "飞机+大巴"; this.tripDays[index].TrifficType = "飞机+大巴";
...@@ -2696,7 +2718,7 @@ ...@@ -2696,7 +2718,7 @@
} }
}); });
}, },
changeDmcCompany(item){ changeDmcCompany(item) {
this.CtObj.dmcName = item.CompanyName; this.CtObj.dmcName = item.CompanyName;
this.CtObj.dmcAddress = item.Address; this.CtObj.dmcAddress = item.Address;
this.CtObj.dmcContact = item.ContactName; this.CtObj.dmcContact = item.ContactName;
......
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
.ClientTravelTable td { .ClientTravelTable td {
border: 1px solid #d1d1d1; border: 1px solid #d1d1d1;
color:red; color: red;
} }
.dic_content .TipsDiv { .dic_content .TipsDiv {
...@@ -539,7 +539,8 @@ ...@@ -539,7 +539,8 @@
<li :class="ActiveTab==2?'ActiveLi':''" @click="ChangeTab(2)">合同信息</li> <li :class="ActiveTab==2?'ActiveLi':''" @click="ChangeTab(2)">合同信息</li>
<li :class="ActiveTab==3?'ActiveLi':''" @click="ChangeTab(3)">盖章签字</li> <li :class="ActiveTab==3?'ActiveLi':''" @click="ChangeTab(3)">盖章签字</li>
<li :class="ActiveTab==4?'ActiveLi':''" @click="ChangeTab(4)">游客名单</li> <li :class="ActiveTab==4?'ActiveLi':''" @click="ChangeTab(4)">游客名单</li>
<li v-if="(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)" :class="ActiveTab==10?'ActiveLi':''" @click="ChangeTab(10)">签约委托书</li> <li v-if="(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)"
:class="ActiveTab==10?'ActiveLi':''" @click="ChangeTab(10)">签约委托书</li>
<li :class="ActiveTab==5?'ActiveLi':''" @click="ChangeTab(5)">团队行程</li> <li :class="ActiveTab==5?'ActiveLi':''" @click="ChangeTab(5)">团队行程</li>
<li :class="ActiveTab==6?'ActiveLi':''" @click="ChangeTab(6)">安全告知书</li> <li :class="ActiveTab==6?'ActiveLi':''" @click="ChangeTab(6)">安全告知书</li>
<li :class="ActiveTab==7?'ActiveLi':''" @click="ChangeTab(7)">自愿购物活动补充协议</li> <li :class="ActiveTab==7?'ActiveLi':''" @click="ChangeTab(7)">自愿购物活动补充协议</li>
...@@ -1244,12 +1245,24 @@ ...@@ -1244,12 +1245,24 @@
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">证件类型:</el-col> <el-col :span="8" style="text-align:right">证件类型:</el-col>
<el-col :span="16" style="text-align:left"> <el-col :span="16" style="text-align:left">
{{item.passportNo.length>0?$t('salesModule.Passport'):'身份证'}}</el-col> <template v-if="dataList.certificateType==1">
{{$t('salesModule.Passport')}}
</template>
<template v-else>
身份证
</template>
</el-col>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">证件号码:</el-col> <el-col :span="8" style="text-align:right">证件号码:</el-col>
<el-col :span="16" style="text-align:left"> <el-col :span="16" style="text-align:left">
{{ item.passportNo.length>0?item.passportNo:item.idCard }}</el-col> <template v-if="dataList.certificateType==1">
{{item.passportNo}}
</template>
<template v-else>
{{ item.idCard }}
</template>
</el-col>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
...@@ -1318,9 +1331,15 @@ ...@@ -1318,9 +1331,15 @@
</div> </div>
<!-- 签约委托书 --> <!-- 签约委托书 -->
<div v-if="(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)" v-show="ActiveTab==10" class="item_content"> <div v-if="(dataList.guestNum&&dataList.guestNum>1)|| (dataList.guestList&&dataList.guestList.length>1)"
<p style="font-weight: bolder;margin-bottom: 10px;"><span style="text-decoration: underline;">{{dataList.company}}:</span></p> v-show="ActiveTab==10" class="item_content">
<p style="margin-bottom: 10px;">我自愿参加贵社组织的<span style="text-decoration: underline;">{{dataList.productName}}{{dataList.dayNum}}天</span>旅行团,团号:<span style="text-decoration: underline;"> {{dataList.tCNum}}</span>,并全权委托<span style="text-decoration: underline;">{{dataList.clientName}}</span>代表我与贵社签订《团队出境旅游合同》(合同编号:<span style="text-decoration: underline;">{{dataList.contractNum}}</span>),按《团队出境旅游合同》约定,承担责任。</p> <p style="font-weight: bolder;margin-bottom: 10px;"><span
style="text-decoration: underline;">{{dataList.company}}:</span></p>
<p style="margin-bottom: 10px;">我自愿参加贵社组织的<span
style="text-decoration: underline;">{{dataList.productName}}{{dataList.dayNum}}天</span>旅行团,团号:<span
style="text-decoration: underline;"> {{dataList.tCNum}}</span>,并全权委托<span
style="text-decoration: underline;">{{dataList.clientName}}</span>代表我与贵社签订《团队出境旅游合同》(合同编号:<span
style="text-decoration: underline;">{{dataList.contractNum}}</span>),按《团队出境旅游合同》约定,承担责任。</p>
<p style="font-weight: bolder;margin-bottom: 10px;">委托人:</p> <p style="font-weight: bolder;margin-bottom: 10px;">委托人:</p>
<template v-if="dataList.orderType==0"> <template v-if="dataList.orderType==0">
<ul class="guestUl"> <ul class="guestUl">
...@@ -1335,7 +1354,8 @@ ...@@ -1335,7 +1354,8 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-col :span="8" style="text-align:right">性别:</el-col> <el-col :span="8" style="text-align:right">性别:</el-col>
<el-col :span="16" style="text-align:left">{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</el-col> <el-col :span="16" style="text-align:left">{{item.sex==1?$t('pub.man'):$t('pub.woman')}}
</el-col>
</el-col> </el-col>
</el-row> </el-row>
<el-row style="padding:6px 0"> <el-row style="padding:6px 0">
...@@ -1790,7 +1810,7 @@ ...@@ -1790,7 +1810,7 @@
} catch (error) {} } catch (error) {}
}, },
methods: { methods: {
getKongge(str){ getKongge(str) {
return str.replace(/\s+/g, ""); return str.replace(/\s+/g, "");
}, },
closeTcShowHandler() { closeTcShowHandler() {
......
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