This commit is contained in:
wangshiming
2022-05-11 11:22:07 +08:00
parent bc545ae802
commit 9464310b5c
2 changed files with 3 additions and 1 deletions

View File

@ -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) {

View File

@ -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';
// 费用关联的应收核销明细