From f31675640b778f8875c67503dec4d3efc3b66f94 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Thu, 23 Apr 2026 21:39:17 +0800 Subject: [PATCH] merage --- src/app/api/jo/actions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/api/jo/actions.ts b/src/app/api/jo/actions.ts index 7d82eb9..aa0db7a 100644 --- a/src/app/api/jo/actions.ts +++ b/src/app/api/jo/actions.ts @@ -605,8 +605,8 @@ export interface StockOutLineDetailResponse { availableQty: number | null; noLot: boolean; /** Workbench API: matched suggest_pick_lot qty for this SOL lot line */ - suggestedPickQty?: number | null; - suggestedPickLotId?: number | null; + // suggestedPickQty?: number | null; + //suggestedPickLotId?: number | null; } export interface LotDetailResponse {