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 @@