Commit 193f8fa1 authored by youjie's avatar youjie

翻译

parent 2730e95e
......@@ -5415,6 +5415,20 @@ export const obj = {
dijiewcz: '地接-未操作',
shiftythxz: '是否同意替换选中酒店?同意后将覆盖之前的行程酒店信息!',
quxian: '区/县',
yaobajdslsjb: '2018年5月酒店用量数据报表',
jiudianmc: ['喜马拉雅山大酒店','土耳其五星酒店','新加坡圣淘沙安曼纳圣殿...','希腊小岛特色酒店','锦江宾馆','九眼桥酒店'],
jiudianyl: '酒店用量',
jiudianzanb: '酒店占比',
tongbizengz: '同比增长',
tuancfkssj: '团出发开始时间',
tuancfjssj: '团出发结束时间',
tiaojianzd: '条件制单',
xuanzhezd: '选择制单',
danjianshul: '单间数量',
shuangrjiansl: '双人间数量',
dachuanfsl: '大床房数量',
sanrenjsl: '三人间数量',
caiwudanjje: '财务单据金额',
}
}
//#endregion
......
......@@ -5415,6 +5415,20 @@ export const obj = {
dijiewcz: '地接-未操作',
shiftythxz: '是否同意替換選中酒店?同意後將覆蓋之前的行程酒店信息!',
quxian: '區/縣',
yaobajdslsjb: '2018年5月酒店用量數據報表',
jiudianmc: ['喜馬拉雅山大酒店','土耳其五星酒店','新加坡聖淘沙安曼納聖殿...','希臘小島特色酒店','錦江賓館','九眼橋酒店'],
jiudianyl: '酒店用量',
jiudianzanb: '酒店佔比',
tongbizengz: '同比增長',
tuancfkssj: '團出發開始時間',
tuancfjssj: '團出發結束時間',
tiaojianzd: '條件制單',
xuanzhezd: '選擇制單',
danjianshul: '單間數量',
shuangrjiansl: '雙人間數量',
dachuanfsl: '大牀房數量',
sanrenjsl: '三人間數量',
caiwudanjje: '財務單據金額',
}
}
//#endregion
......
<template>
<div class="echartsBox">
<div class="titleBox row">
<h3Name: this.$t('objFill.v101.FinancialModule.shijllbhqst')/h3>
<h3>{{$t('objFill.v101.FinancialModule.shijllbhqst')}}</h3>
<div style="margin-left: 20px;">
......
......@@ -47,10 +47,10 @@
<td>
<template v-if="subItem.ContractUrl!=''">
<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 v-else>
<span style="color:red">未上传</span>
<span style="color:red">{{$t('objFill.weishangchuan')}}</span>
</template>
</td>
</tr>
......@@ -154,7 +154,7 @@
if (objData.list && objData.list.length > 0) {
var str = "";
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 != "") {
this.Info(str);
......@@ -415,7 +415,7 @@
this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => {
if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){
str+=`请上传${item.UseTimeStr}的手配书`
str+=`${this.$t('objFill.qingshangchuan')}${item.UseTimeStr}${this.$t('objFill.deshoups')}`
isUpload=false;
}
subItem.OrderDetailsList.forEach((y, sIndex) => {
......@@ -470,7 +470,7 @@
this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => {
if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){
str+=`请上传${item.UseTimeStr}的手配书`
str+=`${this.$t('objFill.qingshangchuan')}${item.UseTimeStr}${this.$t('objFill.deshoups')}`
isUpload=false;
}
subItem.OrderDetailsList.forEach(y => {
......
......@@ -7,24 +7,24 @@
<template class='hotel_echarts'>
<el-row :span='24' class="echarts">
<el-col :span="24">
<p style='margin: 20px 0;border-left:solid 3px #E95252;padding-left:10px;font-size:14px'>2018年5月酒店用量数据报表</p>
<p style='margin: 20px 0;border-left:solid 3px #E95252;padding-left:10px;font-size:14px'>{{$t('objFill.v101.hote.yaobajdslsjb')}}</p>
<ul class='month' style='border-radius:4px;border:1px solid #E3E3E3;float:left;color:#666666;position:absolute;z-index: 2;right: 20px;top: 80px;'>
<li style='float:left;padding:6px 10px;font-size:12px;border-right:solid 1px #E3E3E3;cursor: pointer;' v-for="item in month" @click="showData(item)">{{item}}{{$t('pub.month')}}</li>
<li style='float:left;padding:6px 10px;font-size:12px;border-right:solid 1px #E3E3E3;cursor: pointer;' v-for="item in month" @click="showData(item)">{{item}}{{$t('pub.month')}}</li>
</ul>
</el-col>
<el-col :span='12'>
<div id="hotelDosage" style="height:350px;"></div>
<div id="hotelDosage" style="height:350px;"></div>
</el-col>
<el-col :span='12'>
<div id="hotelOccupationRatio" style="height:350px;"></div>
</el-col>
</el-col>
<el-col :span='12'>
<div id="YearonyearGrowth" style="height:350px;"></div>
<div id="YearonyearGrowth" style="height:350px;"></div>
</el-col>
<el-col :span='12'>
<div id="annularGrowth" style="height:350px;"></div>
</el-col>
</el-row>
</el-row>
</template>
<script>
// import echarts from '@/components/Hotel/echarts.vue'
......@@ -32,13 +32,13 @@ export default {
data(){
return{
myChart1:'',
month:['1','2','3','4','5','6','7','8','9','10','11','12'],
yoyGrowthDataX: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
month:['1','2','3','4','5','6','7','8','9','10','11','12'],
yoyGrowthDataX: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
yoyGrowthDataY:['10%','20%','30%','40%','50%','60%','70%','80%','90%','100%'],
dataList:[
{
value:256,
name:'喜马拉雅山大酒店',
value:256,
name: this.$t('objFill.v101.hote.jiudianmc')[0],
itemStyle:{
normal:{
color:'#2AAEF2'
......@@ -47,7 +47,7 @@ export default {
},
{
value:223,
name:'土耳其五星酒店',
name: this.$t('objFill.v101.hote.jiudianmc')[1],
itemStyle:{
normal:{
color:'#6EDBEA'
......@@ -56,7 +56,7 @@ export default {
},
{
value:207,
name:'新加坡圣淘沙安曼纳圣殿...',
name: this.$t('objFill.v101.hote.jiudianmc')[2],
itemStyle:{
normal:{
color:'#47BF8C'
......@@ -65,7 +65,7 @@ export default {
},
{
value:198,
name:'希腊小岛特色酒店',
name: this.$t('objFill.v101.hote.jiudianmc')[3],
itemStyle:{
normal:{
color:'#F8D308'
......@@ -83,7 +83,7 @@ export default {
},
{
value:356,
name:'锦江宾馆',
name: this.$t('objFill.v101.hote.jiudianmc')[4],
itemStyle:{
normal:{
color:'#FABA1F'
......@@ -92,7 +92,7 @@ export default {
},
{
value:60,
name:'九眼桥酒店',
name: this.$t('objFill.v101.hote.jiudianmc')[5],
itemStyle:{
normal:{
color:'#F6BA1F'
......@@ -104,12 +104,13 @@ export default {
},
methods:{
hotelDosage(){
var yuefen = this.$t('ground.yuefen')
var then = this;
let myChart = this.$echarts.init(document.getElementById('hotelDosage'));
myChart.setOption({
backgroundColor:'rgba(255,255,255,1)',
title:{
text:'酒店用量',
text: this.$t('objFill.v101.hote.jiudianyl'),
left:'left',
textStyle:{
fontWeight:'bold',
......@@ -123,7 +124,7 @@ export default {
},
xAxis:{
type:'category',
data:['1月', '2月', '3月', '4月', '5月', '6月'],
data:['1'+yuefen, '2'+yuefen, '3'+yuefen, '4'+yuefen, '5'+yuefen, '6'+yuefen],
axisLine:{
show :false,
lineStyle:{
......@@ -139,7 +140,7 @@ export default {
lineStyle:{
color:'rgba(230,230,230,0)'
}
},//去除网格线
type:'value',
},
......@@ -151,7 +152,7 @@ export default {
},
series:[
{
name:'本年',
name: this.$t('objFill.bennian'),
data:[10, 200, 150, 80, 70, 110, 130],
type:'bar',
barWidth:30,
......@@ -169,7 +170,7 @@ export default {
myChart.setOption({
backgroundColor:'rgba(255,255,255,1)',
title:{
text:'酒店占比',
text: this.$t('objFill.v101.hote.jiudianzanb'),
left:'left',
top:20,
textStyle:{
......@@ -209,7 +210,7 @@ export default {
series:[
{
name:'',
type:'pie',
type:'pie',
radius:'40%',
center:['20%', '50%'],
data:then.dataList.sort(function (a, b) { return a.value - b.value; }),
......@@ -219,7 +220,7 @@ export default {
},
itemStyle:{
normal:{
color:'#c23531',
color:'#c23531',
}
},
animationType:'scale',
......@@ -235,7 +236,7 @@ export default {
let myChart = this.$echarts.init(document.getElementById('YearonyearGrowth'));
myChart.setOption({
title: {
text: '同比增长',
text: this.$t('objFill.v101.hote.tongbizengz'),
left: 'left',
textStyle:{
fontWeight:'bold',
......@@ -256,7 +257,7 @@ export default {
}
},
axisTick:false,
data: ['一月', '二月', '三月', '四月', '五月', '六月'],
data: [this.$t('objFill.yuefens')[0], this.$t('objFill.yuefens')[1], this.$t('objFill.yuefens')[2], this.$t('objFill.yuefens')[3],this.$t('objFill.yuefens')[4], this.$t('objFill.yuefens')[5]],
},
grid: {
left: '1%',
......@@ -273,15 +274,15 @@ export default {
lineStyle:{
color:'rgba(230,230,230,0)'
}
},//去除网格线
type: 'value',
type: 'value',
},
series: [
series: [
{
name: '本年',
name: this.$t('objFill.bennian'),
type: 'line',
smooth:false,
smooth:false,
data: [0.8, 0.98, 0.96, 0.27, 0.81, 0.47],
lineStyle:{
width:1,
......@@ -315,7 +316,7 @@ export default {
let myChart = this.$echarts.init(document.getElementById('annularGrowth'));
myChart.setOption({
title: {
text: '同比增长',
text: this.$t('objFill.v101.hote.tongbizengz'),
left: 'left',
textStyle:{
fontWeight:'bold',
......@@ -336,7 +337,7 @@ export default {
}
},
axisTick:false,
data: ['一月', '二月', '三月', '四月', '五月', '六月'],
data: [this.$t('objFill.yuefens')[0], this.$t('objFill.yuefens')[1], this.$t('objFill.yuefens')[2], this.$t('objFill.yuefens')[3],this.$t('objFill.yuefens')[4], this.$t('objFill.yuefens')[5]],
},
grid: {
left: '1%',
......@@ -353,15 +354,15 @@ export default {
lineStyle:{
color:'rgba(230,230,230,0)'
}
},//去除网格线
type: 'value',
type: 'value',
},
series: [
series: [
{
name: '本年',
name: this.$t('objFill.bennian'),
type: 'line',
smooth:false,
smooth:false,
data: [0.8, 0.98, 0.96, 0.27, 0.81, 0.47],
lineStyle:{
width:1,
......@@ -391,12 +392,12 @@ export default {
})
},
showData(num){
var name = '月'
name=num+name
var name = this.$t('ground.yuefen')
name=num+name
this.dataList = [
{
value:256,
name:name+'喜马拉雅山大酒店',
value:256,
name:name+this.$t('objFill.v101.hote.jiudianmc')[0],
itemStyle:{
normal:{
color:'#2AAEF2'
......@@ -405,7 +406,7 @@ export default {
},
{
value:223,
name:name+'土耳其五星酒店',
name:name+this.$t('objFill.v101.hote.jiudianmc')[1],
itemStyle:{
normal:{
color:'#6EDBEA'
......@@ -414,7 +415,7 @@ export default {
},
{
value:207,
name:name+'新加坡圣淘沙安曼纳圣殿...',
name:name+this.$t('objFill.v101.hote.jiudianmc')[2],
itemStyle:{
normal:{
color:'#47BF8C'
......@@ -423,7 +424,7 @@ export default {
},
{
value:198,
name:name+'希腊小岛特色酒店',
name:name+this.$t('objFill.v101.hote.jiudianmc')[3],
itemStyle:{
normal:{
color:'#F8D308'
......@@ -441,7 +442,7 @@ export default {
},
{
value:356,
name:name+'锦江宾馆',
name:name+this.$t('objFill.v101.hote.jiudianmc')[4],
itemStyle:{
normal:{
color:'#FABA1F'
......@@ -450,7 +451,7 @@ export default {
},
{
value:60,
name:name+'九眼桥',
name:name+this.$t('objFill.v101.hote.jiudianmc')[5],
itemStyle:{
normal:{
color:'#F6BA1F'
......
......@@ -45,8 +45,8 @@
type="daterange"
:range-separator="$t('OrderList.zhi')"
value-format="yyyy-MM-dd"
start-placeholder="团出发开始时间"
end-placeholder="团出发结束时间">
:start-placeholder="$t('objFill.v101.hote.tuancfkssj')"
:end-placeholder="$t('objFill.v101.hote.tuancfjssj')">
</el-date-picker>
</span>
</li>
......@@ -54,13 +54,13 @@
<input
type="button"
class="hollowFixedBtn"
value="条件制单"
:value="$t('objFill.v101.hote.tiaojianzd')"
@click="ConditionsMake"
>
<input
type="button"
class="hollowFixedBtn"
value="选择制单"
:value="$t('objFill.v101.hote.xuanzhezd')"
@click="ChooseTeamMake"
>
<input
......@@ -83,12 +83,12 @@
<th>{{$t('Airticket.Air_StartTime')}}</th>
<th>{{$t('hotel.table_hotelname')}}</th>
<th>{{$t('ground.tianshu')}}</th>
<th>单间数量</th>
<th>双人间数量</th>
<th>大床房数量</th>
<th>三人间数量</th>
<th>关联财务单据</th>
<th>财务单据金额</th>
<th>{{$t('objFill.v101.hote.danjianshul')}}</th>
<th>{{$t('objFill.v101.hote.shuangrjiansl')}}</th>
<th>{{$t('objFill.v101.hote.dachuanfsl')}}</th>
<th>{{$t('objFill.v101.hote.sanrenjsl')}}</th>
<th>{{$t('objFill.guanliancwdj')}}</th>
<th>{{$t('objFill.v101.hote.caiwudanjje')}}</th>
<th>{{$t('admin.admin_czPerson')}}</th>
<th>{{$t('hotel.table_operattime')}}</th>
</tr>
......@@ -101,10 +101,10 @@
<td>{{item.StartDate}}</td>
<td>{{item.NewHotelName}}</td>
<td>{{item.Days}}</td>
<td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}</td>
<td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}</td>
<td>{{item.KingRoom}}{{item.KingPeopleRoom}}</td>
<td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}</td>
<td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.KingRoom}}{{item.KingPeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>
<span v-if="item.FinanceId==0"></span>
<span @click="goFncUrl('FinancialDocumentsDetail', item.FinanceId)" style="cursor: pointer;text-decoration: underline;" v-else>{{item.FinanceId}}</span>
......@@ -128,18 +128,18 @@
<tr>
<th>{{$t('visa.v_tuanhao')}}</th>
<th>{{$t('hotel.table_hotelname')}}</th>
<th>单间数量</th>
<th>双人间数量</th>
<th>大床房数量</th>
<th>三人间数量</th>
<th>{{$t('objFill.v101.hote.danjianshul')}}</th>
<th>{{$t('objFill.v101.hote.shuangrjiansl')}}</th>
<th>{{$t('objFill.v101.hote.dachuanfsl')}}</th>
<th>{{$t('objFill.v101.hote.sanrenjsl')}}</th>
</tr>
<tr v-for="(item,index) in addMsg.AirServiceList" :key="index">
<td>{{item.TCNUM}}</td>
<td>{{item.NewHotelName}}</td>
<td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}</td>
<td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}</td>
<td>{{item.KingRoom}}{{item.KingPeopleRoom}}</td>
<td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}</td>
<td>{{item.SinleRoomNum}}{{item.SinleRoomPeopleNum}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.DoubleRoom}}{{item.DoublePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.KingRoom}}{{item.KingPeopleRoom}}{{$t('hotel.hotel_people')}}</td>
<td>{{item.TripleRoom}}{{item.TriplePeopleRoom}}{{$t('hotel.hotel_people')}}</td>
</tr>
<tr v-if="addMsg.AirServiceList.length==0">
<td colspan="5">{{$t('system.content_noData')}}</td>
......@@ -169,8 +169,8 @@
type="daterange"
:range-separator="$t('OrderList.zhi')"
value-format="yyyy-MM-dd"
start-placeholder="团出发开始时间"
end-placeholder="团出发结束时间">
:start-placeholder="$t('objFill.v101.hote.tuancfkssj')"
:end-placeholder="$t('objFill.v101.hote.tuancfjssj')">
</el-date-picker>
</el-form-item>
</div>
......
......@@ -279,7 +279,7 @@
<template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue"
:href="subItem.ContractUrl">查看</a>
:href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template>
</p>
<el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''>
......
......@@ -257,7 +257,7 @@
<template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue"
:href="subItem.ContractUrl">查看</a>
:href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template>
</p>
<el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''>
......
......@@ -222,7 +222,7 @@
<template v-if="subItem.ContractUrl!=''">
<span style="color:green">{{$t('objFill.yiscspfs')}}</span>
&nbsp;&nbsp;<a v-if="subItem.ContractUrl" target="_blank" style="color:blue"
:href="subItem.ContractUrl">查看</a>
:href="subItem.ContractUrl">{{$t('fnc.chakan')}}</a>
</template>
</p>
<el-upload :http-request="uploadFileBtnS" :multiple="false" :show-file-list="false" action=''>
......
......@@ -161,7 +161,7 @@
</td>
<td>
<div class="w80 link">
<p @click="goUrl('leaderTotalDetails',item,'领队报账详情')">查看</p>
<p @click="goUrl('leaderTotalDetails',item,'领队报账详情')">{{$t('fnc.chakan')}}</p>
</div>
</td>
......@@ -185,7 +185,7 @@
</td>
<td>
<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>
</div>
</td>
......
<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 ._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}
......@@ -39,7 +39,7 @@
.page_demandStatistics ._charts_bt p.PingFangSC{font-weight: bold;color: #333333;font-size: 16px}
</style>
<template>
<div class="page_demandStatistics">
<div class="page_demandStatistics">
<div class="_mc_list _scrollbar">
<div class="_vr_right fl">
<p class="_tit">{{name}}统计 </p>
......@@ -80,7 +80,7 @@
<div class="_xunjia" v-if="item.infoType==1">
<p>{{item.customerName}}</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>
<i class="iconfont icon-qingjia"></i><span> 浏览时长&nbsp;&nbsp;</span><span class="PingFangSC">{{item.viewingHours}}</span>
</p>
......@@ -265,19 +265,19 @@ export default {
axisLine: {show: false},
axisTick:false,
splitLine:{
show:false
show:false
},
scale: true,
minInterval:1,
type: 'value',
axisLabel:{formatter:'{value} 个'}
type: 'value',
axisLabel:{formatter:'{value} 个'}
},
series: [
series: [
{
name: 'b2b点击',
type: 'line',
smooth:false,
smooth:false,
data: clc,
lineStyle:{
width:3,
......@@ -307,7 +307,7 @@ export default {
{
name: '询价',
type: 'line',
smooth:false,
smooth:false,
data: see,
lineStyle:{
width:3,
......
......@@ -68,7 +68,7 @@
<th width="12%">{{$t('hotel.hotel_cost')}}</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('visa.v_yewuyuan')}}</th>
<th width="8%">{{$t('hotel.table_operat')}}</th>
......
......@@ -41,7 +41,7 @@
.page_visaComList .icon-img_gwgl{background-color: #9887D9}
.Operating .icon-lists{background-color: #6DD875}
.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-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;}
......@@ -66,7 +66,7 @@
<div class="query-box">
<ul>
<li>
<span>
<span>
<em>{{$t('visa.v_creatDate')}}</em>
<el-date-picker clearable class="w150"
v-model="msg.StartTime"
......@@ -105,8 +105,8 @@
<div class="_br _pr30 w160">
<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>
<el-popover
popper-class="visaList_tripDetails"
<el-popover
popper-class="visaList_tripDetails"
width="1200"
trigger="click">
<div class="">
......@@ -117,7 +117,7 @@
<th>{{$t('system.table_sex')}}</th>
<th>{{$t('system.table_Passport')}}</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>
</tr>
<tr v-for="(son,sIndex) in item.PeopleList" :key="sIndex">
......@@ -136,9 +136,9 @@
</tr>
</table>
</div>
<span slot="reference" class="_f_b3 _cu w95">{{item.PeopleList[0].Name}}{{item.PeopleList.length}}</span>
</el-popover>
<span slot="reference" class="_f_b3 _cu w95">{{item.PeopleList[0].Name}}{{item.PeopleList.length}}{{$t('hotel.hotel_people')}}</span>
</el-popover>
</div>
<div class="_br _pr30 _pl30">
<span class="_square">{{$t('visa.v_rujing')}}</span>
......@@ -158,19 +158,19 @@
</div>
<div class="_br _pr30 _pl30 _font12 ta_l _vlc_info w305">
<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">
<i class="iconfont"> {{item.OrderId}}({{item.VisaType==1? $t('visa.v_gvisa'): $t('visa.v_tvisa')}})</i>
</el-tooltip>
</el-tooltip>
</p>
<p class="_OrderRemarks" style="width: 130px;"><span></span>
<el-tooltip class="item" effect="dark" :content="item.TCNUM" placement="top-start" popper-class="max-w250">
<i class="iconfont"> {{item.TCNUM}}</i>
</el-tooltip>
</p>
</el-tooltip>
</p>
</div>
<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">
<i class="iconfont">{{item.OrderRemarks}}</i>
</el-tooltip>
......@@ -216,12 +216,12 @@
<div class="noData" v-show="noData">
{{$t('system.content_noData')}}
</div>
<el-pagination
<el-pagination
background
@current-change="handleCurrentChange"
@current-change="handleCurrentChange"
:current-page.sync="currentPage"
layout="total,prev, pager, next, jumper"
:page-size=msg.pageSize
:page-size=msg.pageSize
:total=total>
</el-pagination>
</div>
......@@ -374,15 +374,15 @@ export default {
confirmButtonText: this.$t('pub.sureBtn'),
cancelButtonText: this.$t('pub.cancelBtn'),
type: 'warning'
}).then(() => {
}).then(() => {
let msg ={
Id:Id,
ApplyStatus:ApplyStatus
}
this.apipost('dmc_post_visa_UpdateVisaApplyPeopleInfo',msg,res=>{
if(res.data.resultCode==1){
this.$message.success(res.data.message);
this.getList()
this.$message.success(res.data.message);
this.getList()
}else{
this.$message.error(res.data.message)
this.getList()
......@@ -393,13 +393,13 @@ export default {
type: 'info',
message: this.$t('hotel.hotel_HasBeenCancelled')+text
});
});
});
},
addVisa(){
if(this.actieID==1){
goUrlT('addVisa',CountryType,0,copy)
}else{
this.$message.success(this.$t('visaT.titlef'));
this.$message.success(this.$t('visaT.titlef'));
}
},
getList(){ // 获取列表数据
......@@ -410,11 +410,11 @@ export default {
if(res.data.data.count>0){
this.total = res.data.data.count;
this.DataList = res.data.data.pageData
this.noData =false;
this.noData =false;
}else{
this.total = res.data.data.count;
this.noData =true;
this.DataList = [];
this.noData =true;
this.DataList = [];
}
}else{
this.$message.error(res.data.message)
......@@ -443,7 +443,7 @@ export default {
window.open(routeData.href, '_blank');
},
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(){
this.getList()
......
......@@ -529,7 +529,7 @@
</div>
<!-- 头部 -->
<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="wrap">
<ul class="Navul">
......
......@@ -539,7 +539,7 @@
</div>
<!-- 头部 -->
<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="wrap">
<ul class="Navul">
......
......@@ -502,7 +502,7 @@
</div>
<!-- 头部 -->
<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="wrap">
<ul class="Navul">
......
......@@ -502,7 +502,7 @@
</div>
<!-- 头部 -->
<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="wrap">
<ul class="Navul">
......
......@@ -102,7 +102,7 @@
<el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105" v-if="pagesTitle!='查看'">
<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 == '申请'">
<el-button v-if="scope.row.OrderChangePriceId == 0" size="mini" type="primary"
@click="ckChangePrice(scope.row)">{{$t('objFill.shengqingjje')}}</el-button>
......@@ -402,7 +402,7 @@
<el-table-column :label="$t('system.table_operation')" show-overflow-tooltip fixed="right" min-width="105"
v-if="pagesTitle == '申请'||pagesTitle == '审核'">
<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 == '申请'">
<el-button v-if="scope.row.OrderChangePriceId == 0" size="mini" type="primary"
@click="ckChangePrice(scope.row)">{{$t('objFill.shengqingjje')}}</el-button>
......
......@@ -81,7 +81,7 @@
:label="$t('system.table_operation')">
show-overflow-tooltip>
<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>
</el-table-column> -->
</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