This commit is contained in:
Taric Xin
2022-03-24 10:36:45 +08:00
parent 941a2bf68c
commit 9cee3499e2
2 changed files with 11 additions and 11 deletions

View File

@ -8,7 +8,7 @@
[ui]="{ '*': { spanLabelFixed: 110,grid: { lg: 8, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
[button]="'none'"></sf>
</div>
<div nz-col [nzXl]="_$expand ? 24 : 7" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right">
<div nz-col [nzXl]="_$expand ? 24 : 7" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="text-right" [class.expend-options]="_$expand">
<button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
<button nz-button (click)="resetSF()">重置</button>
<!-- <button nz-button nzType="primary" > 导出</button>

View File

@ -196,15 +196,15 @@ export class PaymentOrderComponent implements OnInit {
}
}
},
feeCode: {
type: 'string',
title: '费用号',
ui: {
visibleIf: {
expand: (value: boolean) => value
}
}
},
// feeCode: {
// type: 'string',
// title: '费用号',
// ui: {
// visibleIf: {
// expand: (value: boolean) => value
// }
// }
// },
createTime: {
title: '创建时间',
type: 'string',
@ -236,7 +236,7 @@ export class PaymentOrderComponent implements OnInit {
{ title: '付款单号', index: 'payCode', type: 'link', width: 180 },
{ title: '网络货运人', index: 'ltdName', width: 180 },
{ title: '运单号', index: 'waybillCode', width: 180 },
{ title: '费用号', index: 'feeCode', width: 180 },
// { title: '费用号', index: 'feeCode', width: 180 },
{ title: '要求付款日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
{
title: '付款金额',