From 6373c12e97dc5d52ad87271d1adb6743b0052607 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 26 八月 2026 17:18:47 +0800
Subject: [PATCH] feat(erp): 采购来票选单过滤已开完票订单并修正未开票金额口径
---
src/router/routes/modules/mes.ts | 37 ++++++++++---------------------------
1 files changed, 10 insertions(+), 27 deletions(-)
diff --git a/src/router/routes/modules/mes.ts b/src/router/routes/modules/mes.ts
index 91aec0a..54d4328 100644
--- a/src/router/routes/modules/mes.ts
+++ b/src/router/routes/modules/mes.ts
@@ -12,33 +12,6 @@
},
children: [
{
- path: 'wm/warehouse/location',
- name: 'MesWmLocation',
- meta: {
- title: '搴撳尯璁剧疆',
- activePath: '/mes/wm/warehouse',
- },
- component: () => import('#/views/mes/wm/warehouse/location/index.vue'),
- },
- {
- path: 'wm/warehouse/area',
- name: 'MesWmArea',
- meta: {
- title: '搴撲綅璁剧疆',
- activePath: '/mes/wm/warehouse',
- },
- component: () => import('#/views/mes/wm/warehouse/area/index.vue'),
- },
- {
- path: 'wm/barcode/config',
- name: 'MesWmBarcodeConfig',
- meta: {
- title: '鏉$爜閰嶇疆',
- activePath: '/mes/wm/barcode',
- },
- component: () => import('#/views/mes/wm/barcode/config/index.vue'),
- },
- {
path: 'pro/task/gantt-edit',
name: 'MesProTaskGanttEdit',
meta: {
@@ -56,6 +29,16 @@
},
component: () => import('#/views/mes/pd/project/detail/index.vue'),
},
+ {
+ path: 'pro/feedback/detail/:id',
+ name: 'MesProFeedbackDetail',
+ meta: {
+ title: '鐢熶骇鎶ュ伐璇︽儏',
+ activePath: '/mes/pro/feedback',
+ },
+ props: true,
+ component: () => import('#/views/mes/pro/feedback/detail/index.vue'),
+ },
],
},
];
--
Gitblit v1.9.3