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/stock/changePallet.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/pages/stock/changePallet.vue b/pages/stock/changePallet.vue
index 6f4a45e..ab0c436 100644
--- a/pages/stock/changePallet.vue
+++ b/pages/stock/changePallet.vue
@@ -135,7 +135,6 @@
},
data: {barcode:that.barcode},
success(res) {
- console.log(res);
res = res.data
if(res.code===200) {
that.dataList = res.data
--
Gitblit v1.9.1