diff --git a/src/frontend/src/components/UI/MassEditDialog.vue b/src/frontend/src/components/UI/MassEditDialog.vue index 2c916c8..019714e 100644 --- a/src/frontend/src/components/UI/MassEditDialog.vue +++ b/src/frontend/src/components/UI/MassEditDialog.vue @@ -3,14 +3,19 @@ name="list-edit-transition" tag="div" class="list-edit-container" - >
-
{{selectCount}}
-
Material
-
Price
-
Packaging
-
Destinations & Routes
+
{{selectCount}}
+ + + Material + Price + Packaging + Annual quantity + Routes + + + Cancel
@@ -19,11 +24,12 @@ + + + + \ No newline at end of file diff --git a/src/frontend/src/components/layout/edit/destination/mass/DestinationMassEdit.vue b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassEdit.vue new file mode 100644 index 0000000..12648ba --- /dev/null +++ b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassEdit.vue @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/src/frontend/src/components/layout/edit/destination/mass/DestinationMassHandlingCost.vue b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassHandlingCost.vue new file mode 100644 index 0000000..6805a9a --- /dev/null +++ b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassHandlingCost.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/frontend/src/components/layout/edit/destination/mass/DestinationMassQuantity.vue b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassQuantity.vue new file mode 100644 index 0000000..e206831 --- /dev/null +++ b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassQuantity.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/frontend/src/components/layout/edit/destination/mass/DestinationMassRoute.vue b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassRoute.vue new file mode 100644 index 0000000..aa8c9fe --- /dev/null +++ b/src/frontend/src/components/layout/edit/destination/mass/DestinationMassRoute.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/frontend/src/main.js b/src/frontend/src/main.js index 25fbcdc..c19cce7 100644 --- a/src/frontend/src/main.js +++ b/src/frontend/src/main.js @@ -34,7 +34,7 @@ import { PhUpload, PhWarning, PhX, - PhExclamationMark, PhMapPin, PhEmpty, PhShippingContainer + PhExclamationMark, PhMapPin, PhEmpty, PhShippingContainer, PhPackage, PhVectorThree, PhTag } from "@phosphor-icons/vue"; import {setupSessionRefresh} from "@/store/activeuser.js"; @@ -78,6 +78,9 @@ app.component("PhHardDrives", PhHardDrives ); app.component("PhClipboard", PhClipboard ); app.component("PhExclamationMark", PhExclamationMark ); app.component("PhMapPin", PhMapPin); +app.component("PhPackage", PhPackage); +app.component("PhVectorThree", PhVectorThree); +app.component("PhTag", PhTag); app.use(router); diff --git a/src/frontend/src/pages/CalculationMassEdit.vue b/src/frontend/src/pages/CalculationMassEdit.vue index d8cefdf..11b9b8b 100644 --- a/src/frontend/src/pages/CalculationMassEdit.vue +++ b/src/frontend/src/pages/CalculationMassEdit.vue @@ -1,5 +1,6 @@