From ce64b4867481375fd0b061fd733d8225a1d3d504 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 19 Jan 2022 14:21:42 +0800 Subject: [PATCH] edit --- .../components/transaction-flow/transaction-flow.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts index a3375c70..c53490d6 100644 --- a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts +++ b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts @@ -247,6 +247,7 @@ export class TransactionFlowComponent implements OnInit { buttons: [ { text: '查看回单', + iif: item => item.tradeType !== '9' && item.tradeType !== '10', click: item => this.service.getReceiptUrl(item.receiptUrl, { bankType: item.bankType,