This commit is contained in:
wangshiming
2022-04-11 11:29:06 +08:00
parent aebb7c28bd
commit 4a2217b7ed
5 changed files with 59 additions and 33 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-18 15:57:44
* @LastEditors : Shiming
* @LastEditTime : 2022-04-09 16:21:52
* @LastEditTime : 2022-04-11 11:15:57
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\services\\freight-account.service.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -156,6 +156,11 @@ export class FreightAccountService extends ShipperBaseService {
// 导出预收款余额
$api_get_reportYskBla = '/api/fcc/ficoYskBla/reportYskBla';
// 查询异常入金充值信息
$api_get_getAbnormalAmountPage = '/api/fcc/rechargeInfo/list/getAbnormalAmountPage';
// 查询异常入金充值信息
$api_get_exportAbnormalAmountPage = '/api/fcc/rechargeInfo/exportAbnormalAmountPage';
constructor(public injector: Injector) {
super(injector);
}