This commit is contained in:
wangshiming
2022-04-26 15:32:55 +08:00
parent 47a5dfedad
commit 1af572081d
4 changed files with 215 additions and 172 deletions

View File

@ -422,7 +422,7 @@
<nz-tab nzTitle="修改渠道销售记录">
<st #st1 multiSort bordered [columns]="recordColumns" [ps]="20" [data]="service.$api_findEnterpriceChannelRelLog"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
[res]="{ reName: { list: 'data', total: 'data' } }"
[page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }" [loading]="service.http.loading">
<ng-template st-row="remark" let-item let-index="index">
<span *ngIf="item.remark" class="overflowText" nz-tooltip [nzTooltipTitle]="item.remark">{{ item.remark

View File

@ -144,9 +144,9 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
},
className: 'text-center'
},
{ title: '修改时间', render: 'mybidDetailInfo', className: 'text-center' },
{ title: '生效时间', index: 'eeffectiveTime', className: 'text-center' },
{ title: '操作人', index: 'approvalUser', className: 'text-center' }
{ title: '修改时间', index: 'modifyTime', className: 'text-center' },
{ title: '生效时间', index: 'effectiveTime', className: 'text-center' },
{ title: '操作人', index: 'modifyUserId', className: 'text-center' }
];
}
loadPartnerInfo(){