From 3de3f4dd35b694e890c3b5e7e99d4ddd7c1e4e62 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Mon, 28 Mar 2022 09:35:32 +0800 Subject: [PATCH] edit --- .../receivable-order-detail.component.html | 4 ++-- .../components/receivable-order/receivable-order.component.ts | 2 +- .../cancellation-invoice/cancellation-invoice.component.html | 2 +- .../cancellation-invoice/cancellation-invoice.component.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.html b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.html index 117b7972..9a87db0d 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.html +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.html @@ -29,9 +29,9 @@ {{headerInfo?.artoname}} - + {{headerInfo?.armoney | currency}} diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts index f0fb02d9..a8e78022 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts @@ -183,7 +183,7 @@ export class ReceivableOrderComponent implements OnInit { } } }, - bankType: { + banktype: { type: 'string', title: '银行类型', enum: [ diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html index c2b8daca..c31db228 100644 --- a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html +++ b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.html @@ -65,7 +65,7 @@

开户行: {{openInfo?.artobank}}

- {{openInfo?.vatname}} + {{openInfo?.vatnameLable}} {{openInfo?.vatremarks}} diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts index c9183bf2..be6850ef 100644 --- a/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts +++ b/src/app/routes/ticket-management/components/cancellation-invoice/cancellation-invoice.component.ts @@ -285,7 +285,7 @@ export class CancellationInvoiceComponent implements OnInit { } }, sts: { - title: '结算依据', + title: '发票状态', type: 'string', ui: { widget: 'dict-select',