From d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 18 十月 2025 15:04:56 +0800
Subject: [PATCH] 前端,pda,后端接口更改,新增,优化

---
 WMS/WIDESEA_WMSClient/src/router/viewGird.js |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index 7d799df..0d66c41 100644
--- a/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -15,7 +15,11 @@
     name: 'permission',
     component: () => import('@/views/system/Permission.vue')
   },
-
+  {
+    path: '/permissionPDA',
+    name: 'permissionPDA',
+    component: () => import('@/views/system/PermissionPDA.vue')
+  },
   {
     path: '/Sys_Dictionary',
     name: 'Sys_Dictionary',
@@ -45,7 +49,7 @@
     path: '/materielInfo',
     name: 'materielInfo',
     component: () => import('@/views/basic/materielInfo.vue')
-  }, 
+  },
   {
     path: '/cachePoint',
     name: 'cachePoint',
@@ -91,23 +95,35 @@
     path: '/task',
     name: 'task',
     component: () => import('@/views/taskinfo/task.vue')
-  }, 
+  },
   {
     path: '/task_hty',
     name: 'task_hty',
     component: () => import('@/views/taskinfo/task_hty.vue')
-  },{
+  }, {
     path: '/stockView',
     name: 'stockView',
     component: () => import('@/views/stock/stockView.vue')
-  },{
+  }, {
     path: '/StockQuantityChangeRecord',
     name: 'StockQuantityChangeRecord',
     component: () => import('@/views/record/stockQuantityChangeRecord.vue')
-  },{
+  }, {
     path: '/locationStatusChangeRecord',
     name: 'locationStatusChangeRecord',
     component: () => import('@/views/record/locationStatusChangeRecord.vue')
+  }, {
+    path: '/palletTypeInfo',
+    name: 'palletTypeInfo',
+    component: () => import('@/views/basic/palletTypeInfo.vue')
+  }, {
+    path: '/returnOrder',
+    name: 'returnOrder',
+    component: () => import('@/views/inbound/returnOrder.vue')
+  }, {
+    path: '/takeStockOrder',
+    name: 'takeStockOrder',
+    component: () => import('@/views/inbound/takeStockOrder.vue')
   }]
 
 export default viewgird

--
Gitblit v1.9.3