From 33314bc2517222c078fddb5d85b30f8abb9f7ae1 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期六, 01 十一月 2025 19:54:06 +0800
Subject: [PATCH] 优化前端时间

---
 新建文件夹/WMS/src/router/viewGird.js |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/router/viewGird.js" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/router/viewGird.js"
index 3ade06d..7376e62 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/router/viewGird.js"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/router/viewGird.js"
@@ -82,14 +82,14 @@
     name: 'stockInfoDetail',
     component: () => import('@/views/stock/stockInfoDetail.vue')
   }, {
-    path: '/task',
-    name: 'task',
-    component: () => import('@/views/taskinfo/task.vue')
+    path: '/Dt_SupplyTask',
+    name: 'Dt_SupplyTask',
+    component: () => import('@/views/taskinfo/Dt_SupplyTask.vue')
   },
   {
-    path: '/task_hty',
-    name: 'task_hty',
-    component: () => import('@/views/taskinfo/task_hty.vue')
+    path: '/Dt_SupplyTask_Hty',
+    name: 'Dt_SupplyTask_Hty',
+    component: () => import('@/views/taskinfo/Dt_SupplyTask_Hty.vue')
   }, {
     path: '/stockView',
     name: 'stockView',
@@ -206,6 +206,31 @@
     name: 'Dt_Inventory_Batch',
     component: () => import('@/views/stock/Dt_Inventory_Batch.vue')
   },
+    {
+    path: '/Dt_Incoming',
+    name: 'Incoming',
+    component: () => import('@/views/outbound/Incoming.vue')
+  },
+  {
+     path: '/Dt_Container',
+      name: 'Container',
+      component: () => import('@/views/Alarm/Container.vue')
+  },
+   {
+     path: '/Dt_EquipmentAlarmInfor',
+      name: 'EquipmentAlarmInfor',
+      component: () => import('@/views/Alarm/EquipmentAlarmInfor.vue')
+  },
+  {
+    path:'/MessageInfo',
+    name:'MessageInfo',
+    component:()=>import('@/views/Alarm/MessageInfo.vue') 
+  },
+   {
+    path:'/MessageInfo_Hty',
+    name:'MessageInfo_Hty',
+    component:()=>import('@/views/Alarm/MessageInfo_Hty.vue') 
+  }
 ]
 
 export default viewgird

--
Gitblit v1.9.3