From 29e13a49bea5b687a46901d73535bab7659cf6ae Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Thu, 20 Jan 2022 10:38:23 +0800 Subject: [PATCH] edit --- .../withdrawals-record.component.ts | 1 + .../services/freight-account.service.ts | 2 +- .../components/index/index.component.html | 13 ++++++++----- .../components/index/index.component.ts | 3 +-- .../invoice-detail/invoice-detail.component.html | 6 +++--- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts index 864fae29..097c8d55 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts @@ -258,6 +258,7 @@ export class WithdrawalsRecordComponent implements OnInit { { title: '提现银行账户', render: 'bankCardNumber', width: 180 }, { title: '提现状态', index: 'refundStatusLabel', width: 100 }, { title: '银行流水号', index: 'bankSerialNumber', width: 120 }, + { title: '核心交易流水', index: 'coreSerNo', width: 120 }, { title: '失败原因', index: 'failCause', width: 150 }, { title: '操作', diff --git a/src/app/routes/financial-management/services/freight-account.service.ts b/src/app/routes/financial-management/services/freight-account.service.ts index f8c5aad0..d473206f 100644 --- a/src/app/routes/financial-management/services/freight-account.service.ts +++ b/src/app/routes/financial-management/services/freight-account.service.ts @@ -131,7 +131,7 @@ export class FreightAccountService extends ShipperBaseService { const a = document.createElement('a'); document.body.appendChild(a); a.href = objectUrl; - a.download = '面单.pdf'; + a.download = '回单.pdf'; if (isIE) { // 兼容IE11无法触发下载的问题 (navigator as any).msSaveBlob(url, a.download); diff --git a/src/app/routes/menu-manager/components/index/index.component.html b/src/app/routes/menu-manager/components/index/index.component.html index e3d36265..5008655a 100644 --- a/src/app/routes/menu-manager/components/index/index.component.html +++ b/src/app/routes/menu-manager/components/index/index.component.html @@ -39,9 +39,12 @@ - + + + {{ item.description }} + + \ No newline at end of file diff --git a/src/app/routes/menu-manager/components/index/index.component.ts b/src/app/routes/menu-manager/components/index/index.component.ts index 6efe00d2..6a315a56 100644 --- a/src/app/routes/menu-manager/components/index/index.component.ts +++ b/src/app/routes/menu-manager/components/index/index.component.ts @@ -47,8 +47,7 @@ export class MenuManagerComponentsIndexComponent implements OnInit { title: '创建时间', index: 'createTime', className: 'text-left', - type: 'date', - sort: true + type: 'date' }, { title: '操作', diff --git a/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html b/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html index 020db5fd..2d81a954 100644 --- a/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html +++ b/src/app/routes/ticket-management/components/invoice-detail/invoice-detail.component.html @@ -25,13 +25,13 @@ {{headerInfo?.invoicedate}} - {{headerInfo?.disvatnotax}} + {{headerInfo?.vatmoney}} - {{headerInfo?.disvattax}} + {{headerInfo?.vattax}} - {{headerInfo?.vatremarks}} + {{headerInfo?.remarks}}