Commit b9d760da authored by 黄奎's avatar 黄奎

11

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