{filtered.length} lot{filtered.length !== 1 ? "s" : ""}
No lots found
| 0} onChange={toggleSelectAll} className="h-4 w-4 rounded border-stone-300" /> | )} {["Lot #", "Crop / Variety", "Harvest Date", "Age", "Field", "Bins", "Qty", "Status"].map((h) => ({h} | ))}|||||||
|---|---|---|---|---|---|---|---|---|
| toggleSelect(lot.lot_id)} className="h-4 w-4 rounded border-stone-300" /> | )}{lot.lot_number} |
{lot.crop_type}
|
{(() => { const age = getAgeStatus(lot.harvest_date); return age ? ( {age.label} ) : ( — ); })()} |
{lot.field_location ?? "—"}
{lot.field_block && Block: {lot.field_block} }
|
{lot.bin_id && (
{lot.bin_id}
)}
{lot.pallets != null && (
{lot.pallets} PLT
)}
{!lot.bin_id && lot.pallets == null && —}
|
{lot.quantity_lbs != null ? `${lot.quantity_lbs.toLocaleString()} ${lot.yield_unit ?? "lbs"}` : "—"} |
|
View → |