fix: POP 출고 확정 시 outbound_status를 '출고완료'로 변경
기존: '대기' 하드코딩 → 출고 확정해도 상태 미갱신 수정: '출고완료'로 → 출고 확정 시 정상 상태 반영
This commit is contained in:
@@ -344,7 +344,7 @@ export function OutboundCartPage() {
|
||||
customer_name: item.customer_name,
|
||||
source_type: "shipment_instruction_detail",
|
||||
source_id: item.source_id || item.id,
|
||||
outbound_status: "대기",
|
||||
outbound_status: "출고완료",
|
||||
})),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user