{
    "success": true,
    "code": 200,
    "message": "取得工單清單成功",
    "data": [
        {
            "id": 2,
            "order_no": "WO20260915002",
            "production_date": "2026-09-15",
            "product_id": 4,
            "bom_id": null,
            "target_qty": "500.000",
            "completed_qty": "50.000",
            "status": "in_progress",
            "batch_no": "B260915",
            "note": "測試工單",
            "created_at": "2026-09-15 09:13:02",
            "updated_at": "2026-09-15 09:14:03",
            "product_code": "SEMI-CURD",
            "product_name": "未包裝生豆腐板 (半成品)",
            "unit": "川",
            "specification": "標準水槽板",
            "completion_rate": 10,
            "material_requirements": []
        },
        {
            "id": 1,
            "order_no": "WO20260915001",
            "production_date": "2026-09-15",
            "product_id": 3,
            "bom_id": 1,
            "target_qty": "100.000",
            "completed_qty": "0.000",
            "status": "in_progress",
            "batch_no": "B260915",
            "note": "線上驗證工單",
            "created_at": "2026-09-15 09:11:34",
            "updated_at": "2026-09-15 09:11:34",
            "product_code": "FG-SOY960",
            "product_name": "特濃原味豆乳 960ml",
            "unit": "瓶",
            "specification": "960ml\/瓶 (無糖)",
            "completion_rate": 0,
            "material_requirements": [
                {
                    "component_product_id": 1,
                    "product_code": "RAW-SOY01",
                    "product_name": "非基改契作大豆",
                    "unit": "KG",
                    "standard_unit_qty": 0.34999999999999997779553950749686919152736663818359375,
                    "scrap_rate": 2,
                    "net_required_qty": 35,
                    "gross_required_qty": 35.7000000000000028421709430404007434844970703125
                },
                {
                    "component_product_id": 2,
                    "product_code": "PKG-BTL960",
                    "product_name": "960ml 專用高阻隔瓶",
                    "unit": "PCS",
                    "standard_unit_qty": 1,
                    "scrap_rate": 0.5,
                    "net_required_qty": 100,
                    "gross_required_qty": 100.5
                }
            ]
        }
    ],
    "timestamp": "2026-09-15 04:52:05"
}