Commit f0869540 authored by 黄奎's avatar 黄奎

页面修改

parent db227695
<template> <template>
<div id="pdf_1" v-if="orderMsg"> <div id="pdf_1" v-if="orderMsg">
<div class="logo-div">
<img
:src="
vshowJ === true
? domainManager().ViittoFileUrl +
'/Upload/PictureMaterial/Web/headerImg.jpg'
: domainManager().ViittoFileUrl +
'/Upload/PictureMaterial/Web/headerImg2.jpg'
"
/>
</div>
<div class="trip-adviser"> <div class="trip-adviser">
<h1 class="trip-nav-title"> <h1 class="trip-nav-title">
<span>{{ vshowL ? "出团通知书:" : "" }}</span> <span>{{ vshowL ? "出团通知书:" : "" }}</span>
...@@ -43,11 +31,8 @@ ...@@ -43,11 +31,8 @@
</td> </td>
<td rowspan="2"> <td rowspan="2">
<div style="width: 160px; height:160px;margin-left:20px;"> <div style="width: 160px; height:160px;margin-left:20px;">
<img <img style="width: 160px; height:160px;" :src="'data:image/png;base64,' + WeiXinShareImgSrc"
style="width: 160px; height:160px;" alt="获取微信小程序分享链接" />
:src="'data:image/png;base64,' + WeiXinShareImgSrc"
alt="获取微信小程序分享链接"
/>
</div> </div>
</td> </td>
</tr> </tr>
...@@ -95,13 +80,11 @@ ...@@ -95,13 +80,11 @@
<td class="essential-item jianju"> <td class="essential-item jianju">
<p class="pkey">机场服务</p> <p class="pkey">机场服务</p>
<p class="pvalue"> <p class="pvalue">
<template <template v-if="
v-if="
orderMsg && orderMsg &&
orderMsg.airportServicePerson && orderMsg.airportServicePerson &&
orderMsg.airportServicePerson != '' orderMsg.airportServicePerson != ''
" ">
>
{{ orderMsg.airportServicePerson }} {{ orderMsg.airportServicePerson }}
</template> </template>
</p> </p>
...@@ -146,14 +129,8 @@ ...@@ -146,14 +129,8 @@
参考航班 参考航班
</div> </div>
<div class="hangban-info"> <div class="hangban-info">
<table <table border="0" align="center" cellspacing="0" cellpadding="0" class="flight_list"
border="0" :class="{'guoneiLine':lineId==90}">
align="center"
cellspacing="0"
cellpadding="0"
class="flight_list"
:class="{'guoneiLine':lineId==90}"
>
<thead class="flight_header"> <thead class="flight_header">
<tr> <tr>
<th width="140">出发时间<span>(当地)</span></th> <th width="140">出发时间<span>(当地)</span></th>
...@@ -194,11 +171,7 @@ ...@@ -194,11 +171,7 @@
</tbody> </tbody>
<tbody> <tbody>
<tr> <tr>
<td <td colspan="10" align="center" style="color:#333;font-size:14px;">
colspan="10"
align="center"
style="color:#333;font-size:14px;"
>
1.本航班表僅提供參考,正確航班請點選您的出發日期。 2. 1.本航班表僅提供參考,正確航班請點選您的出發日期。 2.
不同航班,餐食及行程安排皆有所不同,正確行程,請點選您的出發日期。 不同航班,餐食及行程安排皆有所不同,正確行程,請點選您的出發日期。
</td> </td>
...@@ -212,7 +185,7 @@ ...@@ -212,7 +185,7 @@
</template> </template>
<script> <script>
export default { export default {
components: {}, components: {},
props: [ props: [
"vshowJ", "vshowJ",
...@@ -232,14 +205,14 @@ export default { ...@@ -232,14 +205,14 @@ export default {
computed: {}, computed: {},
watch: { watch: {
orderMsg: { orderMsg: {
handler(val, oldVal) { handler(val, oldVal) {},
},
deep: true, deep: true,
immediate: true immediate: true
}, },
}, },
mounted() {} mounted() {}
}; };
</script> </script>
<style> <style>
......
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