From f6ad3a98c915040da0093eb64509031abb36d771 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 18 Oct 2024 12:29:31 +0700 Subject: [PATCH] refactor: edit layout bank --- .../05_quotation/peview/BankComponents.vue | 167 +++++------------- 1 file changed, 48 insertions(+), 119 deletions(-) diff --git a/src/pages/05_quotation/peview/BankComponents.vue b/src/pages/05_quotation/peview/BankComponents.vue index 88e46dbc..3f6396c4 100644 --- a/src/pages/05_quotation/peview/BankComponents.vue +++ b/src/pages/05_quotation/peview/BankComponents.vue @@ -21,6 +21,7 @@ let bankBookFilter: ( defineProps<{ bankBook: BankBook; + index: number; }>(); watch( @@ -36,132 +37,50 @@ watch(