Commit dbc33ce2 authored by 黄奎's avatar 黄奎

页面修改

parent 58234f7d
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
>{{ $t("v101.downloadHands") }}</a >{{ $t("v101.downloadHands") }}</a
> >
</q-btn> </q-btn>
<span class="text-grey-500 f12">{{ $t("v101.noneHands") }}</span> <span style="display:none;" class="text-grey-500 f12">{{ $t("v101.noneHands") }}</span>
</div> </div>
</q-td> </q-td>
</template> </template>
...@@ -327,12 +327,11 @@ ...@@ -327,12 +327,11 @@
<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.Money) }}</span> <span class="din text-subtitle1">{{ moneyFormat(x.Money) }}</span>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
<template v-if="b2bUserInfo && b2bUserInfo.groupId == 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId == 2">
<span class="f12">{{$t('unit.jp')}}</span> <span class="f12">{{ $t("unit.jp") }}</span>
</template> </template>
<template v-if="b2bUserInfo && b2bUserInfo.groupId != 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId != 2">
<span class="f12">{{x.CurrencyCode}}</span> <span class="f12">{{ x.CurrencyCode }}</span>
</template> </template>
</div> </div>
</div> </div>
...@@ -345,12 +344,11 @@ ...@@ -345,12 +344,11 @@
<div class="dark"> <div class="dark">
<span class="f12">{{ moneyFormat(x.SelfPayMoney) }}</span> <span class="f12">{{ moneyFormat(x.SelfPayMoney) }}</span>
<template v-if="b2bUserInfo && b2bUserInfo.groupId == 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId == 2">
<span class="f12">{{$t('unit.jp')}}</span> <span class="f12">{{ $t("unit.jp") }}</span>
</template> </template>
<template v-if="b2bUserInfo && b2bUserInfo.groupId != 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId != 2">
<span class="f12">{{x.CurrencyCode}}</span> <span class="f12">{{ x.CurrencyCode }}</span>
</template> </template>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
</div> </div>
</div> </div>
<div <div
...@@ -361,12 +359,11 @@ ...@@ -361,12 +359,11 @@
<div class="dark"> <div class="dark">
<span class="f12">{{ moneyFormat(x.BeforeMoney) }}</span> <span class="f12">{{ moneyFormat(x.BeforeMoney) }}</span>
<template v-if="b2bUserInfo && b2bUserInfo.groupId == 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId == 2">
<span class="f12">{{$t('unit.jp')}}</span> <span class="f12">{{ $t("unit.jp") }}</span>
</template> </template>
<template v-if="b2bUserInfo && b2bUserInfo.groupId != 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId != 2">
<span class="f12">{{x.CurrencyCode}}</span> <span class="f12">{{ x.CurrencyCode }}</span>
</template> </template>
<!-- <span class="f12">{{ $t("unit.jp") }}</span> -->
</div> </div>
</div> </div>
</div> </div>
...@@ -412,7 +409,7 @@ ...@@ -412,7 +409,7 @@
v-close-popup v-close-popup
@click="goUrl(x.OrderId)" @click="goUrl(x.OrderId)"
> >
<q-item-section> <q-item-section style="display:none;">
<q-item-label>{{ $t("v101.Listofquotation.baojiadan") }}</q-item-label> <q-item-label>{{ $t("v101.Listofquotation.baojiadan") }}</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
...@@ -422,12 +419,11 @@ ...@@ -422,12 +419,11 @@
<div class="text-subtitle1 din text-green-14"> <div class="text-subtitle1 din text-green-14">
{{ x.OrderIncome.toFixed(2) }} {{ x.OrderIncome.toFixed(2) }}
<template v-if="b2bUserInfo && b2bUserInfo.groupId == 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId == 2">
<span class="text-green-4 f12">{{$t('unit.jp')}}</span> <span class="text-green-4 f12">{{ $t("unit.jp") }}</span>
</template> </template>
<template v-if="b2bUserInfo && b2bUserInfo.groupId != 2"> <template v-if="b2bUserInfo && b2bUserInfo.groupId != 2">
<span class="text-green-4 f12">{{x.CurrencyCode}}</span> <span class="text-green-4 f12">{{ x.CurrencyCode }}</span>
</template> </template>
</div> </div>
</div> </div>
</div> </div>
...@@ -496,7 +492,7 @@ import { UploadFileInfo, NTag, NUpload } from "naive-ui"; ...@@ -496,7 +492,7 @@ import { UploadFileInfo, NTag, NUpload } from "naive-ui";
import { slice } from "lodash"; import { slice } from "lodash";
import BankAccount from "../../../BankAccount.vue"; import BankAccount from "../../../BankAccount.vue";
import more from "../../../more.vue"; import more from "../../../more.vue";
import { getStoreGetter } from "../../../../store/utils" import { getStoreGetter } from "../../../../store/utils";
export default defineComponent({ export default defineComponent({
components: { svgIcon, NTag, NUpload, BankAccount, more }, components: { svgIcon, NTag, NUpload, BankAccount, more },
setup(props) { setup(props) {
......
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