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