Commit b9d760da authored by 黄奎's avatar 黄奎

11

parent 5206a685
......@@ -564,27 +564,36 @@
v-else>{{item.BusResult=='-1'?"x":"O"}}</span>
<span @click="GoShoupei(outItem)"
style="cursor:pointer;text-decoration:underline;display:block;color:#666;font-size:12px;">{{$t('ground.cheliangxinxi')}}</span>
<!-- <template v-if="(item.LineId==14||item.LineId==118) &&(item.CarIsPush==0||item.CarIsPush==2)">
<el-tooltip class="item" effect="dark" :content="$t('objFill.v101.dmc.tongbucxxdch')"
placement="top-start">
<div slot="content">
<div v-html="TipsContent(item)"></div>
</div>
<span
style="cursor:pointer;text-decoration:underline;display:block;color:blue;font-size:12px;padding-top:2px;"
@click="PushMessage(outItem,item)">{{$t('objFill.v101.dmc.tongbu')}}</span>
</el-tooltip>
</template>
<template v-else-if="(item.LineId==14||item.LineId==118) &&item.CarIsPush==1">
<el-tooltip class="item" effect="dark" placement="top-start">
<div slot="content">
<div v-html="TipsContent(item)"></div>
</div>
<span
style="cursor:pointer;text-decoration:underline;display:block;color:red;font-size:12px;padding-top:2px;"
@click="PushMessage(outItem,item)">{{$t('objFill.v101.dmc.quxiaotongbu')}}</span>
</el-tooltip>
</template> -->
<span v-if="(item.LineId == 14 || item.LineId == 118)" style="font-size:12px;">
<template v-if="item.JapanOrderList && item.JapanOrderList.length > 0">
<el-popover width="980" trigger="click" popper-class="TC_HotelPop">
<commonBusInfo :busData="item.JapanOrderList" :TCID="item.TCID" :DMCNum="item.DMCNum"
:TCNUM="item.TCNUMS">
</commonBusInfo>
<div slot="reference">
<span class="price" style="cursor: pointer; text-decoration: underline;color:blue;">
<template v-if="item.JapanOrderList[0].BookType==1">
永乐预定
</template>
<template v-else-if="item.JapanOrderList[0].BookType==2">
公社预定
</template>
<template v-else-if="item.JapanOrderList[0].BookType==3">
自理
</template>
<template v-else>
{{ $t("objFill.v101.dingcheqk") }}
</template>
</span>
</div>
</el-popover>
</template>
<template v-else>
<span class="price" style="color:red;">
未预定车
</span>
</template>
</span>
</div>
</td>
<td>
......@@ -779,6 +788,7 @@
import commonTeamInfo from "../../commonPage/commonTeamInfo.vue";
import priceDialog from '../../TravelManager/TravelNewQuotation/priceDialog.vue';
import DateLimit from '../../public/DateLimit.vue';
import commonBusInfo from "../../commonPage/commonBusInfo.vue";
export default {
data() {
return {
......@@ -949,7 +959,8 @@
commonHotelInfo,
commonTeamInfo,
priceDialog,
DateLimit
DateLimit,
commonBusInfo
},
methods: {
checkFileType(url) {
......
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