Преглед изворни кода

Merge branch 'MergeProblem1' of https://git.2fi-solutions.com/jason/FPSMS-frontend into MergeProblem1

MergeProblem1
Tommy\2Fi-Staff пре 1 дан
родитељ
комит
cbc103bf47
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx

+ 1
- 0
src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx Прегледај датотеку

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


Loading…
Откажи
Сачувај