This commit is contained in:
Taric Xin
2022-02-17 16:36:38 +08:00
parent dd93822325
commit 13415b9260
2 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@
<nz-card class="content-box" nzBordered>
<nz-tabset>
<nz-tab nzTitle="转入信息">
<div nz-row nzGutter="8">
<!-- <div nz-row nzGutter="8">
<div nz-col [nzXl]="16" [nzLg]="18" [nzSm]="24" [nzXs]="24">
<sf #sf [schema]="inputSearchSchema"
[ui]="{ '*': { spanLabelFixed: 90,grid: { lg: 12, md: 12, sm: 12, xs: 24 } }}" [compact]="true"
@ -51,9 +51,9 @@
(click)="inputST?.load(1)">查询</button>
<button nz-button (click)="resetInputSF()">重置</button>
</div>
</div>
<st #inputST [scroll]="{ x: '2000px' }" [data]="service.$api_get_advance_collection_detail"
[columns]="columns.input" [page]="{ show: false }" [res]="{ reName: { list: 'data' } }"
</div> -->
<st #inputST [data]="service.$api_get_advance_collection_detail" [columns]="columns.input"
[page]="{ show: false }" [req]="{ process: beforeReq }" [res]="{ reName: { list: 'data' } }"
[loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }" class="mt-md">
<ng-template st-row="no" let-item let-index="index" let-column="column">
{{index+1}}

View File

@ -112,7 +112,7 @@ export class AdvanceCollectionDetailComponent implements OnInit {
input: [
{ title: '序号', render: 'no', width: 70, className: 'text-left' },
{ title: '收款单号', index: 'brmHCode', className: 'text-left', width: 200 },
{ title: '到账日期', index: 'billHId', className: 'text-center', width: 150 },
// { title: '到账日期', index: 'billHId', className: 'text-center', width: 150 },
{
title: '到账金额',
index: 'yskmoney',
@ -129,7 +129,7 @@ export class AdvanceCollectionDetailComponent implements OnInit {
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.yskmoney }) },
width: 140
},
{ title: '预收备注', index: 'callNo', width: 200 }
// { title: '预收备注', index: 'callNo', width: 200 }
],
info: [
{ title: '序号', render: 'no', width: 70, className: 'text-left' },