修改服务权益和入库记录排序

This commit is contained in:
dxc
2026-02-10 10:02:47 +08:00
parent 2d0593078b
commit 1edd9a95c6

View File

@ -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',