diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 24384864..1802f671 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1704,6 +1704,10 @@ function createCustomerForm(customerType: 'CORP' | 'PERS') { style="height: 100%; max-height: 100%; overflow-y: auto" > { customerImageUrl: string; imageDialog: boolean; imageEdit: boolean; + editReadonly: boolean; editCustomerId?: string; editCustomerBranchId?: string; }>({ @@ -39,6 +40,7 @@ export const useCustomerForm = defineStore('form-customer', () => { dialogModal: false, imageDialog: false, branchIndex: 0, + editReadonly: true, imageEdit: false, saveMode: 'customer', customerImageUrl: '',