引入WMS仓储主数据与关系管理全流程能力
后端实现基于EF Core的库区/库位/容器/物料/关系/历史等模型、服务与RESTful接口,支持多数据库Provider。前端新增类型、API与聚合页面,支持主数据及容器位置/物料关系的增删改查、绑定/解绑、装料/卸料、历史追溯。完善权限、菜单与文档,平台具备完整WMS能力。
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"section": "auth",
|
||||
"version": 1,
|
||||
"updatedAt": "2026-06-08T09:43:37.4979022+00:00",
|
||||
"payload": {
|
||||
"roles": [
|
||||
{
|
||||
"id": "role-admin",
|
||||
"name": "\u7BA1\u7406\u5458",
|
||||
"scope": "Platform",
|
||||
"permissions": [
|
||||
"*"
|
||||
],
|
||||
"widgetGrants": []
|
||||
},
|
||||
{
|
||||
"id": "role-ops",
|
||||
"name": "\u8FD0\u8425",
|
||||
"scope": "RCSMonitor",
|
||||
"permissions": [
|
||||
"ops.car.pause",
|
||||
"ops.car.resume",
|
||||
"ops.car.gohome",
|
||||
"ops.task.pause",
|
||||
"ops.task.cancel",
|
||||
"ops.task.reassign",
|
||||
"ops.task.boostPriority",
|
||||
"monitor.note.write"
|
||||
],
|
||||
"widgetGrants": [
|
||||
{
|
||||
"widgetId": "MapEditor",
|
||||
"visibility": "readonly"
|
||||
},
|
||||
{
|
||||
"widgetId": "CadToolbar",
|
||||
"visibility": "hidden"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"users": [
|
||||
{
|
||||
"id": "u-admin",
|
||||
"username": "admin",
|
||||
"roles": [
|
||||
"role-admin"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "u-ops",
|
||||
"username": "ops",
|
||||
"roles": [
|
||||
"role-ops"
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user