|
|
|
@@ -2138,6 +2138,7 @@ const PickExecution: React.FC<Props> = ({ |
|
|
|
const byLotId = new Map<number, any>(); |
|
|
|
const byLotNo = new Map<string, any[]>(); |
|
|
|
const byStockInLineId = new Map<number, any[]>(); |
|
|
|
|
|
|
|
// Cache active lots separately to avoid filtering on every scan |
|
|
|
const activeLotsByItemId = new Map<number, any[]>(); |
|
|
|
const rejectedStatuses = new Set(["rejected"]); |
|
|
|
|