From 72d9cd0f42e22f8e3682dbff11fa26077c90082a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Wed, 6 Apr 2022 14:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reporting/components/fund-info/fund-info.component.ts | 4 +--- .../components/fund-reporting/fund-reporting.component.html | 2 +- .../components/order-reporting/order-reporting.component.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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)}}