diff --git a/inventory-web/src/router/index.ts b/inventory-web/src/router/index.ts index 4edb5b5..4da7b88 100644 --- a/inventory-web/src/router/index.ts +++ b/inventory-web/src/router/index.ts @@ -67,6 +67,13 @@ const routes: Array = [ 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 = [ 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',