From cbeec160251ecd34a20717863581e671c1702bb1 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Fri, 22 Sep 2023 15:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=91=E7=A5=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.js | 8 + src/views/accounting/invoices/index.vue | 1038 +++++++++++++---------- 2 files changed, 611 insertions(+), 435 deletions(-) diff --git a/src/utils/dict.js b/src/utils/dict.js index f8d8e224..c2f64ac4 100644 --- a/src/utils/dict.js +++ b/src/utils/dict.js @@ -123,6 +123,14 @@ export const DICT_TYPE = { ARCHIVES_CATALOG_NUM: 'archives_catalog_num', // 全宗号 ARCHIVES_CASE_NUM: 'archives_case_num', + // 发票查验 + ACCOUNTING_INVOICES_CHECK: 'accounting_invoices_check', + // 发票查重 + ACCOUNTING_INVOICES_DUPLICATE: 'accounting_invoices_duplicate', + // 发票状态 + ACCOUNTING_INVOICES_STATUS: 'accounting_invoices_status', + // 发票进销项 + ACCOUNTING_INVOICES_TYPE: 'accounting_invoices_type', } /** diff --git a/src/views/accounting/invoices/index.vue b/src/views/accounting/invoices/index.vue index f56758c7..6d018c2d 100644 --- a/src/views/accounting/invoices/index.vue +++ b/src/views/accounting/invoices/index.vue @@ -1,190 +1,57 @@