#5447 changed warehouse out filter #397
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#397
Loading…
Reference in New Issue
No description provided.
Delete Branch "5447-travelExtraCommunity"
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?
@ -37,0 +56,4 @@
warehouseAm.value = warehouses.data.filter((w) =>
countriesInAM.includes(w.countryFk.toString())
);
console.log('warehouseAm: ', warehouseAm.value);
Consolelog?
Alex mejor
El codigo creo que se podria simplificar haciendo ya las peticiones filtrando
@ -37,0 +47,4 @@
return acc;
}, {});
const continentAMId = continents.data.find((continent) => continent.code === 'AM').id;
Para esto mejor pedir directamente los datos filtrando por code: 'AM' no?
@ -154,3 +177,2 @@
v-model="params.warehouseOutFk"
@update:model-value="searchFn()"
:options="warehousesOptions"
:options="warehousesByContinent[params.continent]"
No funciona
No funciona
No veo que funcione