refactor: branch form

This commit is contained in:
puriphatt 2024-08-01 08:44:40 +00:00 committed by Net
parent a1f691a613
commit fb076fc074
15 changed files with 651 additions and 274 deletions

View file

@ -3290,7 +3290,7 @@ watch(isMainPage, () => {
<template #address>
<FormAddress
prefix-id="form-dialog"
:id="indexTab"
:indexId="indexTab"
v-if="
indexTab !== undefined && formData.customerBranch?.[indexTab]
"
@ -3642,7 +3642,7 @@ watch(isMainPage, () => {
<template #address>
<FormAddress
prefix-id="form-dialog"
:id="indexTab"
:indexId="indexTab"
v-if="
indexTab !== undefined && formData.customerBranch?.[indexTab]
"
@ -3843,7 +3843,7 @@ watch(isMainPage, () => {
<template #address>
<FormAddress
prefix-id="drawer-info-customer"
:id="indexTab"
:indexId="indexTab"
v-if="
indexTab !== undefined &&
formData.customerBranch?.[indexTab]
@ -4071,7 +4071,7 @@ watch(isMainPage, () => {
<template #address>
<FormAddress
prefix-id="drawer-info-customer-branch"
:id="indexTab"
:indexId="indexTab"
v-if="
indexTab !== undefined &&
formData.customerBranch?.[indexTab]