edit
This commit is contained in:
@ -71,6 +71,11 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
// 查询应付核销明细
|
||||
$api_get_fico_ph_detail_header = '/api/fcc/ficoPhxL/list/page';
|
||||
|
||||
// 查询总账凭证表
|
||||
$api_get_fico_vch_page = '/api/fcc/ficoVcH/list/page';
|
||||
// 获取总账凭证表详情信息
|
||||
$api_get_fico_vch__detail = '/api/fcc/ficoVcH/getDetail';
|
||||
|
||||
|
||||
constructor(public injector: Injector,public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
|
||||
Reference in New Issue
Block a user