Feature/add warehouse e shop order items

This commit is contained in:
Luca Haid
2024-07-31 10:26:10 +00:00
parent e42ce449e3
commit e2288ba6cd
4 changed files with 54 additions and 2 deletions
@@ -111,6 +111,13 @@ Vue.component('warehouse-e-shop', {
if (response.data.success) {
this.window.notify('success', response.data.message || 'Erfolgreich gespeichert');
this.shoppingCart = [];
this.createOrderDialogData = {
deliveryMode: 'singleAddress',
deliveryAddressName: '',
deliveryAddressLine: '',
deliveryAddressPLZ: '',
deliveryAddressCity: '',
}
this.createOrderDialog = false;
} else {
this.window.notify('error',