#7010 added packing type field #762
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#762
Loading…
Reference in New Issue
No description provided.
Delete Branch "7010-AddPackingField"
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?
WIP: #7010 added packing type fieldto #7010 added packing type fieldEsto es lo de H,V?
@ -208,0 +223,4 @@
<span>
{{
dashIfEmpty(
row?.ticketSales
Moveria la logica a un composable y asi si algun dia cambiamos el caracter podemos ir a la funcion y solo cambiar una variable en vez del template
@ -205,6 +228,11 @@ const setShippedColor = (date) => {
</QBadge>
<span v-else> {{ toDateFormat(row.shipped) }}</span>
</template>
<template #column-itemPackingTypeFk="{ row }">
Mmm...en la configuracion de columns podemos ejecutar esta funcion, no?
En format creo