Schema
Workflow Schema
{
"project": {
"caseCode": "1",
"customer": "高雄醫學大學-岡山分院",
"projectName": "智慧藥局",
"startDate": "2026-05-20",
"factoryDeliveryDate": null,
"contractDeliveryDate": "2026-08-30",
"acceptanceDate": null,
"status": "進行中"
},
"nodes": [
{
"nodeType": "SalesOpening",
"department": "業務",
"status": "Completed",
"dueDate": "2026-05-20"
},
{
"nodeType": "EngineeringBom",
"department": "工程",
"status": "InProgress",
"bomType": "電控"
},
{
"nodeType": "Procurement",
"department": "採購",
"status": "Pending"
}
]
}
節點類型
| nodeType | 說明 |
|---|---|
| SalesOpening | 業務開案。 |
| EngineeringBom | 工程 BOM 產出,可分電控、機構、軟體或其他。 |
| Procurement | 採購品項追蹤。 |
| Assembly | 廠內組裝。 |
| ContractDelivery | 履約交貨。 |
| OnsiteInstallation | 現場安裝。 |
| Acceptance | 驗收。 |
| Closure | 結案確認。 |