This commit is contained in:
Taric Xin
2022-01-18 17:55:52 +08:00
parent d37c5ac2b0
commit 3ce3677b86
4 changed files with 50 additions and 37 deletions

View File

@ -81,6 +81,9 @@ export class FreightAccountService extends ShipperBaseService {
// 查询付款单明细
$api_get_payment_detail = '/api/fcc/ficoPayL/list/page';
// 查询收款单抬头
$api_get_receipt_page = '/api/fcc/ficoBrmH/list/page';
constructor(public injector: Injector,public eaCacheSrv: EACacheService) {
super(injector, eaCacheSrv);
}