From a991150262f67f51cec61bbae89dfb3019108035 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 26 Feb 2026 13:32:52 +0700 Subject: [PATCH] refactor(FE): Refactor InventoryAdjustmentForm layout for better responsiveness --- .../form/InventoryAdjustmentForm.tsx | 152 +++++++++--------- 1 file changed, 78 insertions(+), 74 deletions(-) diff --git a/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx b/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx index 627ba952..4bc101f0 100644 --- a/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx +++ b/src/components/pages/inventory/adjustment/form/InventoryAdjustmentForm.tsx @@ -550,77 +550,80 @@ const InventoryAdjustmentForm = ({
-
- {/* Select Input Location */} - +
+
+ {/* Select Input Location */} + - {/* Select Input Project Flock */} - + {/* Select Input Project Flock */} + - {/* Select Input Kandang */} - + {/* Select Input Kandang */} + +
{/* Select Input Product */} {/* Text Area Input Notes */} @@ -735,13 +739,13 @@ const InventoryAdjustmentForm = ({ />
-
+
{type !== 'detail' && ( -
+ <> -
+ )}
{InventoryAdjustmentFormErrorMessage && (