feat: 新增 Odoo 风格物料管理视图及相关路由,优化成品入库逻辑

This commit is contained in:
DXC
2026-06-05 15:35:43 +08:00
parent afe0f25415
commit 907c083107
3 changed files with 1558 additions and 1 deletions

View File

@ -50,6 +50,12 @@ const routes: Array<RouteRecordRaw> = [
name: 'MaterialBase',
component: () => import('@/views/material/list.vue'),
meta: { title: '基础信息', icon: 'Box' }
},
{
path: 'buyOdoo',
name: 'BuyOdoo',
component: () => import('@/views/material/buyOdoo.vue'),
meta: { title: '物料管理(Odoo式)', icon: 'Grid' }
}
]
},