edit
This commit is contained in:
@ -64,6 +64,13 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 查询应收核销明细
|
||||
$api_get_fico_detail_header = '/api/fcc/ficoAhxL/list/page';
|
||||
|
||||
// 查询应付核销抬头
|
||||
$api_get_fico_ph_page = '/api/fcc/ficoPhxH/list/page';
|
||||
// 获取应付核销抬头
|
||||
$api_get_fico_ph_header = '/api/fcc/ficoPhxH/get';
|
||||
// 查询应付核销明细
|
||||
$api_get_fico_ph_detail_header = '/api/fcc/ficoPhxL/list/page';
|
||||
|
||||
|
||||
constructor(public injector: Injector,public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
|
||||
Reference in New Issue
Block a user