fix #6898 SupplierFiscalData show fields #778

Merged
alexm merged 2 commits from hotfix_supplierFiscalData into master 2024-09-30 13:16:12 +00:00
1 changed files with 17 additions and 1 deletions
Showing only changes of commit 4d4554a6ca - Show all commits

View File

@ -52,7 +52,22 @@ function handleLocation(data, location) {
:url-update="`Suppliers/${route.params.id}/updateFiscalData`"
model="supplier"
:filter="{
fields: ['id', 'name', 'city', 'postCode', 'countryFk', 'provinceFk'],
fields: [
'id',
'nif',
'city',
'name',
'account',
'postCode',
'countryFk',
'provinceFk',
'sageTaxTypeFk',
'sageWithholdingFk',
'sageTransactionTypeFk',
'supplierActivityFk',
'healthRegister',
'street',
],
include: [
{
relation: 'province',
@ -72,6 +87,7 @@ function handleLocation(data, location) {
:clear-store-on-unmount="false"
>
<template #form="{ data, validate }">
{{ data }}
Outdated
Review

quitar

quitar

Uff...menos mal, proque el Vscode no habia guardado

Uff...menos mal, proque el Vscode no habia guardado
<VnRow>
<VnInput
v-model="data.name"