Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-04-11 14:04:52 +08:00
9 changed files with 75 additions and 36 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);
}