diff --git a/src/router/index.ts b/src/router/index.ts index 8347676..d11005d 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: 'biz/permissionConfig', 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 @@ > 金蝶工艺路线 - 工序表组装 + 创建新工艺路线 @@ -163,7 +163,7 @@
- 按新增工艺路线方式逐行维护;说明为空时默认用工序名称 + 新增工艺路线方;说明为空时默认用工序名称 + 添加工序