소스 검색

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 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"]);


불러오는 중...
취소
저장