edit
This commit is contained in:
@ -123,10 +123,13 @@ export class WithdrawalsDetailComponent implements OnInit {
|
||||
history.go(-1);
|
||||
}
|
||||
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.exportStart({ ...this.inputSF.value, pageSize: -1 }, this.service.$api_export_refund_detail_page);
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.exportStart(
|
||||
{ ...this.inputSF.value, pageSize: -1, refundApplicationId: this.route.snapshot.params.id },
|
||||
this.service.$api_export_refund_detail_page
|
||||
);
|
||||
}
|
||||
|
||||
private initInputSF(): SFSchema {
|
||||
return {
|
||||
@ -228,7 +231,7 @@ export class WithdrawalsDetailComponent implements OnInit {
|
||||
{ title: '运费明细', render: 'amountDetails', className: 'text-right', width: 150 },
|
||||
{ title: '货主', index: 'ltdName', className: 'text-left', width: 200 },
|
||||
{ title: '订单号', render: 'billId', width: 200 },
|
||||
{ title: '运单号', render: 'wayBillId', width: 200 },
|
||||
{ title: '运单号', render: 'wayBillId', width: 200 },
|
||||
{ title: '货源编号', index: 'resourceCode', width: 200 },
|
||||
{
|
||||
title: '服务类型',
|
||||
|
||||
Reference in New Issue
Block a user