refs #6420 change url #136

Merged
carlossa merged 8 commits from 6420-claimNotesSummary into dev 2024-01-10 07:27:20 +00:00
1 changed files with 14 additions and 2 deletions
Showing only changes of commit 7ef10bb7a9 - Show all commits

View File

@ -205,17 +205,29 @@ function openDialog(dmsId) {
</VnLv>
</QCard>
<QCard class="vn-one">
<a class="header" :href="claimUrl + 'note/index'">
<a class="header" :href="`#/claim/${entityId}/notes`">
{{ t('claim.summary.notes') }}
<QIcon name="open_in_new" color="primary" />
</a>
<!-- Use VnNotes and maybe VirtualScroll-->
</QCard>
<QCard class="vn-max" v-if="salesClaimed.length > 0">
<a class="header" :href="claimUrl + 'note/index'">
<a class="header" :href="`#/claim/${entityId}/notes`">
{{ t('claim.summary.details') }}
<QIcon name="open_in_new" color="primary" />
</a>
<q-virtual-scroll
:scroll-target="scrollTarget"
:items="heavyList"
separator
carlossa marked this conversation as resolved Outdated
Outdated
Review

Debe llevar a detalles :)
Es un error heredado

Debe llevar a detalles :) Es un error heredado
v-slot="{ item, index }"
>
<q-item :key="index" dense>
<q-item-section>
<q-item-label> #{{ index }} - {{ item.label }} </q-item-label>
</q-item-section>
</q-item>
</q-virtual-scroll>
<QTable :columns="detailsColumns" :rows="salesClaimed" flat>
<template #header="props">
<QTr :props="props">