From 71abfebb51fe1e5a4668d90bbdc29755d113e647 Mon Sep 17 00:00:00 2001 From: SeongHyun Kim Date: Wed, 8 Apr 2026 10:04:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20POP=20=EC=9E=85=EA=B3=A0=20=ED=99=95?= =?UTF-8?q?=EC=A0=95=20=EC=8B=9C=20inbound=5Fstatus=EB=A5=BC=20'=EC=9E=85?= =?UTF-8?q?=EA=B3=A0=EC=99=84=EB=A3=8C'=EB=A1=9C=20=EC=A0=84=EB=8B=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 기존: inbound_status 미전달 → 백엔드 기본값 '대기' 수정: '입고완료' 명시적 전달 --- frontend/components/pop/hardcoded/inbound/InboundCartPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/pop/hardcoded/inbound/InboundCartPage.tsx b/frontend/components/pop/hardcoded/inbound/InboundCartPage.tsx index 06d142c2..d6a90ec3 100644 --- a/frontend/components/pop/hardcoded/inbound/InboundCartPage.tsx +++ b/frontend/components/pop/hardcoded/inbound/InboundCartPage.tsx @@ -350,6 +350,7 @@ export function InboundCartPage() { reference_number: item.purchase_no, supplier_code: item.supplier_code, supplier_name: item.supplier_name, + inbound_status: "입고완료", inspection_status: inspResult?.completed ? "검사완료" : item.inspection_required