From a41bb2a835f9420cc41eed21c9c1f77897077722 Mon Sep 17 00:00:00 2001
From: tzy <1042411602@qq.com>
Date: Fri, 7 Aug 2026 15:06:23 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=9B=9E=E7=94=98=E7=89=B9=E5=9B=BE?=
=?UTF-8?q?=E6=8E=92=E4=BA=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.ts | 14 ++++++++++++++
.../components/SplitProcessDialog.vue | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index da9b3f5..cc04e52 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -215,6 +215,20 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/views/biz/device/board.vue'),
meta: { title: '设备状态监控', icon: 'PulseOutline' }
},
+ // 入库管理
+ {
+ path: 'biz/stockIn',
+ name: 'BizStockIn',
+ component: () => import('@/views/biz/stockIn/index.vue'),
+ meta: { title: '入库管理', icon: 'ArchiveOutline' }
+ },
+ // 甘特图排产
+ {
+ path: 'biz/orderProject/gantt',
+ name: 'BizOrderProjectGantt',
+ component: () => import('@/views/biz/orderProject/components/GanttSchedule.vue'),
+ meta: { title: '甘特图排产', icon: 'CalendarOutline' }
+ },
// 开发工具
{
path: 'tool/gen',
diff --git a/src/views/biz/orderProcessPlan/components/SplitProcessDialog.vue b/src/views/biz/orderProcessPlan/components/SplitProcessDialog.vue
index bc3f73c..e35dc05 100644
--- a/src/views/biz/orderProcessPlan/components/SplitProcessDialog.vue
+++ b/src/views/biz/orderProcessPlan/components/SplitProcessDialog.vue
@@ -105,7 +105,7 @@
>