refs #6336 feat(claim): improvements #288
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#288
Loading…
Reference in New Issue
No description provided.
Delete Branch "6336-claim_changes_v3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -29,4 +29,2 @@
<template>
<VnNotes
style="overflow-y: auto"
No hace falta
@ -224,3 +224,2 @@
<VnLv
:label="t('claim.summary.pickup')"
:value="t(`claim.summary.${claim.pickup}`)"
:label="t('claim.basicData.pickup')"
estaban mal
@ -280,6 +280,48 @@ function openDialog(dmsId) {
</template>
</QTable>
</QCard>
<QCard class="vn-two" v-if="claimDms.length > 0">
Movido
@ -148,33 +155,6 @@ function cancel() {
}
</style>
<style lang="scss">
No hacian falta
WIP: refs #6336 feat(claim): improvementsto refs #6336 feat(claim): improvementsHe puesto comentarios pq parece que he borrado y añadido mucho código pero realmente hay archivos que solo he movido líneas
@ -339,3 +311,4 @@
</CrudModel>
</div>
<QPageSticky position="bottom-right" :offset="[25, 25]">
Propuesta: Añadir tooltip al boton
@ -130,3 +136,4 @@
</QTable>
<QSeparator />
<QCardActions align="right">
<QBtn :label="t('globals.cancel')" color="primary" flat @click="cancel" />
Propuesta: Desactivar el botón si no hay registros seleccionados
@ -26,1 +26,4 @@
},
limit: {
type: Number,
default: 20,
20 por algun motivo?
Quiero decir, tenemos 2 ocurrencias de prop a 10 y otras 2 a 20
No es significativo, no?
@ -272,0 +260,4 @@
</QItemLabel>
</QItemSection>
<QItemSection side>
<template v-if="column.name === 'claimed'">
Aqui estamos usando un estilo diferente que es habilitar el input en la tabla en vez del popup.
Entiendo que maná sea diferente porque tiene complejidad
Eso ya estaba asi, que es como esta en salix
@ -127,3 +127,3 @@
square
flat
/>
>
Se que no aplica pero al darle a confirmar, el texto del alert está en inglés
Esta ya con la traduccion:
:label="t('globals.confirm')"