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 | 48 +++++++++++++++++++++++++++++++-----------------
1 files changed, 31 insertions(+), 17 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 1d1b162..480914a 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -61,26 +61,40 @@
// url: '/pingku/POrderListOut'
// },
{
- title: 'Agv缁勬墭',
- name: 'AGVPakin',
+ title: '缂撳啿鍖虹粍鎵�',
+ name: 'AgvPakin',
color: 'cyan',
cuIcon: 'order',
- url: '/AGV/AGVPakin'
+ url: '/AGV/CachePakin'
},
{
- title: 'Agv鍏ュ簱',
- name: 'AGVMoveCall',
+ title: '缂撳啿鍖哄叆搴�',
+ name: 'AgvIn',
color: 'green',
cuIcon: 'pullup',
- url: '/AGV/AGVMoveCall'
+ url: '/AGV/CacheInCall'
},
- // {
- // title: '鍛煎彨Agv',
- // name: 'AGVStart',
- // color: 'green',
- // cuIcon: 'order',
- // url: '/AGV/AGVStart'
- // },
+ {
+ 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: '/check/check'
+ },
// {
// title: 'Agv鍌ㄤ綅瑙g粦',
// name: 'AGVUnbind',
@@ -176,9 +190,9 @@
// },
{
title: '閫�鍑虹櫥褰�',
- name: 'logOut',
+ name: '',
color: 'grey',
- cuIcon: 'exit',
+ cuIcon: '',
url: '/login/logOut'
},
@@ -222,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