From 59976f6e61767dd5b518c60512ec254d0ca52e00 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 14 Jun 2024 11:04:57 +0000 Subject: [PATCH] fix: employee customer branch id --- .../BasicInformation.vue | 175 +++++++++++++----- 1 file changed, 130 insertions(+), 45 deletions(-) diff --git a/src/components/03_customer-management/BasicInformation.vue b/src/components/03_customer-management/BasicInformation.vue index 0883bb83..c0b5ad12 100644 --- a/src/components/03_customer-management/BasicInformation.vue +++ b/src/components/03_customer-management/BasicInformation.vue @@ -97,7 +97,7 @@ onMounted(async () => {}); :hide-dropdown-icon="readonly" :dense="dense" :outlined="!readonly" - :readonly="readonly" + :readonly="readonly || customerBranch !== undefined" :borderless="readonly" hide-bottom-space class="col-12" @@ -123,63 +123,140 @@ onMounted(async () => {}); !!val || $t('selectValidate') + $t('formDialogEmployerBranchCode'), ]" > - - + + - - + + {}); /> - +