fix bug
This commit is contained in:
@ -84,7 +84,7 @@ export class CostManagementComponent extends BasicTableComponent implements OnIn
|
|||||||
|
|
||||||
|
|
||||||
exportList() {
|
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) {
|
routeTo(url: string, params?: any, status?: any) {
|
||||||
|
|||||||
@ -85,6 +85,8 @@ export class FreightAccountService extends ShipperBaseService {
|
|||||||
$api_get_cost_page = '/api/fcc/ficoFeeH/list/page';
|
$api_get_cost_page = '/api/fcc/ficoFeeH/list/page';
|
||||||
// 导出费用单列表数据
|
// 导出费用单列表数据
|
||||||
$api_get_cost_page_export = '/api/fcc/ficoFeeH/asyncExport';
|
$api_get_cost_page_export = '/api/fcc/ficoFeeH/asyncExport';
|
||||||
|
// 导出费用管理列表数据
|
||||||
|
$api_get_reportFeehList = '/api/fcc/ficoFeeH/reportFeehList';
|
||||||
// 根据费用头ID查询费用单及开票明细
|
// 根据费用头ID查询费用单及开票明细
|
||||||
$api_get_cost_detail = '/api/fcc/ficoFeeL/detail';
|
$api_get_cost_detail = '/api/fcc/ficoFeeL/detail';
|
||||||
// 费用关联的应收核销明细
|
// 费用关联的应收核销明细
|
||||||
|
|||||||
Reference in New Issue
Block a user