From 07b532a6a6adf0a9d965b037cf98c1f98accd138 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 07 十一月 2025 20:11:09 +0800
Subject: [PATCH] 优化出入退货代码

---
 新建文件夹/WMS/src/router/viewGird.js |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 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 1ba701c..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"
@@ -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