From f3b5b25bf3a016da313beb84ef72d447f66d3487 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 19 Sep 2025 14:43:15 +0700 Subject: [PATCH] refactor: quotation payment method select bank from register branch --- src/pages/05_quotation/PaymentForm.vue | 55 ++++++++++++++++-------- src/pages/05_quotation/QuotationForm.vue | 1 + src/stores/branch/index.ts | 13 ++++++ 3 files changed, 52 insertions(+), 17 deletions(-) diff --git a/src/pages/05_quotation/PaymentForm.vue b/src/pages/05_quotation/PaymentForm.vue index 977c4eec..8edacdc5 100644 --- a/src/pages/05_quotation/PaymentForm.vue +++ b/src/pages/05_quotation/PaymentForm.vue @@ -1,16 +1,9 @@