Commit f6edb900 authored by youjie's avatar youjie

no message

parent d8b3b186
......@@ -159,7 +159,6 @@
<q-item-label>{{ $t('hotelorder.opera.edit') }}</q-item-label>
</q-item-section>
</q-item>
<!-- v-if="x.OfferState == 3" -->
<q-item class="text-positive" clickable v-close-popup @click="details(x.Id)">
<q-item-section>
<q-item-label>{{$t('v102.vehicle.list.s9')}}</q-item-label>
......@@ -178,7 +177,7 @@
</div>
</div>
</div>
<div v-if="x.OfferState == 5">
<div v-if="x.OfferState == 3">
<div class="q-mt-md q-pa-sm row items-center rounded-borders bg-orange-1" style="border-width: 0 5px; border-style: solid; border-color: #ffb74d">
<div class="text-subtitle2 text-weight-bolder text-grey-900">{{ $t('v101.cancelRemark') }}:</div>
<div class="f12 text-grey-600 q-ml-sm col">{{ x.CancelRemark ? x.CancelRemark : $t('v101.selfCancle') }}</div>
......
......@@ -4,80 +4,6 @@
<div class="text-h6">{{ $t('v102.vehicle.list.s9') }}</div>
</q-card-section>
<q-card-section>
<div class="flex">
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s1') }}</span>
{{ postMsg.CustomerName }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s2') }}</span>
{{ postMsg.CreateDate }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s3') }}</span>
{{ postMsg.UseCompName }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s4') }}</span>
{{ postMsg.UseName }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s30') }}</span>
{{ postMsg.DriverInfo }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s31') }}</span>
{{ postMsg.BusNo }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s5') }}</span>
{{ postMsg.TeamName }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s6') }}</span>
{{ postMsg.PeopleNum }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s7') }}</span>
{{ postMsg.StartDate }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s8') }}</span>
{{ postMsg.UseDayNum }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s9') }}</span>
{{ postMsg.GoFlightInfo }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s10') }}</span>
{{ postMsg.BackFlightInfo }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s11') }}</span>
{{ postMsg.BusTypeName }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s12') }}</span>
{{ postMsg.GuideInfo }}
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s15') }}</span>
<p v-if="postMsg.SureId == 0" style="max-width: 205px;">{{ $t('v102.vehicle.list2.s16') }}
</p>
<p v-if="postMsg.SureId != 0">
{{ $t('v102.vehicle.list2.s17') }}
{{ $t('v102.vehicle.list2.s18') }}
{{ postMsg.SureByName }}
{{ $t('v102.vehicle.list2.s19') }}
{{ postMsg.SureTime }}</p>
</span>
<span class="flex2">
<span>{{ $t('v102.vehicle.list2.s14') }}</span>
{{ postMsg.PickUpInfo }}
</span>
</div>
<div style="font-weight: bold;
font-size: 18px;
display: inline-block;
......
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