diff --git a/src/pages/Supplies.tsx b/src/pages/Supplies.tsx index 68a98e9..4e8fe93 100644 --- a/src/pages/Supplies.tsx +++ b/src/pages/Supplies.tsx @@ -18,6 +18,7 @@ import { Search, Scissors, Truck, + Trash2, Warehouse, } from 'lucide-react'; import { approveSupplyReceipt, createSupplyFabricPlan, createSupplyReceipt, deleteSupplyFabricPlan, deleteSupplyReceipt, fetchSupplySummary } from '../dataService'; @@ -929,7 +930,7 @@ const FabricPlanningScreen = () => { ) : plans.length ? (
{plan.material}
{plan.color}
@@ -937,8 +938,15 @@ const FabricPlanningScreen = () => {{plan.supplier}
{formatNumber(plan.quantityKg)} kg
{plan.priority} -