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結案確認。