From facd0103437ffb50108113567d5fbb24487ffc81 Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Mon, 28 Apr 2025 00:45:36 +0300 Subject: feat: implement storageSlots http controller + pages --- src/main/resources/templates/storageSlotEdit.html | 39 +++++++++++ src/main/resources/templates/storageSlots.html | 82 +++++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 src/main/resources/templates/storageSlotEdit.html create mode 100644 src/main/resources/templates/storageSlots.html (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/storageSlotEdit.html b/src/main/resources/templates/storageSlotEdit.html new file mode 100644 index 0000000..720a20a --- /dev/null +++ b/src/main/resources/templates/storageSlotEdit.html @@ -0,0 +1,39 @@ + + +
+ + +
+ +
+
+

+
+ +
+ + + +

+ + +

+ + +

+ + +

+ + + +
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/storageSlots.html b/src/main/resources/templates/storageSlots.html new file mode 100644 index 0000000..3f09ee6 --- /dev/null +++ b/src/main/resources/templates/storageSlots.html @@ -0,0 +1,82 @@ + + +
+ + +
+ +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
Фильтры
Высота + от + до +
Ширина + от + до +
Глубина + от + до +
+
+ + + + + + + + + + + + + + + + + + + +
IDЛокацияГабариты (В*Ш*Г)
Данному фильтру не удовлетворяет ни одного места хранения.
+ + + + + + + +
+
+ +
+
+ + \ No newline at end of file -- cgit mrf-deployment