edit
This commit is contained in:
@ -47,7 +47,6 @@ export class TicketService extends ShipperBaseService {
|
||||
// 保存开票申请费用明细
|
||||
$api_ficoVatappFee_save = '/api/fcc/ficoVatappFee/save';
|
||||
|
||||
|
||||
// 查询ETC白名单(货主)
|
||||
$api_get_etc_shipper_list = '/api/fcc/ficoShipperWhiteList/list/page';
|
||||
// 删除ETC白名单(货主)
|
||||
@ -57,7 +56,14 @@ export class TicketService extends ShipperBaseService {
|
||||
// 查询ETC企业列表
|
||||
$api_get_etc_list = '/api/mdc/cuc/enterpriseInfo/operate/etcList';
|
||||
|
||||
constructor(public injector: Injector,public eaCacheSrv: EACacheService) {
|
||||
// 进项发票查询
|
||||
$api_get_input_invoice_page = '/api/fcc/ficoInpinvH/getListPage';
|
||||
// 根据ID获取进项发票详情
|
||||
$api_get_input_invoice_header = '/api/fcc/ficoInpinvH/get';
|
||||
// 查询进项发票明细
|
||||
$api_get_input_invoice_detail_page = '/api/fcc/ficoInpinvL/list/page';
|
||||
|
||||
constructor(public injector: Injector, public eaCacheSrv: EACacheService) {
|
||||
super(injector, eaCacheSrv);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user