fix: [quality] 출하 상세에 order_id 추가 + 검사완료 건 수정 차단

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 23:15:57 +09:00
parent b3869cfadb
commit d8a57f71c6
2 changed files with 5 additions and 0 deletions

View File

@@ -688,6 +688,7 @@ private function getShipmentDetail(int $id): array
'type' => 'shipping',
'data' => [
'id' => $shipment->id,
'order_id' => $shipment->order_id,
'shipment_no' => $shipment->shipment_no,
'lot_no' => $shipment->lot_no,
'status' => $shipment->status,