7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +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>
<template>

View File

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