From ad1e4e950a4e961a41344e5847d47f91dabd0c29 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 08 十二月 2025 15:58:22 +0800
Subject: [PATCH] Merge branch 'jsxswms-app' of http://47.97.1.152:5880/r/wms_app into jsxswms-app

---
 pages/home/home.vue |   55 ++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 38 insertions(+), 17 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index ca83f2e..480914a 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -24,13 +24,13 @@
 				icon: '',
 				elements: [],
 				elements2: [
-					{
-						title: '缁勬墭',
-						name: 'pakin',
-						color: 'cyan',
-						cuIcon: 'pullup',
-						url: '/pakin/pakin'
-					},
+					// {
+					// 	title: '缁勬墭',
+					// 	name: 'pakin',
+					// 	color: 'cyan',
+					// 	cuIcon: 'pullup',
+					// 	url: '/pakin/pakin'
+					// },
 					// {
 					// 	title: '璁㈠崟鍏ュ簱',
 					// 	name: 'orderPakin',
@@ -61,18 +61,39 @@
 					// 	url: '/pingku/POrderListOut'
 					// },
 					{
-						title: 'Agv缁勬墭',
-						name: 'AGVPakin',
+						title: '缂撳啿鍖虹粍鎵�',
+						name: 'AgvPakin',
 						color: 'cyan',
 						cuIcon: 'order',
-						url: '/AGV/AGVPakin'
+						url: '/AGV/CachePakin'
 					},
 					{
-						title: '鍛煎彨Agv',
-						name: 'AGVStart',
+						title: '缂撳啿鍖哄叆搴�',
+						name: 'AgvIn',
+						color: 'green',
+						cuIcon: 'pullup',
+						url: '/AGV/CacheInCall'
+					},
+					{
+						title: '缂撳啿鍖哄嚭搴�',
+						name: 'AgvOut',
+						color: 'red',
+						cuIcon: 'pulldown',
+						url: '/AGV/AGVOutCall'
+					},
+					{
+						title: '缂撳啿鍖哄嚭搴�',
+						name: 'PakinIn',
+						color: 'red',
+						cuIcon: 'pulldown',
+						url: '/pakin/PakinBind'
+					},
+					{
+						title: '鐩樼偣',
+						name: 'Check',
 						color: 'green',
 						cuIcon: 'order',
-						url: '/AGV/AGVStart'
+						url: '/check/check'
 					},
 					// {
 					// 	title: 'Agv鍌ㄤ綅瑙g粦',
@@ -169,9 +190,9 @@
 					// },
 					{
 						title: '閫�鍑虹櫥褰�',
-						name: 'logOut',
+						name: '',
 						color: 'grey',
-						cuIcon: 'exit',
+						cuIcon: '',
 						url: '/login/logOut'
 					},
 
@@ -215,9 +236,9 @@
 							}
 							that.elements.push({
 								title: '閫�鍑虹櫥褰�',
-								name: 'logOut',
+								name: '',
 								color: 'grey',
-								cuIcon: 'exit',
+								cuIcon: '',
 								url: '/login/logOut'
 							})
 						} else if (res.code === 403) {

--
Gitblit v1.9.1