feat : home page

This commit is contained in:
2025-06-15 17:16:04 +03:30
parent 448834ecb2
commit 77d5f3be3e
20 changed files with 540 additions and 262 deletions

View File

@@ -33,7 +33,7 @@ class EnteringTheWarehouseLogic extends GetxController {
@override
void onReady() {
super.onReady();
rootLogic.getInventory();
//rootLogic.getInventory();
getBarGeneralInformation();
getWaitingArrivals();
getImportedEntried();

View File

@@ -43,7 +43,7 @@ class EnteringTheWarehousePage extends GetView<EnteringTheWarehouseLogic> {
),
),
SizedBox(height: 4),
ObxValue(
/* ObxValue(
(data) => data.isEmpty
? Container(
margin: const EdgeInsets.symmetric(vertical: 2),
@@ -101,7 +101,7 @@ class EnteringTheWarehousePage extends GetView<EnteringTheWarehouseLogic> {
},
),
controller.rootLogic.inventoryList,
),
),*/
],
),
);