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 => {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<template class='hotel_echarts'> <template class='hotel_echarts'>
<el-row :span='24' class="echarts"> <el-row :span='24' class="echarts">
<el-col :span="24"> <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;'> <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> </ul>
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
dataList:[ dataList:[
{ {
value:256, value:256,
name:'喜马拉雅山大酒店', name: this.$t('objFill.v101.hote.jiudianmc')[0],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#2AAEF2' color:'#2AAEF2'
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}, },
{ {
value:223, value:223,
name:'土耳其五星酒店', name: this.$t('objFill.v101.hote.jiudianmc')[1],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#6EDBEA' color:'#6EDBEA'
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
}, },
{ {
value:207, value:207,
name:'新加坡圣淘沙安曼纳圣殿...', name: this.$t('objFill.v101.hote.jiudianmc')[2],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#47BF8C' color:'#47BF8C'
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
}, },
{ {
value:198, value:198,
name:'希腊小岛特色酒店', name: this.$t('objFill.v101.hote.jiudianmc')[3],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#F8D308' color:'#F8D308'
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
}, },
{ {
value:356, value:356,
name:'锦江宾馆', name: this.$t('objFill.v101.hote.jiudianmc')[4],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#FABA1F' color:'#FABA1F'
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
}, },
{ {
value:60, value:60,
name:'九眼桥酒店', name: this.$t('objFill.v101.hote.jiudianmc')[5],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#F6BA1F' color:'#F6BA1F'
...@@ -104,12 +104,13 @@ export default { ...@@ -104,12 +104,13 @@ export default {
}, },
methods:{ methods:{
hotelDosage(){ hotelDosage(){
var yuefen = this.$t('ground.yuefen')
var then = this; var then = this;
let myChart = this.$echarts.init(document.getElementById('hotelDosage')); let myChart = this.$echarts.init(document.getElementById('hotelDosage'));
myChart.setOption({ myChart.setOption({
backgroundColor:'rgba(255,255,255,1)', backgroundColor:'rgba(255,255,255,1)',
title:{ title:{
text:'酒店用量', text: this.$t('objFill.v101.hote.jiudianyl'),
left:'left', left:'left',
textStyle:{ textStyle:{
fontWeight:'bold', fontWeight:'bold',
...@@ -123,7 +124,7 @@ export default { ...@@ -123,7 +124,7 @@ export default {
}, },
xAxis:{ xAxis:{
type:'category', type:'category',
data:['1月', '2月', '3月', '4月', '5月', '6月'], data:['1'+yuefen, '2'+yuefen, '3'+yuefen, '4'+yuefen, '5'+yuefen, '6'+yuefen],
axisLine:{ axisLine:{
show :false, show :false,
lineStyle:{ lineStyle:{
...@@ -151,7 +152,7 @@ export default { ...@@ -151,7 +152,7 @@ export default {
}, },
series:[ series:[
{ {
name:'本年', name: this.$t('objFill.bennian'),
data:[10, 200, 150, 80, 70, 110, 130], data:[10, 200, 150, 80, 70, 110, 130],
type:'bar', type:'bar',
barWidth:30, barWidth:30,
...@@ -169,7 +170,7 @@ export default { ...@@ -169,7 +170,7 @@ export default {
myChart.setOption({ myChart.setOption({
backgroundColor:'rgba(255,255,255,1)', backgroundColor:'rgba(255,255,255,1)',
title:{ title:{
text:'酒店占比', text: this.$t('objFill.v101.hote.jiudianzanb'),
left:'left', left:'left',
top:20, top:20,
textStyle:{ textStyle:{
...@@ -235,7 +236,7 @@ export default { ...@@ -235,7 +236,7 @@ export default {
let myChart = this.$echarts.init(document.getElementById('YearonyearGrowth')); let myChart = this.$echarts.init(document.getElementById('YearonyearGrowth'));
myChart.setOption({ myChart.setOption({
title: { title: {
text: '同比增长', text: this.$t('objFill.v101.hote.tongbizengz'),
left: 'left', left: 'left',
textStyle:{ textStyle:{
fontWeight:'bold', fontWeight:'bold',
...@@ -256,7 +257,7 @@ export default { ...@@ -256,7 +257,7 @@ export default {
} }
}, },
axisTick:false, 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: { grid: {
left: '1%', left: '1%',
...@@ -279,7 +280,7 @@ export default { ...@@ -279,7 +280,7 @@ export default {
}, },
series: [ series: [
{ {
name: '本年', name: this.$t('objFill.bennian'),
type: 'line', type: 'line',
smooth:false, smooth:false,
data: [0.8, 0.98, 0.96, 0.27, 0.81, 0.47], data: [0.8, 0.98, 0.96, 0.27, 0.81, 0.47],
...@@ -315,7 +316,7 @@ export default { ...@@ -315,7 +316,7 @@ export default {
let myChart = this.$echarts.init(document.getElementById('annularGrowth')); let myChart = this.$echarts.init(document.getElementById('annularGrowth'));
myChart.setOption({ myChart.setOption({
title: { title: {
text: '同比增长', text: this.$t('objFill.v101.hote.tongbizengz'),
left: 'left', left: 'left',
textStyle:{ textStyle:{
fontWeight:'bold', fontWeight:'bold',
...@@ -336,7 +337,7 @@ export default { ...@@ -336,7 +337,7 @@ export default {
} }
}, },
axisTick:false, 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: { grid: {
left: '1%', left: '1%',
...@@ -359,7 +360,7 @@ export default { ...@@ -359,7 +360,7 @@ export default {
}, },
series: [ series: [
{ {
name: '本年', name: this.$t('objFill.bennian'),
type: 'line', type: 'line',
smooth:false, smooth:false,
data: [0.8, 0.98, 0.96, 0.27, 0.81, 0.47], data: [0.8, 0.98, 0.96, 0.27, 0.81, 0.47],
...@@ -391,12 +392,12 @@ export default { ...@@ -391,12 +392,12 @@ export default {
}) })
}, },
showData(num){ showData(num){
var name = '月' var name = this.$t('ground.yuefen')
name=num+name name=num+name
this.dataList = [ this.dataList = [
{ {
value:256, value:256,
name:name+'喜马拉雅山大酒店', name:name+this.$t('objFill.v101.hote.jiudianmc')[0],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#2AAEF2' color:'#2AAEF2'
...@@ -405,7 +406,7 @@ export default { ...@@ -405,7 +406,7 @@ export default {
}, },
{ {
value:223, value:223,
name:name+'土耳其五星酒店', name:name+this.$t('objFill.v101.hote.jiudianmc')[1],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#6EDBEA' color:'#6EDBEA'
...@@ -414,7 +415,7 @@ export default { ...@@ -414,7 +415,7 @@ export default {
}, },
{ {
value:207, value:207,
name:name+'新加坡圣淘沙安曼纳圣殿...', name:name+this.$t('objFill.v101.hote.jiudianmc')[2],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#47BF8C' color:'#47BF8C'
...@@ -423,7 +424,7 @@ export default { ...@@ -423,7 +424,7 @@ export default {
}, },
{ {
value:198, value:198,
name:name+'希腊小岛特色酒店', name:name+this.$t('objFill.v101.hote.jiudianmc')[3],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#F8D308' color:'#F8D308'
...@@ -441,7 +442,7 @@ export default { ...@@ -441,7 +442,7 @@ export default {
}, },
{ {
value:356, value:356,
name:name+'锦江宾馆', name:name+this.$t('objFill.v101.hote.jiudianmc')[4],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#FABA1F' color:'#FABA1F'
...@@ -450,7 +451,7 @@ export default { ...@@ -450,7 +451,7 @@ export default {
}, },
{ {
value:60, value:60,
name:name+'九眼桥', name:name+this.$t('objFill.v101.hote.jiudianmc')[5],
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#F6BA1F' color:'#F6BA1F'
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
</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>
......
...@@ -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