diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts index 63f46085..9d7966c0 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts @@ -84,7 +84,7 @@ export class CostManagementComponent extends BasicTableComponent implements OnIn exportList() { - this.service.exportStart({ ...this.sf?.value, pageSize: -1 }, this.service.$api_get_cost_page_export); + this.service.exportStart({ ...this.sf?.value, pageSize: -1 }, this.service.$api_get_reportFeehList); } routeTo(url: string, params?: any, status?: any) { diff --git a/src/app/routes/financial-management/services/freight-account.service.ts b/src/app/routes/financial-management/services/freight-account.service.ts index 93026ca5..d0c6373c 100644 --- a/src/app/routes/financial-management/services/freight-account.service.ts +++ b/src/app/routes/financial-management/services/freight-account.service.ts @@ -85,6 +85,8 @@ export class FreightAccountService extends ShipperBaseService { $api_get_cost_page = '/api/fcc/ficoFeeH/list/page'; // 导出费用单列表数据 $api_get_cost_page_export = '/api/fcc/ficoFeeH/asyncExport'; + // 导出费用管理列表数据 + $api_get_reportFeehList = '/api/fcc/ficoFeeH/reportFeehList'; // 根据费用头ID查询费用单及开票明细 $api_get_cost_detail = '/api/fcc/ficoFeeL/detail'; // 费用关联的应收核销明细