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,24 +7,24 @@ ...@@ -7,24 +7,24 @@
<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>
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<div id="hotelDosage" style="height:350px;"></div> <div id="hotelDosage" style="height:350px;"></div>
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<div id="hotelOccupationRatio" style="height:350px;"></div> <div id="hotelOccupationRatio" style="height:350px;"></div>
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<div id="YearonyearGrowth" style="height:350px;"></div> <div id="YearonyearGrowth" style="height:350px;"></div>
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<div id="annularGrowth" style="height:350px;"></div> <div id="annularGrowth" style="height:350px;"></div>
</el-col> </el-col>
</el-row> </el-row>
</template> </template>
<script> <script>
// import echarts from '@/components/Hotel/echarts.vue' // import echarts from '@/components/Hotel/echarts.vue'
...@@ -32,13 +32,13 @@ export default { ...@@ -32,13 +32,13 @@ export default {
data(){ data(){
return{ return{
myChart1:'', myChart1:'',
month:['1','2','3','4','5','6','7','8','9','10','11','12'], month:['1','2','3','4','5','6','7','8','9','10','11','12'],
yoyGrowthDataX: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], yoyGrowthDataX: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
yoyGrowthDataY:['10%','20%','30%','40%','50%','60%','70%','80%','90%','100%'], yoyGrowthDataY:['10%','20%','30%','40%','50%','60%','70%','80%','90%','100%'],
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:{
...@@ -139,7 +140,7 @@ export default { ...@@ -139,7 +140,7 @@ export default {
lineStyle:{ lineStyle:{
color:'rgba(230,230,230,0)' color:'rgba(230,230,230,0)'
} }
},//去除网格线 },//去除网格线
type:'value', type:'value',
}, },
...@@ -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:{
...@@ -209,7 +210,7 @@ export default { ...@@ -209,7 +210,7 @@ export default {
series:[ series:[
{ {
name:'', name:'',
type:'pie', type:'pie',
radius:'40%', radius:'40%',
center:['20%', '50%'], center:['20%', '50%'],
data:then.dataList.sort(function (a, b) { return a.value - b.value; }), data:then.dataList.sort(function (a, b) { return a.value - b.value; }),
...@@ -219,7 +220,7 @@ export default { ...@@ -219,7 +220,7 @@ export default {
}, },
itemStyle:{ itemStyle:{
normal:{ normal:{
color:'#c23531', color:'#c23531',
} }
}, },
animationType:'scale', animationType:'scale',
...@@ -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%',
...@@ -273,15 +274,15 @@ export default { ...@@ -273,15 +274,15 @@ export default {
lineStyle:{ lineStyle:{
color:'rgba(230,230,230,0)' color:'rgba(230,230,230,0)'
} }
},//去除网格线 },//去除网格线
type: 'value', type: 'value',
}, },
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],
lineStyle:{ lineStyle:{
width:1, width:1,
...@@ -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%',
...@@ -353,15 +354,15 @@ export default { ...@@ -353,15 +354,15 @@ export default {
lineStyle:{ lineStyle:{
color:'rgba(230,230,230,0)' color:'rgba(230,230,230,0)'
} }
},//去除网格线 },//去除网格线
type: 'value', type: 'value',
}, },
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],
lineStyle:{ lineStyle:{
width:1, width:1,
...@@ -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>
......
<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