Commit 193f8fa1 authored by youjie's avatar youjie

翻译

parent 2730e95e
...@@ -5415,6 +5415,20 @@ export const obj = { ...@@ -5415,6 +5415,20 @@ export const obj = {
dijiewcz: '地接-未操作', dijiewcz: '地接-未操作',
shiftythxz: '是否同意替换选中酒店?同意后将覆盖之前的行程酒店信息!', shiftythxz: '是否同意替换选中酒店?同意后将覆盖之前的行程酒店信息!',
quxian: '区/县', quxian: '区/县',
yaobajdslsjb: '2018年5月酒店用量数据报表',
jiudianmc: ['喜马拉雅山大酒店','土耳其五星酒店','新加坡圣淘沙安曼纳圣殿...','希腊小岛特色酒店','锦江宾馆','九眼桥酒店'],
jiudianyl: '酒店用量',
jiudianzanb: '酒店占比',
tongbizengz: '同比增长',
tuancfkssj: '团出发开始时间',
tuancfjssj: '团出发结束时间',
tiaojianzd: '条件制单',
xuanzhezd: '选择制单',
danjianshul: '单间数量',
shuangrjiansl: '双人间数量',
dachuanfsl: '大床房数量',
sanrenjsl: '三人间数量',
caiwudanjje: '财务单据金额',
} }
} }
//#endregion //#endregion
......
...@@ -5415,6 +5415,20 @@ export const obj = { ...@@ -5415,6 +5415,20 @@ export const obj = {
dijiewcz: '地接-未操作', dijiewcz: '地接-未操作',
shiftythxz: '是否同意替換選中酒店?同意後將覆蓋之前的行程酒店信息!', shiftythxz: '是否同意替換選中酒店?同意後將覆蓋之前的行程酒店信息!',
quxian: '區/縣', quxian: '區/縣',
yaobajdslsjb: '2018年5月酒店用量數據報表',
jiudianmc: ['喜馬拉雅山大酒店','土耳其五星酒店','新加坡聖淘沙安曼納聖殿...','希臘小島特色酒店','錦江賓館','九眼橋酒店'],
jiudianyl: '酒店用量',
jiudianzanb: '酒店佔比',
tongbizengz: '同比增長',
tuancfkssj: '團出發開始時間',
tuancfjssj: '團出發結束時間',
tiaojianzd: '條件制單',
xuanzhezd: '選擇制單',
danjianshul: '單間數量',
shuangrjiansl: '雙人間數量',
dachuanfsl: '大牀房數量',
sanrenjsl: '三人間數量',
caiwudanjje: '財務單據金額',
} }
} }
//#endregion //#endregion
......
<template> <template>
<div class="echartsBox"> <div class="echartsBox">
<div class="titleBox row"> <div class="titleBox row">
<h3Name: this.$t('objFill.v101.FinancialModule.shijllbhqst')/h3> <h3>{{$t('objFill.v101.FinancialModule.shijllbhqst')}}</h3>
<div style="margin-left: 20px;"> <div style="margin-left: 20px;">
......
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
<td> <td>
<template v-if="subItem.ContractUrl!=''"> <template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span> <span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue" :href="subItem.ContractUrl">查看</a> &nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue" :href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template> </template>
<template v-else> <template v-else>
<span style="color:red">未上传</span> <span style="color:red">{{$t('objFill.weishangchuan')}}</span>
</template> </template>
</td> </td>
</tr> </tr>
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
if (objData.list && objData.list.length > 0) { if (objData.list && objData.list.length > 0) {
var str = ""; var str = "";
objData.list.forEach((cItem, cIndex) => { objData.list.forEach((cItem, cIndex) => {
str += (cIndex == 0 ? "" : ",") + cItem.TCNUM + "使用了" + cItem.LastUseNum + this.$t('hotel.hotel_room'); str += (cIndex == 0 ? "" : ",") + cItem.TCNUM + this.$t('objFill.shiyongle') + cItem.LastUseNum + this.$t('hotel.hotel_room');
}); });
if (str != "") { if (str != "") {
this.Info(str); this.Info(str);
...@@ -415,7 +415,7 @@ ...@@ -415,7 +415,7 @@
this.list.forEach(item => { this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => { item.HotelOrderList.forEach(subItem => {
if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){ if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){
str+=`请上传${item.UseTimeStr}的手配书` str+=`${this.$t('objFill.qingshangchuan')}${item.UseTimeStr}${this.$t('objFill.deshoups')}`
isUpload=false; isUpload=false;
} }
subItem.OrderDetailsList.forEach((y, sIndex) => { subItem.OrderDetailsList.forEach((y, sIndex) => {
...@@ -470,7 +470,7 @@ ...@@ -470,7 +470,7 @@
this.list.forEach(item => { this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => { item.HotelOrderList.forEach(subItem => {
if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){ if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){
str+=`请上传${item.UseTimeStr}的手配书` str+=`${this.$t('objFill.qingshangchuan')}${item.UseTimeStr}${this.$t('objFill.deshoups')}`
isUpload=false; isUpload=false;
} }
subItem.OrderDetailsList.forEach(y => { subItem.OrderDetailsList.forEach(y => {
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
type="daterange" type="daterange"
:range-separator="$t('OrderList.zhi')" :range-separator="$t('OrderList.zhi')"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
start-placeholder="团出发开始时间" :start-placeholder="$t('objFill.v101.hote.tuancfkssj')"
end-placeholder="团出发结束时间"> :end-placeholder="$t('objFill.v101.hote.tuancfjssj')">
</el-date-picker> </el-date-picker>
</span> </span>
</li> </li>
...@@ -54,13 +54,13 @@ ...@@ -54,13 +54,13 @@
<input <input
type="button" type="button"
class="hollowFixedBtn" class="hollowFixedBtn"
value="条件制单" :value="$t('objFill.v101.hote.tiaojianzd')"
@click="ConditionsMake" @click="ConditionsMake"
> >
<input <input
type="button" type="button"
class="hollowFixedBtn" class="hollowFixedBtn"
value="选择制单" :value="$t('objFill.v101.hote.xuanzhezd')"
@click="ChooseTeamMake" @click="ChooseTeamMake"
> >
<input <input
...@@ -83,12 +83,12 @@ ...@@ -83,12 +83,12 @@
<th>{{$t('Airticket.Air_StartTime')}}</th> <th>{{$t('Airticket.Air_StartTime')}}</th>
<th>{{$t('hotel.table_hotelname')}}</th> <th>{{$t('hotel.table_hotelname')}}</th>
<th>{{$t('ground.tianshu')}}</th> <th>{{$t('ground.tianshu')}}</th>
<th>单间数量</th> <th>{{$t('objFill.v101.hote.danjianshul')}}</th>
<th>双人间数量</th> <th>{{$t('objFill.v101.hote.shuangrjiansl')}}</th>
<th>大床房数量</th> <th>{{$t('objFill.v101.hote.dachuanfsl')}}</th>
<th>三人间数量</th> <th>{{$t('objFill.v101.hote.sanrenjsl')}}</th>
<th>关联财务单据</th> <th>{{$t('objFill.guanliancwdj')}}</th>
<th>财务单据金额</th> <th>{{$t('objFill.v101.hote.caiwudanjje')}}</th>
<th>{{$t('admin.admin_czPerson')}}</th> <th>{{$t('admin.admin_czPerson')}}</th>
<th>{{$t('hotel.table_operattime')}}</th> <th>{{$t('hotel.table_operattime')}}</th>
</tr> </tr>
...@@ -101,10 +101,10 @@ ...@@ -101,10 +101,10 @@
<td>{{item.StartDate}}</td> <td>{{item.StartDate}}</td>
<td>{{item.NewHotelName}}</td> <td>{{item.NewHotelName}}</td>
<td>{{item.Days}}</td> <td>{{item.Days}}</td>
<td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}</td> <td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}</td> <td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.KingRoom}}{{item.KingPeopleRoom}}</td> <td>{{item.KingRoom}}{{item.KingPeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}</td> <td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td> <td>
<span v-if="item.FinanceId==0"></span> <span v-if="item.FinanceId==0"></span>
<span @click="goFncUrl('FinancialDocumentsDetail', item.FinanceId)" style="cursor: pointer;text-decoration: underline;" v-else>{{item.FinanceId}}</span> <span @click="goFncUrl('FinancialDocumentsDetail', item.FinanceId)" style="cursor: pointer;text-decoration: underline;" v-else>{{item.FinanceId}}</span>
...@@ -128,18 +128,18 @@ ...@@ -128,18 +128,18 @@
<tr> <tr>
<th>{{$t('visa.v_tuanhao')}}</th> <th>{{$t('visa.v_tuanhao')}}</th>
<th>{{$t('hotel.table_hotelname')}}</th> <th>{{$t('hotel.table_hotelname')}}</th>
<th>单间数量</th> <th>{{$t('objFill.v101.hote.danjianshul')}}</th>
<th>双人间数量</th> <th>{{$t('objFill.v101.hote.shuangrjiansl')}}</th>
<th>大床房数量</th> <th>{{$t('objFill.v101.hote.dachuanfsl')}}</th>
<th>三人间数量</th> <th>{{$t('objFill.v101.hote.sanrenjsl')}}</th>
</tr> </tr>
<tr v-for="(item,index) in addMsg.AirServiceList" :key="index"> <tr v-for="(item,index) in addMsg.AirServiceList" :key="index">
<td>{{item.TCNUM}}</td> <td>{{item.TCNUM}}</td>
<td>{{item.NewHotelName}}</td> <td>{{item.NewHotelName}}</td>
<td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}</td> <td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}</td> <td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.KingRoom}}{{item.KingPeopleRoom}}</td> <td>{{item.KingRoom}}{{item.KingPeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}</td> <td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
</tr> </tr>
<tr v-if="addMsg.AirServiceList.length==0"> <tr v-if="addMsg.AirServiceList.length==0">
<td colspan="5">{{$t('system.content_noData')}}</td> <td colspan="5">{{$t('system.content_noData')}}</td>
...@@ -169,8 +169,8 @@ ...@@ -169,8 +169,8 @@
type="daterange" type="daterange"
:range-separator="$t('OrderList.zhi')" :range-separator="$t('OrderList.zhi')"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
start-placeholder="团出发开始时间" :start-placeholder="$t('objFill.v101.hote.tuancfkssj')"
end-placeholder="团出发结束时间"> :end-placeholder="$t('objFill.v101.hote.tuancfjssj')">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</div> </div>
......
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
<template v-if="subItem.ContractUrl!=''"> <template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span> <span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue" &nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue"
:href="subItem.ContractUrl">查看</a> :href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template> </template>
</p> </p>
<el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''> <el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''>
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
<template v-if="subItem.ContractUrl!=''"> <template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span> <span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue" &nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue"
:href="subItem.ContractUrl">查看</a> :href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template> </template>
</p> </p>
<el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''> <el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''>
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
<template v-if="subItem.ContractUrl!=''"> <template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span> <span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue" &nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue"
:href="subItem.ContractUrl">查看</a> :href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template> </template>
</p> </p>
<el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''> <el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''>
......
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
</td> </td>
<td> <td>
<div class="w80 link"> <div class="w80 link">
<p @click="goUrl('leaderTotalDetails',item,'领队报账详情')">查看</p> <p @click="goUrl('leaderTotalDetails',item,'领队报账详情')">{{$t('fnc.chakan')}}</p>
</div> </div>
</td> </td>
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
</td> </td>
<td> <td>
<div class="w80 link"> <div class="w80 link">
<p @click="goUrl('guideTotalDetails',item,'导游报账详情')">查看</p> <p @click="goUrl('guideTotalDetails',item,'导游报账详情')">{{$t('fnc.chakan')}}</p>
<p @click="goUrlLeaderPlan('groundOperation',item,'导游计划表')">查看领队</p> <p @click="goUrlLeaderPlan('groundOperation',item,'导游计划表')">查看领队</p>
</div> </div>
</td> </td>
......
<style> <style>
.page_demandStatistics ._mc_edit{overflow: auto;display: none;position:absolute;bottom:0;left: 0;border-top:1px solid #d1d1d1;background-color:#f9f9f9;padding: 15px 33px;width: 100%;min-width: 1146px;padding-right: 10px} .page_demandStatistics ._mc_edit{overflow: auto;display: none;position:absolute;bottom:0;left: 0;border-top:1px solid #d1d1d1;background-color:#f9f9f9;padding: 15px 33px;width: 100%;min-width: 1146px;padding-right: 10px}
.page_demandStatistics .edHeight{display: block;height: 150px;} .page_demandStatistics .edHeight{display: block;height: 150px;}
.page_demandStatistics ._mc_list{overflow-x: auto;} .page_demandStatistics ._mc_list{overflow-x: auto;}
.page_demandStatistics ._mc_list>ul>li{padding: 20px 20px 0 20px;width: 280px;height: 302px;float: left;border: 1px solid #F1F2F5;margin-right:10px;margin-bottom: 20px} .page_demandStatistics ._mc_list>ul>li{padding: 20px 20px 0 20px;width: 280px;height: 302px;float: left;border: 1px solid #F1F2F5;margin-right:10px;margin-bottom: 20px}
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
.page_demandStatistics ._charts_bt p.PingFangSC{font-weight: bold;color: #333333;font-size: 16px} .page_demandStatistics ._charts_bt p.PingFangSC{font-weight: bold;color: #333333;font-size: 16px}
</style> </style>
<template> <template>
<div class="page_demandStatistics"> <div class="page_demandStatistics">
<div class="_mc_list _scrollbar"> <div class="_mc_list _scrollbar">
<div class="_vr_right fl"> <div class="_vr_right fl">
<p class="_tit">{{name}}统计 </p> <p class="_tit">{{name}}统计 </p>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<div class="_xunjia" v-if="item.infoType==1"> <div class="_xunjia" v-if="item.infoType==1">
<p>{{item.customerName}}</p> <p>{{item.customerName}}</p>
<p>{{item.createTime}}</p> <p>{{item.createTime}}</p>
<p class="_see"><span>查看</span>&nbsp;&nbsp;<span class="_line_name">{{item.checkInformation}}</span></p> <p class="_see"><span>{{$t('fnc.chakan')}}</span>&nbsp;&nbsp;<span class="_line_name">{{item.checkInformation}}</span></p>
<p> <p>
<i class="iconfont icon-qingjia"></i><span> 浏览时长&nbsp;&nbsp;</span><span class="PingFangSC">{{item.viewingHours}}</span> <i class="iconfont icon-qingjia"></i><span> 浏览时长&nbsp;&nbsp;</span><span class="PingFangSC">{{item.viewingHours}}</span>
</p> </p>
...@@ -265,19 +265,19 @@ export default { ...@@ -265,19 +265,19 @@ export default {
axisLine: {show: false}, axisLine: {show: false},
axisTick:false, axisTick:false,
splitLine:{ splitLine:{
show:false show:false
}, },
scale: true, scale: true,
minInterval:1, minInterval:1,
type: 'value', type: 'value',
axisLabel:{formatter:'{value} 个'} axisLabel:{formatter:'{value} 个'}
}, },
series: [ series: [
{ {
name: 'b2b点击', name: 'b2b点击',
type: 'line', type: 'line',
smooth:false, smooth:false,
data: clc, data: clc,
lineStyle:{ lineStyle:{
width:3, width:3,
...@@ -307,7 +307,7 @@ export default { ...@@ -307,7 +307,7 @@ export default {
{ {
name: '询价', name: '询价',
type: 'line', type: 'line',
smooth:false, smooth:false,
data: see, data: see,
lineStyle:{ lineStyle:{
width:3, width:3,
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<th width="12%">{{$t('hotel.hotel_cost')}}</th> <th width="12%">{{$t('hotel.hotel_cost')}}</th>
<th width="12%">散客机票数量</th> <th width="12%">散客机票数量</th>
<th width="12%">散客机票利润</th> <th width="12%">散客机票利润</th>
<th width="13%">关联财务单据</th> <th width="13%">{{$t('objFill.guanliancwdj')}}</th>
<th width="12%">{{$t('restaurant.res_profit')}}</th> <th width="12%">{{$t('restaurant.res_profit')}}</th>
<th width="12%">{{$t('visa.v_yewuyuan')}}</th> <th width="12%">{{$t('visa.v_yewuyuan')}}</th>
<th width="8%">{{$t('hotel.table_operat')}}</th> <th width="8%">{{$t('hotel.table_operat')}}</th>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
.page_visaComList .icon-img_gwgl{background-color: #9887D9} .page_visaComList .icon-img_gwgl{background-color: #9887D9}
.Operating .icon-lists{background-color: #6DD875} .Operating .icon-lists{background-color: #6DD875}
.page_visaComList .icon-img_kqmrtj{background-color: #FFA037} .page_visaComList .icon-img_kqmrtj{background-color: #FFA037}
.page_visaComList .Operating i._gray,.page_visaComList .Operating i._gray:hover,.page_visaComList .Operating i._gray:active{background-color: #999999} .page_visaComList .Operating i._gray,.page_visaComList .Operating i._gray:hover,.page_visaComList .Operating i._gray:active{background-color: #999999}
.page_visaComList ._scrollbar::-webkit-scrollbar{width: 4px;height:8px;} .page_visaComList ._scrollbar::-webkit-scrollbar{width: 4px;height:8px;}
.page_visaComList ._scrollbar::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);border-radius: 4px;background: #EDEDED;} .page_visaComList ._scrollbar::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);border-radius: 4px;background: #EDEDED;}
.page_visaComList ._scrollbar::-webkit-scrollbar-thumb{border-radius: 4px;-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);background: #c9c9c9;} .page_visaComList ._scrollbar::-webkit-scrollbar-thumb{border-radius: 4px;-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);background: #c9c9c9;}
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<div class="query-box"> <div class="query-box">
<ul> <ul>
<li> <li>
<span> <span>
<em>{{$t('visa.v_creatDate')}}</em> <em>{{$t('visa.v_creatDate')}}</em>
<el-date-picker clearable class="w150" <el-date-picker clearable class="w150"
v-model="msg.StartTime" v-model="msg.StartTime"
...@@ -105,8 +105,8 @@ ...@@ -105,8 +105,8 @@
<div class="_br _pr30 w160"> <div class="_br _pr30 w160">
<span class="_radius" v-if="item.SignStatus==1">{{$t('visa.v_dan')}}</span> <span class="_radius" v-if="item.SignStatus==1">{{$t('visa.v_dan')}}</span>
<span class="_radius _tuan" v-if="item.SignStatus==2">{{$t('visa.v_tuan')}}</span> <span class="_radius _tuan" v-if="item.SignStatus==2">{{$t('visa.v_tuan')}}</span>
<el-popover <el-popover
popper-class="visaList_tripDetails" popper-class="visaList_tripDetails"
width="1200" width="1200"
trigger="click"> trigger="click">
<div class=""> <div class="">
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<th>{{$t('system.table_sex')}}</th> <th>{{$t('system.table_sex')}}</th>
<th>{{$t('system.table_Passport')}}</th> <th>{{$t('system.table_Passport')}}</th>
<th>{{$t('visa.v_jtjzd')}}</th> <th>{{$t('visa.v_jtjzd')}}</th>
<th>{{$t('visa.v_shenqingbiao')}}</th> <th>{{$t('visa.v_shenqingbiao')}}</th>
<th>{{$t('system.table_operation')}}</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr v-for="(son,sIndex) in item.PeopleList" :key="sIndex"> <tr v-for="(son,sIndex) in item.PeopleList" :key="sIndex">
...@@ -136,9 +136,9 @@ ...@@ -136,9 +136,9 @@
</tr> </tr>
</table> </table>
</div> </div>
<span slot="reference" class="_f_b3 _cu w95">{{item.PeopleList[0].Name}}{{item.PeopleList.length}}</span> <span slot="reference" class="_f_b3 _cu w95">{{item.PeopleList[0].Name}}{{item.PeopleList.length}}{{$t('hotel.hotel_people')}}</span>
</el-popover> </el-popover>
</div> </div>
<div class="_br _pr30 _pl30"> <div class="_br _pr30 _pl30">
<span class="_square">{{$t('visa.v_rujing')}}</span> <span class="_square">{{$t('visa.v_rujing')}}</span>
...@@ -158,19 +158,19 @@ ...@@ -158,19 +158,19 @@
</div> </div>
<div class="_br _pr30 _pl30 _font12 ta_l _vlc_info w305"> <div class="_br _pr30 _pl30 _font12 ta_l _vlc_info w305">
<div class="_mr_20"> <div class="_mr_20">
<p class="_OrderRemarks" style="width: 130px;"><span>{{$t('visa.v_tuanhao')}}</span> <p class="_OrderRemarks" style="width: 130px;"><span>{{$t('visa.v_tuanhao')}}</span>
<el-tooltip class="item" effect="dark" :content="item.OrderId" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="item.OrderId" placement="top-start" popper-class="max-w250">
<i class="iconfont"> {{item.OrderId}}({{item.VisaType==1? $t('visa.v_gvisa'): $t('visa.v_tvisa')}})</i> <i class="iconfont"> {{item.OrderId}}({{item.VisaType==1? $t('visa.v_gvisa'): $t('visa.v_tvisa')}})</i>
</el-tooltip> </el-tooltip>
</p> </p>
<p class="_OrderRemarks" style="width: 130px;"><span></span> <p class="_OrderRemarks" style="width: 130px;"><span></span>
<el-tooltip class="item" effect="dark" :content="item.TCNUM" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="item.TCNUM" placement="top-start" popper-class="max-w250">
<i class="iconfont"> {{item.TCNUM}}</i> <i class="iconfont"> {{item.TCNUM}}</i>
</el-tooltip> </el-tooltip>
</p> </p>
</div> </div>
<div v-if="item.SignStatus==1"> <div v-if="item.SignStatus==1">
<p class="_OrderRemarks"><span>{{$t('hotel.hotel_remark')}} </span> <p class="_OrderRemarks"><span>{{$t('hotel.hotel_remark')}} </span>
<el-tooltip class="item" effect="dark" :content="item.OrderRemarks" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="item.OrderRemarks" placement="top-start" popper-class="max-w250">
<i class="iconfont">{{item.OrderRemarks}}</i> <i class="iconfont">{{item.OrderRemarks}}</i>
</el-tooltip> </el-tooltip>
...@@ -216,12 +216,12 @@ ...@@ -216,12 +216,12 @@
<div class="noData" v-show="noData"> <div class="noData" v-show="noData">
{{$t('system.content_noData')}} {{$t('system.content_noData')}}
</div> </div>
<el-pagination <el-pagination
background background
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="currentPage" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" layout="total,prev, pager, next, jumper"
:page-size=msg.pageSize :page-size=msg.pageSize
:total=total> :total=total>
</el-pagination> </el-pagination>
</div> </div>
...@@ -374,15 +374,15 @@ export default { ...@@ -374,15 +374,15 @@ export default {
confirmButtonText: this.$t('pub.sureBtn'), confirmButtonText: this.$t('pub.sureBtn'),
cancelButtonText: this.$t('pub.cancelBtn'), cancelButtonText: this.$t('pub.cancelBtn'),
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
let msg ={ let msg ={
Id:Id, Id:Id,
ApplyStatus:ApplyStatus ApplyStatus:ApplyStatus
} }
this.apipost('dmc_post_visa_UpdateVisaApplyPeopleInfo',msg,res=>{ this.apipost('dmc_post_visa_UpdateVisaApplyPeopleInfo',msg,res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
this.$message.success(res.data.message); this.$message.success(res.data.message);
this.getList() this.getList()
}else{ }else{
this.$message.error(res.data.message) this.$message.error(res.data.message)
this.getList() this.getList()
...@@ -393,13 +393,13 @@ export default { ...@@ -393,13 +393,13 @@ export default {
type: 'info', type: 'info',
message: this.$t('hotel.hotel_HasBeenCancelled')+text message: this.$t('hotel.hotel_HasBeenCancelled')+text
}); });
}); });
}, },
addVisa(){ addVisa(){
if(this.actieID==1){ if(this.actieID==1){
goUrlT('addVisa',CountryType,0,copy) goUrlT('addVisa',CountryType,0,copy)
}else{ }else{
this.$message.success(this.$t('visaT.titlef')); this.$message.success(this.$t('visaT.titlef'));
} }
}, },
getList(){ // 获取列表数据 getList(){ // 获取列表数据
...@@ -410,11 +410,11 @@ export default { ...@@ -410,11 +410,11 @@ export default {
if(res.data.data.count>0){ if(res.data.data.count>0){
this.total = res.data.data.count; this.total = res.data.data.count;
this.DataList = res.data.data.pageData this.DataList = res.data.data.pageData
this.noData =false; this.noData =false;
}else{ }else{
this.total = res.data.data.count; this.total = res.data.data.count;
this.noData =true; this.noData =true;
this.DataList = []; this.DataList = [];
} }
}else{ }else{
this.$message.error(res.data.message) this.$message.error(res.data.message)
...@@ -443,7 +443,7 @@ export default { ...@@ -443,7 +443,7 @@ export default {
window.open(routeData.href, '_blank'); window.open(routeData.href, '_blank');
}, },
goUrlT(path,Cid,id,type){ goUrlT(path,Cid,id,type){
this.$router.push({ name: path,query:{"id":id,"Cid":Cid,'type':type} }) this.$router.push({ name: path,query:{"id":id,"Cid":Cid,'type':type} })
} }
},mounted(){ },mounted(){
this.getList() this.getList()
......
...@@ -529,7 +529,7 @@ ...@@ -529,7 +529,7 @@
</div> </div>
<!-- 头部 --> <!-- 头部 -->
<div class="NavFixed"> <div class="NavFixed">
<p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">查看</p> <p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">{{$t('fnc.chakan')}}</p>
<div class="navHidden"> <div class="navHidden">
<div class="wrap"> <div class="wrap">
<ul class="Navul"> <ul class="Navul">
......
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
</div> </div>
<!-- 头部 --> <!-- 头部 -->
<div class="NavFixed"> <div class="NavFixed">
<p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">查看</p> <p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">{{$t('fnc.chakan')}}</p>
<div class="navHidden"> <div class="navHidden">
<div class="wrap"> <div class="wrap">
<ul class="Navul"> <ul class="Navul">
......
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
</div> </div>
<!-- 头部 --> <!-- 头部 -->
<div class="NavFixed"> <div class="NavFixed">
<p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">查看</p> <p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">{{$t('fnc.chakan')}}</p>
<div class="navHidden"> <div class="navHidden">
<div class="wrap"> <div class="wrap">
<ul class="Navul"> <ul class="Navul">
......
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
</div> </div>
<!-- 头部 --> <!-- 头部 -->
<div class="NavFixed"> <div class="NavFixed">
<p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">查看</p> <p style="background:#24ade5;text-align:center;color:#fff;padding:6px 0;font-size:3rem">{{$t('fnc.chakan')}}</p>
<div class="navHidden"> <div class="navHidden">
<div class="wrap"> <div class="wrap">
<ul class="Navul"> <ul class="Navul">
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105" v-if="pagesTitle!='查看'"> <el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105" v-if="pagesTitle!='查看'">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> --> <!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">{{$t('fnc.chakan')}}</el-button> -->
<template v-if="pagesTitle == '申请'"> <template v-if="pagesTitle == '申请'">
<el-button v-if="scope.row.OrderChangePriceId == 0" size="mini" type="primary" <el-button v-if="scope.row.OrderChangePriceId == 0" size="mini" type="primary"
@click="ckChangePrice(scope.row)">{{$t('objFill.shengqingjje')}}</el-button> @click="ckChangePrice(scope.row)">{{$t('objFill.shengqingjje')}}</el-button>
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
<el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105" <el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105"
v-if="pagesTitle == '申请'||pagesTitle == '审核'"> v-if="pagesTitle == '申请'||pagesTitle == '审核'">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> --> <!-- <el-button size="mini" type="primary" @click="goDetails(scope.row)">{{$t('fnc.chakan')}}</el-button> -->
<template v-if="pagesTitle == '申请'"> <template v-if="pagesTitle == '申请'">
<el-button v-if="scope.row.OrderChangePriceId == 0" size="mini" type="primary" <el-button v-if="scope.row.OrderChangePriceId == 0" size="mini" type="primary"
@click="ckChangePrice(scope.row)">{{$t('objFill.shengqingjje')}}</el-button> @click="ckChangePrice(scope.row)">{{$t('objFill.shengqingjje')}}</el-button>
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
:label="$t('system.table_operation')"> :label="$t('system.table_operation')">
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="primary" @click="goDetails(scope.row)">查看</el-button> <el-button size="mini" type="primary" @click="goDetails(scope.row)">{{$t('fnc.chakan')}}</el-button>
</template> </template>
</el-table-column> --> </el-table-column> -->
</el-table> </el-table>
......
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