This commit is contained in:
Taric Xin
2021-12-29 21:00:40 +08:00
parent 7e5a3a84ae
commit 9b27cfe76b
2 changed files with 5 additions and 5 deletions

View File

@ -160,14 +160,14 @@ export class RechargeRecordComponent implements OnInit {
{ title: '充值时间', index: 'createTime', type: 'date' },
{ title: '充值单号', index: 'rechargeNo' },
{ title: '网络货运人', index: 'ltdName' },
{ title: '银行类型', index: 'bankType' },
{ title: '账户类型', index: 'accountType', type: 'enum', enum: { 1: '平安银行', 2: '浦发银行', 3: '运营商账户' } },
{ title: '银行类型', index: 'bankTypeLabel' },
{ title: '账户类型', index: 'accountTypeLabel' },
{ title: '账户名称', index: 'rechargeName' },
{ title: '虚拟账户', index: 'virtualAccount' },
{ title: '充值金额', index: 'rechargeAmount' },
{ title: '充值银行账户', render: 'transferBankAccount' },
{ title: '充值方式', index: 'payChannel' },
{ title: '充值状态', index: 'rechargeStatus' },
{ title: '充值方式', index: 'payChannelLabel' },
{ title: '充值状态', index: 'rechargeStatusLabel' },
{ title: '银行流水号', index: 'paySerialNumber' },
{
title: '操作',

View File

@ -37,7 +37,7 @@ export class FreightAccountService extends ShipperBaseService {
$api_disagree_refund = '/api/fcc/refundApplicationSMC/disagreeRefund';
// 查询充值信息表
$api_get_recharge_page = '/api/fcc/rechargeInfo/list/pageByOperator';
$api_get_recharge_page = '/api/fcc/rechargeInfo/list/getPageByOperator';
// 查询异常入金
$api_get_abnormal_gold_page = '/api/fcc/rechargeInfo/list/page';
// 运营端获取账户余额交易明细