From 552966a0871b9e27a56856f1d7e93a17266205bd Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 25 Feb 2022 13:31:41 +0800 Subject: [PATCH 1/2] edit --- .../components/transaction-flow/transaction-flow.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d2d258be..44732a5f 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 @@ -253,7 +253,7 @@ export class TransactionFlowComponent implements OnInit { bankType: item.bankType, rmYll: item.roleId, snglFlgCd: item.channelPaySn, - bussType: '07', + bussType: item.tradeType === '7' ? '05' : item.tradeType === '8' ? '06' : '07', ltdId: item.ltdId }) } From c1ee31e7299d0c631add9045da7958520eafe5ea Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 25 Feb 2022 13:33:54 +0800 Subject: [PATCH 2/2] edit --- .../cancellation-invoice/cancellation-invoice.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 49c3d9ff..b0a55a45 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 @@ -352,7 +352,7 @@ export class CancellationInvoiceComponent implements OnInit { widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vattax }) } }, { title: '服务名称', index: 'vatname', width: 100 }, - { title: '销货清单', index: 'isdetail', width: 90 }, + { title: '销货清单', index: 'isdetail', width: 90, type: 'enum', enum: { 1: '是', 0: '否' }, className: 'text-center' }, { title: '票面备注', render: 'vatremarks', width: 250 }, { title: '其他要求', index: 'otherremarks', width: 100 }, {