edit
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
[class.expend-options]="_$expand">
|
||||
<button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
|
||||
<button nz-button (click)="resetSF()">重置</button>
|
||||
<button nz-button> 导出</button>
|
||||
<button nz-button> 导出明细</button>
|
||||
<button nz-button nzType="primary" > 导出</button>
|
||||
<button nz-button nzType="primary" > 导出明细</button>
|
||||
<button nz-button nzType="link" (click)="expandToggle()">
|
||||
{{ !_$expand ? '展开' : '收起' }}
|
||||
<i nz-icon [nzType]="!_$expand ? 'down' : 'up'"></i>
|
||||
|
||||
@ -229,7 +229,14 @@ export class PaymentOrderComponent implements OnInit {
|
||||
{ title: '付款单号', index: 'paycode', type: 'link' },
|
||||
{ title: '网络货运人', index: 'ltdId' },
|
||||
{ title: '要求付款日期', index: 'paydate', type: 'date', width: 140 },
|
||||
{ title: '付款金额', index: 'paymoney' },
|
||||
{
|
||||
title: '付款金额',
|
||||
index: 'paymoney',
|
||||
width: 120,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.paymoney }) }
|
||||
},
|
||||
{ title: '付款类型', index: 'paytype' },
|
||||
{ title: '付款方式', index: 'paymode' },
|
||||
{ title: '结算客户', index: 'call1N2o' },
|
||||
|
||||
Reference in New Issue
Block a user