From 646320a3cf26c690f91c77a58657c61b13dd3a9c Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Thu, 23 Apr 2026 21:35:09 +0800 Subject: [PATCH] merage jo actions --- 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 5890d78..7d82eb9 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 {