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/pakin/pakin.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue index 3c5544a..b76dab8 100644 --- a/pages/pakin/pakin.vue +++ b/pages/pakin/pakin.vue @@ -216,7 +216,6 @@ this.staNoFocus = false; setTimeout(() => { this.matnr = ''; - this.staNo = ''; this.staNoFocus = true; }, 100); }, @@ -312,8 +311,6 @@ that.findMat(that.matnr) }, }, - - }); that.matnr = '' }, @@ -479,6 +476,7 @@ resst() { this.dataList = [] this.barcode = '' + this.staNo = '' this.barcodeFocuss() }, } -- Gitblit v1.9.1