This commit is contained in:
Taric Xin
2021-12-29 19:46:29 +08:00
parent f6f17a410d
commit a99a15e570
20 changed files with 425 additions and 131 deletions

View File

@ -186,7 +186,7 @@ export class TransactionFlowComponent implements OnInit {
},
default: ''
},
ltdid: {
ltdId: {
type: 'string',
title: '网络货运人',
ui: {
@ -208,33 +208,16 @@ export class TransactionFlowComponent implements OnInit {
return [
{ title: '交易时间', index: 'createTime', width: 150 },
{ title: '流水号', index: 'transactionNumber', width: 150 },
{
title: '交易类型',
index: 'tradeType',
width: 100,
type: 'enum',
enum: {
1: '运费支付',
2: '附加费支付',
3: '运费退款',
4: '附加费退款',
5: '保费支付',
6: '保费退款',
7: '余额充值',
8: '余额提现',
9: '资金分配',
10: '资金回收'
}
},
{ title: '交易类型', index: 'tradeTypeLabel', width: 100 },
{ title: '关联单号', index: 'businessNumber', width: 150 },
{ title: '账户类型', index: 'channelSource', width: 100, enum: { 1: '货主端', 2: '司机端', 3: '运营平台' } },
{ title: '账户名称', index: 'driverName', width: 100 },
{ title: '所属项目', index: 'projectName', width: 100 },
{ title: '收支类型', index: 'incomeType', width: 100, type: 'enum', enum: { 1: '收入', 2: '支出' } },
{ title: '收支类型', index: 'incomeTypeLabel', width: 100 },
{ title: '交易金额', index: 'amount', width: 100 },
{ title: '账户余额', index: 'accountBalance', width: 100 },
{ title: '网络货运人', index: 'ltdName', width: 120 },
{ title: '银行类型', index: 'bankType', width: 100, type: 'enum', enum: { 1: '平安银行', 2: '浦发银行' } },
{ title: '银行类型', index: 'bankTypeLabel', width: 100 },
{ title: '银行流水号', index: 'channelPaySn', width: 120 },
{
title: '操作',