feat: initialize inventory profit and loss adjustment module
This commit is contained in:
@ -99,6 +99,13 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'InventoryStocktake',
|
||||
component: () => import('@/views/stock/stocktake/index.vue'),
|
||||
meta: { title: '库存盘点' }
|
||||
},
|
||||
// ★ [新增] 盘盈盘亏管理页面
|
||||
{
|
||||
path: 'adjustment',
|
||||
name: 'StockAdjustment',
|
||||
component: () => import('@/views/stock/adjustment/index.vue'),
|
||||
meta: { title: '盘盈盘亏管理' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user