From 61dccdd3d32700e65dfcf08728f72fc3558b7fbe Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 20 Jan 2022 15:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cost-management.component.html | 6 ++-- .../voucher-management.component.html | 8 ++--- .../voucher-management.component.ts | 28 ++++++++++----- .../voucher-summary.component.html | 14 ++++++-- .../cancellation-invoice.component.ts | 34 +++++++++---------- .../invoice-detail.component.html | 4 +-- .../invoice-requested.component.html | 4 +-- .../invoice-requested.component.ts | 18 +++++----- .../invoiced-list.component.html | 10 +++--- 9 files changed, 73 insertions(+), 53 deletions(-) diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.html b/src/app/routes/financial-management/components/cost-management/cost-management.component.html index 76114f5f..d6ea4f3b 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-30 19:36:30 * @LastEditors : Shiming - * @LastEditTime : 2022-01-20 10:20:32 + * @LastEditTime : 2022-01-20 15:22:19 * @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\cost-management\\cost-management.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -19,8 +19,8 @@
- - + - - + +
this.router.navigate(['/financial-management/voucher-management/detail/' + item.id]) }, - { - text: '修改' - }, - { - text: '删除' - }, - { - text: '提交' - } + // { + // text: '修改' + // }, + // { + // text: '删除' + // }, + // { + // text: '提交' + // } ] } ]; diff --git a/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html b/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html index 5adf4f91..b18c9463 100644 --- a/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html +++ b/src/app/routes/financial-management/components/voucher-summary/voucher-summary.component.html @@ -1,3 +1,13 @@ + @@ -11,9 +21,9 @@
- + - +
@@ -83,7 +83,7 @@ - + diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html index e4e8d229..1f7bb47e 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.html @@ -46,9 +46,9 @@ 清空 - + diff --git a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts index 13ccf85c..5a962ed6 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts +++ b/src/app/routes/ticket-management/components/invoice-requested/invoice-requested.component.ts @@ -415,13 +415,13 @@ export class InvoiceRequestedComponent implements OnInit { buttons: [ { type: 'divider' }, { - text: '开票', + text: '开票
', click: item => this.requestedInvoiceAction(item) }, - { - text: '驳回
', - click: item => this.rejectAction([item]) - }, + // { + // text: '驳回
', + // click: item => this.rejectAction([item]) + // }, { text: '订单明细
', click: item => this.router.navigate(['/ticket/invoice-requested/detail/' + item?.id]) @@ -430,10 +430,10 @@ export class InvoiceRequestedComponent implements OnInit { text: '查看原因
', click: item => this.showReason(item) }, - { - text: '下载对账单' - // click: item => this.rejectAction(item) - } + // { + // text: '下载对账单' + // // click: item => this.rejectAction(item) + // } ] } ]; diff --git a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html index 616f487a..55886cf5 100644 --- a/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html +++ b/src/app/routes/ticket-management/components/invoiced-list/invoiced-list.component.html @@ -14,7 +14,7 @@
- + - -
+ +