edit
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
<sf #sf [schema]="searchSchema" [ui]="{ '*': { spanLabelFixed: 110, grid: { lg: 8, md: 12, sm: 12, xs: 24 } } }"
|
<sf #sf [schema]="searchSchema" [ui]="{ '*': { spanLabelFixed: 110, grid: { lg: 8, md: 12, sm: 12, xs: 24 } } }"
|
||||||
[compact]="true" [button]="'none'"></sf>
|
[compact]="true" [button]="'none'"></sf>
|
||||||
</div>
|
</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 nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
|
||||||
<button nz-button (click)="resetSF()">重置</button>
|
<button nz-button (click)="resetSF()">重置</button>
|
||||||
<!-- <button nz-button nzType="primary"> 导出</button>
|
<!-- <button nz-button nzType="primary"> 导出</button>
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import { FreightAccountService } from '../../services/freight-account.service';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-receipt-order',
|
selector: 'app-receipt-order',
|
||||||
templateUrl: './receipt-order.component.html',
|
templateUrl: './receipt-order.component.html',
|
||||||
styleUrls: ['../../../commom/less/box.less']
|
styleUrls: ['../../../commom/less/box.less', '../../../commom/less/expend-but.less']
|
||||||
})
|
})
|
||||||
export class ReceiptOrderComponent implements OnInit {
|
export class ReceiptOrderComponent implements OnInit {
|
||||||
@ViewChild('st', { static: true })
|
@ViewChild('st', { static: true })
|
||||||
@ -193,26 +193,26 @@ export class ReceiptOrderComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
} as SFDateWidgetSchema
|
} as SFDateWidgetSchema
|
||||||
},
|
},
|
||||||
billHCode: {
|
// billHCode: {
|
||||||
type: 'string',
|
// type: 'string',
|
||||||
title: '订单号',
|
// title: '订单号',
|
||||||
ui: {
|
// ui: {
|
||||||
placeholder: '请输入',
|
// placeholder: '请输入',
|
||||||
visibleIf: {
|
// visibleIf: {
|
||||||
expand: (value: boolean) => value
|
// expand: (value: boolean) => value
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
feeHCodes: {
|
// feeHCodes: {
|
||||||
type: 'string',
|
// type: 'string',
|
||||||
title: '费用号',
|
// title: '费用号',
|
||||||
ui: {
|
// ui: {
|
||||||
placeholder: '请输入',
|
// placeholder: '请输入',
|
||||||
visibleIf: {
|
// visibleIf: {
|
||||||
expand: (value: boolean) => value
|
// expand: (value: boolean) => value
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
remarks: {
|
remarks: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '付款备注',
|
title: '付款备注',
|
||||||
@ -231,8 +231,8 @@ export class ReceiptOrderComponent implements OnInit {
|
|||||||
return [
|
return [
|
||||||
{ title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' },
|
{ title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' },
|
||||||
{ title: '收款单号', index: 'brmcode', type: 'link', width: 180, className: 'text-left' },
|
{ title: '收款单号', index: 'brmcode', type: 'link', width: 180, className: 'text-left' },
|
||||||
{ title: '订单号', index: 'billHCode', width: 180, className: 'text-left' },
|
// { title: '订单号', index: 'billHCode', width: 180, className: 'text-left' },
|
||||||
{ title: '费用号', index: 'feeCode', width: 180, className: 'text-left' },
|
// { title: '费用号', index: 'feeCode', width: 180, className: 'text-left' },
|
||||||
{ title: '网络货运人', index: 'ltdName', width: 200, className: 'text-left' },
|
{ title: '网络货运人', index: 'ltdName', width: 200, className: 'text-left' },
|
||||||
{ title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' },
|
{ title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' },
|
||||||
{ title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' },
|
{ title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' },
|
||||||
|
|||||||
Reference in New Issue
Block a user