feat(front) : clic sur entrée validée → page saisie info bovin
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -80,6 +80,8 @@
|
|||||||
:items="validated"
|
:items="validated"
|
||||||
:total-items="totalValidated"
|
:total-items="totalValidated"
|
||||||
:loading="validatedLoading"
|
:loading="validatedLoading"
|
||||||
|
row-clickable
|
||||||
|
@row-click="goToBovineInfo"
|
||||||
>
|
>
|
||||||
<template #header-identificationNumber>
|
<template #header-identificationNumber>
|
||||||
<UiTextInput
|
<UiTextInput
|
||||||
@@ -252,6 +254,10 @@ const goToEntry = (reception: ReceptionData) => {
|
|||||||
router.push(`/entry-exit/entry/${reception.id}`)
|
router.push(`/entry-exit/entry/${reception.id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const goToBovineInfo = (reception: ReceptionData) => {
|
||||||
|
router.push(`/entry-exit/bovine-info/${reception.id}`)
|
||||||
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
reload()
|
reload()
|
||||||
reloadValidated()
|
reloadValidated()
|
||||||
|
|||||||
Reference in New Issue
Block a user