0
0
Fork 0

Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7283-itemMigration

This commit is contained in:
Carlos Satorres 2024-08-29 15:40:43 +02:00
commit a2254d145e
2 changed files with 4 additions and 4 deletions

View File

@ -250,7 +250,7 @@ watchEffect(selectedRows);
/>
<VnSelect
url="InvoiceOutSerials"
v-model="data.invoiceOutSerial"
v-model="data.serial"
:label="t('invoiceOutList.tableVisibleColumns.invoiceOutSerial')"
:options="invoiceOutSerialsOptions"
option-label="description"
@ -262,7 +262,7 @@ watchEffect(selectedRows);
/>
<VnSelect
url="TaxAreas"
v-model="data.area"
v-model="data.taxArea"
:label="t('invoiceOutList.tableVisibleColumns.taxArea')"
:options="taxAreasOptions"
option-label="code"

View File

@ -10,7 +10,7 @@ const { t } = useI18n();
data-key="OrderList"
url="Orders/filter"
:label="t('Search order')"
:info="t('You can search orders by reference')"
:info="t('Search orders by ticket id')"
/>
</template>
@ -18,5 +18,5 @@ const { t } = useI18n();
<i18n>
es:
Search order: Buscar orden
You can search orders by reference: Puedes buscar por referencia de la orden
Search orders by ticket id: Buscar pedido por id ticket
</i18n>