From 4553ead2471edf39c1d241a9a14db4d6a7a59f0d Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 1 Mar 2022 19:15:36 +0800 Subject: [PATCH] edit --- .../cost-management-detail.component.html | 2 +- .../receivable-order-detail.component.ts | 2 +- .../components/refund-record/refund-record.component.ts | 2 +- .../components/invoiced-list/invoiced-list.component.ts | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html index 54ad912d..8f1ab456 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html @@ -30,7 +30,7 @@ {{ costInfo?.armoeny | currency }} - {{ costInfo?.arkpmoney | currency }} + {{ costInfo?.armoeny | currency }} {{ costInfo?.armoeny | currency }} diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts index d33f8709..c80d7a19 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts @@ -42,7 +42,7 @@ export class ReceivableOrderDetailComponent implements OnInit { } beforeReq = (requestOptions: STRequestOptions) => { - Object.assign(requestOptions.body, { billHId: this.billHId }); + Object.assign(requestOptions.body, { ahxHId: this.id }); if (this.sf) { Object.assign(requestOptions.body, { ...this.sf.value, diff --git a/src/app/routes/financial-management/components/refund-record/refund-record.component.ts b/src/app/routes/financial-management/components/refund-record/refund-record.component.ts index 0c1e4041..90ed9617 100644 --- a/src/app/routes/financial-management/components/refund-record/refund-record.component.ts +++ b/src/app/routes/financial-management/components/refund-record/refund-record.component.ts @@ -255,7 +255,7 @@ export class RefundRecordComponent implements OnInit { { title: '退款类型', index: 'refundTypeLabel', width: 140 }, { title: '退款金额', render: 'refundAmount', className: 'text-right', width: 180 }, { title: '退款时间', index: 'refundExecuteTime', width: 170 }, - { title: '企业名称', index: 'shipperId', width: 150 }, + { title: '企业名称', index: 'enterpriseInfoName', width: 150 }, { title: '所属项目', index: 'enterpriseProjectName', width: 140 }, { title: '支付单', render: 'billRefundPaymentVOS', width: 150 }, { title: '订单号', index: 'billCode', width: 150 }, diff --git a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.ts b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.ts index c7dc4d0e..72b2c26b 100644 --- a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.ts +++ b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.ts @@ -212,10 +212,10 @@ export class InvoicedListComponent implements OnInit { }, { title: '税率', - index: 'vatrate', + index: 'billvatrate', className: 'text-right', width: 90, - format: item => `${item.vatrate ? ((item.vatrate as number) * 100).toFixed(2) : 0}%` + format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%` }, { title: '税额',