更新
This commit is contained in:
@@ -139,6 +139,15 @@
|
|||||||
:mappingData="mappingData"
|
:mappingData="mappingData"
|
||||||
@close="controlWindows.detail = false"
|
@close="controlWindows.detail = false"
|
||||||
>
|
>
|
||||||
|
<template #billType>
|
||||||
|
<p class="ft14">
|
||||||
|
{{
|
||||||
|
rechargeTypeEnum.find(
|
||||||
|
(item) => item.value === oilCompanyMatch.billType
|
||||||
|
).label
|
||||||
|
}}
|
||||||
|
</p>
|
||||||
|
</template>
|
||||||
<template #balance>
|
<template #balance>
|
||||||
<p class="ft14">
|
<p class="ft14">
|
||||||
上次:<span>{{ oilCompanyMatch.lastBalance }}</span>
|
上次:<span>{{ oilCompanyMatch.lastBalance }}</span>
|
||||||
@@ -226,6 +235,8 @@ import commonServe from "api/common.js";
|
|||||||
import autocomplete from "components/autocomplete/index.vue";
|
import autocomplete from "components/autocomplete/index.vue";
|
||||||
import pagination from "components/pagination/index.vue";
|
import pagination from "components/pagination/index.vue";
|
||||||
import generalDetails from "components/generalDetails/index.vue";
|
import generalDetails from "components/generalDetails/index.vue";
|
||||||
|
|
||||||
|
import { rechargeTypeEnum } from "utils/dataType.js";
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
pagination,
|
pagination,
|
||||||
@@ -259,30 +270,16 @@ export default {
|
|||||||
label: "分油",
|
label: "分油",
|
||||||
value: "SEPARATION_OIL",
|
value: "SEPARATION_OIL",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "充值",
|
|
||||||
value: "RECHARGE",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "圈回",
|
label: "圈回",
|
||||||
value: "TURN",
|
value: "TURN",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "销账",
|
...rechargeTypeEnum,
|
||||||
value: "REVOKE",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "赊销",
|
|
||||||
value: "CHARGE_SALES",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "充值返利",
|
label: "充值返利",
|
||||||
value: "RECHARGE_REBETE",
|
value: "RECHARGE_REBETE",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "消费返利",
|
|
||||||
value: "CONSUME_REBATE",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
|
|
||||||
oilCompanyMatch: {},
|
oilCompanyMatch: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user