#7271 - Zones Boilerplate #327

Merged
jsegarra merged 12 commits from 7271_boilerplate_zones into dev 2024-05-08 06:17:42 +00:00
3 changed files with 5 additions and 9 deletions
Showing only changes of commit 4d490652ea - Show all commits

View File

@ -0,0 +1 @@
<template>Zone Locations</template>

View File

@ -6,15 +6,9 @@ import VnLv from 'components/ui/VnLv.vue';
const route = useRoute();
function deleteWarehouse() {
let row = this.deleteRow;
if (!row) return;
return this.$http.delete(`${this.path}/${row.id}`).then(() => {
let index = this.$.data.indexOf(row);
if (index !== -1) this.$.data.splice(index, 1);
this.deleteRow = null;
});
}
const deleteWarehouse = () => {
return true;
};
</script>
jsegarra marked this conversation as resolved
Review

esto es codigo angularjs
Quitar

esto es codigo angularjs Quitar
<template>

View File

@ -0,0 +1 @@
<template>Zone Delivery days</template>