edit
This commit is contained in:
		| @ -57,6 +57,14 @@ export class FreightAccountService extends ShipperBaseService { | ||||
|   // 根据费用头ID查询费用单及开票明细 | ||||
|   $api_get_cost_detail = '/api/fcc/ficoFeeL/detail'; | ||||
|  | ||||
|   // 查询应收核销抬头 | ||||
|   $api_get_fico_page = '/api/fcc/ficoAhxH/list/page'; | ||||
|   // 获取应收核销抬头 | ||||
|   $api_get_fico_header = '/api/fcc/ficoAhxH/get'; | ||||
|   // 查询应收核销明细 | ||||
|   $api_get_fico_detail_header = '/api/fcc/ficoAhxL/list/page'; | ||||
|  | ||||
|  | ||||
|   constructor(public injector: Injector,public eaCacheSrv: EACacheService) { | ||||
|     super(injector, eaCacheSrv); | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user