feat: 新增 Odoo 风格物料管理视图及相关路由,优化成品入库逻辑
This commit is contained in:
@ -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' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user