修改服务权益和入库记录排序
This commit is contained in:
@ -67,6 +67,13 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import('@/views/stock/inbound/product.vue'),
|
||||
meta: { title: '成品' }
|
||||
},
|
||||
|
||||
{
|
||||
path: 'service',
|
||||
name: 'InventoryService',
|
||||
component: () => import('@/views/stock/inbound/service.vue'),
|
||||
meta: { title: '服务权益' }
|
||||
},
|
||||
// [原有] 入库记录整合
|
||||
{
|
||||
path: 'summary',
|
||||
@ -74,12 +81,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import('@/views/stock/inbound/inbound_summary.vue'),
|
||||
meta: { title: '入库记录' }
|
||||
},
|
||||
{
|
||||
path: 'service',
|
||||
name: 'InventoryService',
|
||||
component: () => import('@/views/stock/inbound/service.vue'),
|
||||
meta: { title: '服务权益' }
|
||||
},
|
||||
// ★ [新增] 库存盘点页面 (查库/消除)
|
||||
{
|
||||
path: 'stocktake',
|
||||
|
||||
Reference in New Issue
Block a user