edit
This commit is contained in:
@ -80,7 +80,7 @@ export class FreightAccountComponent implements OnInit {
|
||||
}
|
||||
|
||||
exportList() {
|
||||
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 });
|
||||
this.service.asyncExport({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_shipper);
|
||||
}
|
||||
|
||||
private initSF(): SFSchema {
|
||||
|
||||
@ -42,6 +42,8 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
|
||||
// 货主端获取账户余额交易明细
|
||||
$api_get_balance_by_shipper = '/api/fcc/accountBalanceDetail/getAccountBalanceByShipperPage';
|
||||
// 运营端导出货主账户明细信息
|
||||
$api_export_shipper = '/api/fcc/accountBalance/reportShipperAccountBalanceByOperator';
|
||||
|
||||
// 查询订单支付申请表
|
||||
$api_get_order_payment_page = '/api/fcc/billPaymentApplicationOBC/list/page';
|
||||
|
||||
Reference in New Issue
Block a user