38 lines
855 B
JSON
38 lines
855 B
JSON
|
|
[
|
|||
|
|
{
|
|||
|
|
"id": "1",
|
|||
|
|
"content": "创建产品定义相关数据库表(products, product_yarn_ratios, fabric_batches)",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "2",
|
|||
|
|
"content": "更新仓库管理页为三级菜单结构",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "3",
|
|||
|
|
"content": "实现产品管理功能(列表、新建、编辑)",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "4",
|
|||
|
|
"content": "实现原坯布入库功能(关联产品、记录批号和时间戳)",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "5",
|
|||
|
|
"content": "更新路由配置",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "medium"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "6",
|
|||
|
|
"content": "运行测试验证",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "medium"
|
|||
|
|
}
|
|||
|
|
]
|