feat(成本管理): 为规划成本管理添加ITTO明细

为P4.1规划成本管理添加明细信息:
- 输入A008(项目管理计划)明细:进度管理计划、风险管理计划
- 工具TT008(数据分析)明细:备选方案分析

via [HAPI](https://hapi.run)

Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
ittoview
2026-02-15 06:42:58 +00:00
parent f22116a57f
commit 118dc69dd8

View File

@@ -417,8 +417,28 @@
"knowledgeAreaId": "KA04",
"processGroupId": "PG02",
"order": 1,
"inputs": ["A001", "A008", "A005", "A006"],
"tools": ["TT001", "TT008", "TT032"],
"inputs": [
"A001",
{
"id": "A008",
"detail": [
{ "label": "进度管理计划" },
{ "label": "风险管理计划" }
]
},
"A005",
"A006"
],
"tools": [
"TT001",
{
"id": "TT008",
"detail": [
{ "label": "备选方案分析" }
]
},
"TT032"
],
"outputs": ["A012"],
"w5h1": {
"who": "项目经理+成本管理团队",