Feature/add warehouse e shop order items
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user