Commit dbc33ce2 authored by 黄奎's avatar 黄奎

页面修改

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