38 lines
834 B
JSON
38 lines
834 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"status": "completed",
|
|
"content": "分析纺织厂采纱环节和原料纱仓库的数据结构",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"status": "completed",
|
|
"content": "设计纱线自动分配逻辑和库存检查机制",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"status": "completed",
|
|
"content": "在确认环节添加纱线选择弹窗组件",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"status": "completed",
|
|
"content": "实现纱线库存联动和自动分配功能",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "5",
|
|
"status": "completed",
|
|
"content": "添加原料不足提示和采购提醒",
|
|
"priority": "medium"
|
|
},
|
|
{
|
|
"id": "6",
|
|
"status": "completed",
|
|
"content": "验证功能完整性和测试",
|
|
"priority": "medium"
|
|
}
|
|
] |