+
+
+ {{
+ props.row.customerType === 'CORP'
+ ? $t('customer.form.legalPersonCode')
+ : $t('customer.form.cardNumber')
+ }}
+
+
+ {{
+ props.row.customerType === 'CORP'
+ ? props.row.branch[0]?.legalPersonNo
+ : props.row.branch[0]?.citizenId
+ }}
+
+
@@ -1929,6 +1962,7 @@ const emptyCreateDialog = ref(false);
{
name: $t('customer.form.group.branch'),
anchor: 'form-branch-customer-branch',
+ useBtn: true,
},
...(customerFormData.customerBranch?.map((v, i) => ({
name:
@@ -1947,7 +1981,26 @@ const emptyCreateDialog = ref(false);
foreground: 'var(--blue-6)',
}"
scroll-element="#customer-form-content"
- />
+ >
+
+
+
+