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'), ]" > - - + + - - + + {}); /> - +