Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yimu
h5-admin
Commits
a2377dc2
Commit
a2377dc2
authored
Mar 08, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
枚举修改
parent
81248e78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
119 additions
and
60 deletions
+119
-60
Financial.js
src/enums/Financial.js
+119
-60
No files found.
src/enums/Financial.js
View file @
a2377dc2
export
const
FinancialState
=
{
ALIPAY_TRANSFERRED
:
1
,
ALIPAY_ROLLS_OUT
:
2
,
WX_TRANSFERRED
:
3
,
WX_ROLLS_OUT
:
4
,
DIGITAL_TRANSFERRED
:
5
,
DIGITAL_ROLLS_OUT
:
6
,
RECHARGE
:
7
,
WITHDRAWAL
:
8
,
PAYMENT
:
9
,
INTEGRAL_ISSUE
:
1
,
DIGITAL_TRAN_IN
:
5
,
DIGITAL_TRAN_OUT
:
6
,
INTEGRAL_RECHARGE
:
7
,
INTEGRAL_DEDUCTION
:
9
,
REFUND
:
10
,
SALE
:
11
,
ISSUE
:
12
,
ADD_ISSUE
:
13
,
RECOVERY
:
14
,
JAIRCUT
:
15
,
WITHDRAWAL_MONEY
:
16
,
DEDUCTION
:
17
,
EXTERNAL_NFT
:
18
,
EXTERNAL_TOKEN
:
19
,
EXTERNAL_COIN
:
20
COMMODITY_PURCHASE
:
11
,
PLATFORM_DEDUCTION_POINTS
:
17
,
TAKE_GOODS
:
18
,
COMMENT_REWARD
:
19
,
TRANSFER_IN
:
20
,
TRANSFER_OUT
:
21
,
REGISTRATION_AWARD
:
22
,
OUT_TOKEN_IN
:
23
,
OUT_NFT_IN
:
24
,
TURN_OUTWARD
:
25
,
RETURN_GOODS
:
26
,
INVITE_REGISTER_REWARD
:
27
,
RELEASE_TRANSFER
:
28
,
COMMODITY_CURRENCY_REFUND
:
29
,
POINTS_DEDUCTION_REFUND
:
30
,
SLG_COMMODITY_CURRENCY_ISSUE
:
31
,
SLG_COMMODITY_CURRENCY_ADDISSUE
:
32
,
SLG_COMMODITY_CURRENCY_REDUCEISSUE
:
33
,
SLG_ASSETS_RECOVERY
:
34
,
SLC_NFT_IN
:
35
,
ANTI_COINTERFEITING
:
36
,
NFT_IN_SHOP
:
37
,
NFT_IN_USER
:
38
,
BARTER_IN
:
39
,
BARTER_OUT
:
40
,
FREE_COLLECTION
:
41
}
export
const
FinancialStateObj
=
{
[
FinancialState
.
ALIPAY_TRANSFERRED
]:
{
label
:
'
支付宝转账-转入
'
,
[
FinancialState
.
INTEGRAL_ISSUE
]:
{
label
:
'
平台积分-发行
'
,
color
:
'default'
},
[
FinancialState
.
ALIPAY_ROLLS_OUT
]:
{
label
:
'
支付宝转账-转出
'
,
[
FinancialState
.
DIGITAL_TRAN_IN
]:
{
label
:
'
数字资产转帐-转入
'
,
color
:
'default'
},
[
FinancialState
.
WX_TRANSFERRED
]:
{
label
:
'
微信转账-转入
'
,
[
FinancialState
.
DIGITAL_TRAN_OUT
]:
{
label
:
'
数字资产转账-转出
'
,
color
:
'default'
},
[
FinancialState
.
WX_ROLLS_OUT
]:
{
label
:
'
微信转账-转出
'
,
[
FinancialState
.
INTEGRAL_RECHARGE
]:
{
label
:
'
积分充值
'
,
color
:
'default'
},
[
FinancialState
.
DIGITAL_TRANSFERRED
]:
{
label
:
'
数字资产转帐-转入
'
,
[
FinancialState
.
INTEGRAL_DEDUCTION
]:
{
label
:
'
积分抵扣
'
,
color
:
'default'
},
[
FinancialState
.
DIGITAL_ROLLS_OUT
]:
{
label
:
'
数字资产转账-转出
'
,
[
FinancialState
.
REFUND
]:
{
label
:
'
退款
'
,
color
:
'default'
},
[
FinancialState
.
RECHARG
E
]:
{
label
:
'
充值
'
,
[
FinancialState
.
COMMODITY_PURCHAS
E
]:
{
label
:
'
商品币购买
'
,
color
:
'default'
},
[
FinancialState
.
WITHDRAWAL
]:
{
label
:
'
提现
'
,
[
FinancialState
.
PLATFORM_DEDUCTION_POINTS
]:
{
label
:
'
平台扣除积分
'
,
color
:
'default'
},
[
FinancialState
.
PAYMENT
]:
{
label
:
'
支付
'
,
[
FinancialState
.
TAKE_GOODS
]:
{
label
:
'
提货
'
,
color
:
'default'
},
[
FinancialState
.
REFUN
D
]:
{
label
:
'
退款
'
,
[
FinancialState
.
COMMENT_REWAR
D
]:
{
label
:
'
评论奖励
'
,
color
:
'default'
},
[
FinancialState
.
SALE
]:
{
label
:
'
销售
'
,
[
FinancialState
.
TRANSFER_IN
]:
{
label
:
'
转赠-转入
'
,
color
:
'default'
},
[
FinancialState
.
ISSUE
]:
{
label
:
'
发行
'
,
[
FinancialState
.
TRANSFER_OUT
]:
{
label
:
'
转赠-转出
'
,
color
:
'default'
},
[
FinancialState
.
ADD_ISSUE
]:
{
label
:
'
增发
'
,
[
FinancialState
.
REGISTRATION_AWARD
]:
{
label
:
'
注册奖励
'
,
color
:
'default'
},
[
FinancialState
.
RECOVERY
]:
{
label
:
'
回收
'
,
[
FinancialState
.
OUT_TOKEN_IN
]:
{
label
:
'
外部token转入
'
,
color
:
'default'
},
[
FinancialState
.
JAIRCUT
]:
{
label
:
'
减发
'
,
[
FinancialState
.
OUT_NFT_IN
]:
{
label
:
'
外部nft转入
'
,
color
:
'default'
},
[
FinancialState
.
WITHDRAWAL_MONEY
]:
{
label
:
'
提币
'
,
[
FinancialState
.
TURN_OUTWARD
]:
{
label
:
'
向外划转
'
,
color
:
'default'
},
[
FinancialState
.
DEDUCTION
]:
{
label
:
'
扣款
'
,
[
FinancialState
.
RETURN_GOODS
]:
{
label
:
'
退货
'
,
color
:
'default'
},
[
FinancialState
.
EXTERNAL_NFT
]:
{
label
:
'
外部nft转入
'
,
[
FinancialState
.
INVITE_REGISTER_REWARD
]:
{
label
:
'
邀请注册奖励
'
,
color
:
'default'
},
[
FinancialState
.
EXTERNAL_TOKEN
]:
{
label
:
'外部token转入'
,
[
FinancialState
.
RELEASE_TRANSFER
]:
{
label
:
'发布转让'
,
color
:
'default'
},
[
FinancialState
.
COMMODITY_CURRENCY_REFUND
]:
{
label
:
'商品币退还'
,
color
:
'default'
},
[
FinancialState
.
POINTS_DEDUCTION_REFUND
]:
{
label
:
'积分抵扣退还'
,
color
:
'default'
},
[
FinancialState
.
SLG_COMMODITY_CURRENCY_ISSUE
]:
{
label
:
'slg商品币发行'
,
color
:
'default'
},
[
FinancialState
.
SLG_COMMODITY_CURRENCY_ADDISSUE
]:
{
label
:
'slg商品币增发'
,
color
:
'default'
},
[
FinancialState
.
SLG_COMMODITY_CURRENCY_REDUCEISSUE
]:
{
label
:
'slg商品币减发'
,
color
:
'default'
},
[
FinancialState
.
SLG_ASSETS_RECOVERY
]:
{
label
:
'slg数字资产回收'
,
color
:
'default'
},
[
FinancialState
.
SLC_NFT_IN
]:
{
label
:
'slc防伪NFT转入'
,
color
:
'default'
},
[
FinancialState
.
ANTI_COINTERFEITING
]:
{
label
:
'防伪NFT发行'
,
color
:
'default'
},
[
FinancialState
.
NFT_IN_SHOP
]:
{
label
:
'NFT转入商户'
,
color
:
'default'
},
[
FinancialState
.
NFT_IN_USER
]:
{
label
:
'NFT转入用户'
,
color
:
'default'
},
[
FinancialState
.
BARTER_IN
]:
{
label
:
'物物交换-转入'
,
color
:
'default'
},
[
FinancialState
.
BARTER_OUT
]:
{
label
:
'物物交换-转出'
,
color
:
'default'
},
[
FinancialState
.
EXTERNAL_COI
N
]:
{
label
:
'
外部coin转入
'
,
[
FinancialState
.
FREE_COLLECTIO
N
]:
{
label
:
'
免费领取
'
,
color
:
'default'
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment