From bb78eba9be59bc1c5dee027161b97bf6a7a021af Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期三, 03 九月 2025 09:42:05 +0800 Subject: [PATCH] 1.新增agv组托入库和组托并补空托盘 2.新增agv搬运任务 3.新增agv补空托盘功能 --- pages/home/home.vue | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index cf7459f..74054dc 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -31,6 +31,13 @@ cuIcon: 'pullup', url: '/pakin/pakin' }, + { + title: 'AGV缁勬墭鍏ュ簱', + name: 'AGVPakin', + color: 'cyan', + cuIcon: 'pullup', + url: '/AGV/AGVPakin' + }, // { // title: '鍐嶆鎷f枡', // name: 'changePallet', @@ -38,13 +45,13 @@ // cuIcon: 'order', // url: '/pakin/pickAgain' // }, - { - title: '璁㈠崟鍏ュ簱', - name: 'orderPakin', - color: 'red', - cuIcon: 'pullup', - url: '/order/orderPakin' - }, + // { + // title: '璁㈠崟鍏ュ簱', + // name: 'orderPakin', + // color: 'red', + // cuIcon: 'pullup', + // url: '/order/orderPakin' + // }, { title: 'AGV绉诲姩浠诲姟', name: 'AGVStart', @@ -52,6 +59,13 @@ cuIcon: 'order', url: '/AGV/AGVStart' }, + { + title: '琛ョ┖鎵樼洏', + name: 'AGVFillEmptyPallets', + color: 'green', + cuIcon: 'order', + url: '/AGV/AGVkongban' + }, // { // title: 'AGV鍛煎彨绌烘墭鐩�', // name: 'AGVkongban', -- Gitblit v1.9.1