From 944bf014d1118a1903d7a98e78c5e0b997cf917f Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:49:48 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E0=B8=A3=E0=B8=B0=E0=B8=9A=E0=B8=9A?= =?UTF-8?q?=E0=B8=A2=E0=B9=89=E0=B8=AD=E0=B8=99=E0=B8=81=E0=B8=A5=E0=B8=B1?= =?UTF-8?q?=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/01_branch-management/MainPage.vue | 277 ++++++++++++-------- 1 file changed, 173 insertions(+), 104 deletions(-) diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 440551f0..57ea8d13 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -78,8 +78,8 @@ const currentHq = ref<{ id: string; code: string }>({ code: '', }); -const beforeBranch = ref<{ id: string | undefined; code: string }>({ - id: undefined, +const beforeBranch = ref<{ id: string; code: string }>({ + id: '', code: '', }); @@ -158,109 +158,175 @@ function clearData() {