From bbe2bb3fe3f6c7325b2409c26f11651b3ed97620 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Sun, 8 Oct 2023 17:52:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E5=85=B8=EF=BC=8C?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E4=BD=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.js | 3 ++- src/views/accounting/voucher/index.vue | 31 ++++++++++++++++++++++-- src/views/setting/depotCabinet/index.vue | 27 ++++++++++++++++++--- 3 files changed, 55 insertions(+), 6 deletions(-) diff --git a/src/utils/dict.js b/src/utils/dict.js index 22b7df14..4ea6c05d 100644 --- a/src/utils/dict.js +++ b/src/utils/dict.js @@ -141,7 +141,8 @@ export const DICT_TYPE = { HANDLE_RESULT: 'handle_result', //借阅状态 BORROW_STATUS: 'borrow_status', - // + //会计凭证类型 + ACCOUNTING_VOUCHER_TYPE: 'accounting_voucher_type', } diff --git a/src/views/accounting/voucher/index.vue b/src/views/accounting/voucher/index.vue index 1f4bfdb6..22985f6f 100644 --- a/src/views/accounting/voucher/index.vue +++ b/src/views/accounting/voucher/index.vue @@ -94,7 +94,14 @@ - + + +