diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index a1ab9eea..907feaee 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -2035,7 +2035,10 @@ const emptyCreateDialog = ref(false); type="button" class="q-ml-sm" @click="customerFormStore.addCurrentCustomerBranch()" - v-if="customerFormState.branchIndex === -1" + v-if=" + customerFormState.branchIndex === -1 && + !!customerFormState.editCustomerId + " :disabled="!customerFormState.readonly" />