diff --git a/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts b/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts index 3c6d0fe2..eed6adc2 100644 --- a/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts +++ b/src/app/routes/datatable/reporting/components/fund-info/fund-info.component.ts @@ -19,15 +19,13 @@ export class DatatableReportingFundInfoComponent implements OnInit { get reqParams() { - return { capitalCode: this?.record?.orderCode }; + return { capitalCode: this?.record?.serialNumberCode }; } beforeReq(requestOptions: STRequestOptions) { delete requestOptions?.body?.pageSize; delete requestOptions?.body?.pageIndex; return requestOptions; - - } constructor(public service: ReportingService, private modalRef: NzModalRef, public router: Router) { diff --git a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html index a218f498..e8ded1e5 100644 --- a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html +++ b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.html @@ -28,7 +28,7 @@ {{item?.billStatusLabel}} diff --git a/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.html b/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.html index 87a9e720..b03b7d1c 100644 --- a/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.html +++ b/src/app/routes/datatable/reporting/components/order-reporting/order-reporting.component.html @@ -28,7 +28,7 @@ + [page]="{ show: true, showSize: true, pageSizes: [10,20, 50, 100] }" > {{filterStatus(item?.orderCheckStatus)}}