Commit f825a23a authored by youjie's avatar youjie

no message

parent 1650506e
...@@ -49,8 +49,9 @@ ...@@ -49,8 +49,9 @@
</div> </div>
<div class="q-mt-md row"> <div class="q-mt-md row">
<!-- sticky-rightrowspan-column-table -->
<q-table separator="cell" :hide-bottom="!x.CreateRemark" :pagination="{ rowsPerPage: 100 }" :rows="[x]" bordered :columns="cols" class="sticky-rightrowspan-column-table light-border col no-shadow"> <q-table separator="cell" :hide-bottom="!x.CreateRemark" :pagination="{ rowsPerPage: 100 }" :rows="[x]" bordered :columns="cols" class="sticky-rightrowspan-column-table light-border col no-shadow">
<!-- <template v-slot:body-cell-UseCompName="props"> <template v-slot:body-cell-UseCompName="props">
<q-th :props="props"> <q-th :props="props">
<div> <div>
<div class="ellipsis fz13">{{ props.row.UseCompName }}</div> <div class="ellipsis fz13">{{ props.row.UseCompName }}</div>
...@@ -58,7 +59,7 @@ ...@@ -58,7 +59,7 @@
<q-tooltip>{{ props.row.UseCompName + props.row.UseName }}</q-tooltip> <q-tooltip>{{ props.row.UseCompName + props.row.UseName }}</q-tooltip>
</div> </div>
</q-th> </q-th>
</template> --> </template>
<template v-slot:body-cell-PickUpInfo="props"> <template v-slot:body-cell-PickUpInfo="props">
<q-th :props="props"> <q-th :props="props">
<div class="fz13 text-grey-6"> <div class="fz13 text-grey-6">
...@@ -91,8 +92,8 @@ ...@@ -91,8 +92,8 @@
<div class="f12"> <div class="f12">
<div><span class="q-mr-xs text-grey-6">{{ $t('v102.vehicle.title9') }}</span>{{ x.BusTypeName }}</div> <div><span class="q-mr-xs text-grey-6">{{ $t('v102.vehicle.title9') }}</span>{{ x.BusTypeName }}</div>
<template v-if="x.DriverInfo "> <template v-if="x.DriverInfo ">
<div><span class="q-mr-xs text-grey-6">{{ $t('v102.vehicle.list2.s30') }}</span>{{ x.DriverInfo }}</div> <div><span class="q-mr-xs text-grey-6">{{ $t('v102.vehicle.list2.s30') }}</span>{{ x.DriverInfo }}</div>
<div><span class="q-mr-xs text-grey-6">{{ $t('v102.vehicle.list2.s31') }}</span>{{ x.BusNo }}</div> <div><span class="q-mr-xs text-grey-6">{{ $t('v102.vehicle.list2.s31') }}</span>{{ x.BusNo }}</div>
</template> </template>
</div> </div>
</q-td> </q-td>
...@@ -135,7 +136,10 @@ ...@@ -135,7 +136,10 @@
<div class="row items-center justify-between q-mb-sm q-pb-sm" style="border-bottom: 1px dashed #ddd"> <div class="row items-center justify-between q-mb-sm q-pb-sm" style="border-bottom: 1px dashed #ddd">
<div class="f12 text-grey">{{ $t('hotelorder.orderMoney') }}</div> <div class="f12 text-grey">{{ $t('hotelorder.orderMoney') }}</div>
<div class="dark q-ml-xl"> <div class="dark q-ml-xl">
<span class="din text-subtitle1">{{ moneyFormat(x.totalMoney) }}</span> <span class="din text-subtitle1">
<!-- {{ moneyFormat(x.totalMoney) }} -->
{{ x.totalMoney.toFixed(2) }}
</span>
<span class="f12"> <span class="f12">
<!-- {{ $t('unit.jp') }} --> <!-- {{ $t('unit.jp') }} -->
{{x.CurrencyCode}} {{x.CurrencyCode}}
......
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