From a6a81f01e4c17f8f4d60a17f02c793ab722cabed Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 17 十月 2025 08:42:21 +0800
Subject: [PATCH] 1.修改agv组托入库 2.新增物料下架,呼叫agv取空托盘
---
pages/home/home.vue | 39 ++++++++++++++++++++++++++-------------
1 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 1f9f2c9..002a28f 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -38,26 +38,39 @@
// cuIcon: 'order',
// url: '/pakin/pickAgain'
// },
+ {
+ title: '璁㈠崟鍏ュ簱',
+ name: 'orderPakin',
+ color: 'red',
+ cuIcon: 'pullup',
+ url: '/order/orderPakin'
+ },
+ {
+ title: 'AGV绉诲姩浠诲姟',
+ name: 'AGVStart',
+ color: 'green',
+ cuIcon: 'order',
+ url: '/AGV/AGVStart'
+ },{
+ title: '鍑哄簱瑙g粦',
+ name: 'outConfilm1',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/pakin/outConfilm1'
+ },
// {
- // title: '璁㈠崟鍏ュ簱',
- // name: 'orderPakin',
- // color: 'red',
- // cuIcon: 'pullup',
- // url: '/order/orderPakin'
- // },
- // {
- // title: '閿�鍞崟鍏ュ簱',
- // name: 'orderIn',
+ // title: 'AGV鍛煎彨绌烘墭鐩�',
+ // name: 'AGVkongban',
// color: 'blue',
// cuIcon: 'pullup',
- // url: '/order/orderIn'
+ // url: '/AGV/AGVkongban'
// },
// {
- // title: 'Bom鍏ュ簱鍗�',
- // name: 'orderBomPakin',
+ // title: '鍑哄簱纭',
+ // name: 'outConfilm',
// color: 'red',
// cuIcon: 'pullup',
- // url: '/order/orderBomPakin'
+ // url: '/pakin/outConfilm'
// },
// {
// title: '缁勬墭涓婃灦',
--
Gitblit v1.9.1