From f80e132df51e25030908c51466cd6058a55e23a8 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 17 Oct 2024 15:20:35 +0700 Subject: [PATCH] refactor: use bank --- src/pages/05_quotation/peview/ViewForm.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index 9ac573f1..54d5fe78 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -2,6 +2,7 @@ import { onMounted, nextTick, ref, watch } from 'vue'; // NOTE: Import stores // NOTE Import Types +import { BankBook } from 'stores/branch/types'; // NOTE: Import Components import ViewHeader from './ViewHeader.vue'; @@ -264,6 +265,11 @@ watch(elements, () => { > ช่องทางซำระเงิน +