feat: add more anchor
This commit is contained in:
parent
ebc55023dd
commit
a86bcf4786
1 changed files with 7 additions and 1 deletions
|
|
@ -1765,6 +1765,10 @@ function createEmployeeForm() {
|
||||||
name: $t('customer.form.group.basicInfo'),
|
name: $t('customer.form.group.basicInfo'),
|
||||||
anchor: 'form-basic-info-customer',
|
anchor: 'form-basic-info-customer',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: $t('customer.form.group.branch'),
|
||||||
|
anchor: 'form-branch-customer-branch',
|
||||||
|
},
|
||||||
...(customerFormData.customerBranch?.map((v) => ({
|
...(customerFormData.customerBranch?.map((v) => ({
|
||||||
name: $t('customer.form.branch.title', {
|
name: $t('customer.form.branch.title', {
|
||||||
name: v.branchNo || 0,
|
name: v.branchNo || 0,
|
||||||
|
|
@ -1803,7 +1807,9 @@ function createEmployeeForm() {
|
||||||
v-model:branch-options="registerAbleBranchOption"
|
v-model:branch-options="registerAbleBranchOption"
|
||||||
/>
|
/>
|
||||||
<FormBranch
|
<FormBranch
|
||||||
id="form-branch-customer"
|
v-if="!!customerFormState.editCustomerId"
|
||||||
|
id="form-branch-customer-branch"
|
||||||
|
:customer-type="customerFormData.customerType"
|
||||||
:editable="
|
:editable="
|
||||||
customerFormState.dialogType === 'create' ||
|
customerFormState.dialogType === 'create' ||
|
||||||
customerFormState.editReadonly === false
|
customerFormState.editReadonly === false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue