refactor: branch form
This commit is contained in:
parent
a1f691a613
commit
fb076fc074
15 changed files with 651 additions and 274 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue