From f283ee33003c536317dc3904ad303c9c75271f48 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期六, 07 三月 2026 09:52:46 +0800
Subject: [PATCH] no message

---
 pages/AGV/CollectionPakin.vue |    5 ++---
 pages/AGV/CacheInCall.vue     |    3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/AGV/CacheInCall.vue b/pages/AGV/CacheInCall.vue
index 31b5a4b..c528b34 100644
--- a/pages/AGV/CacheInCall.vue
+++ b/pages/AGV/CacheInCall.vue
@@ -289,7 +289,8 @@
 					url: that.baseUrl + '/mobile/cache/agv/call',
 					data: JSON.stringify({
 						orgSite: that.orgSite,
-						barcode: that.barcode
+						barcode: that.barcode,
+						isNewIn: that.checkbox2
 						// tarSite: that.tarSite						
 					}),
 					method: 'POST',
diff --git a/pages/AGV/CollectionPakin.vue b/pages/AGV/CollectionPakin.vue
index fa04e86..8243da9 100644
--- a/pages/AGV/CollectionPakin.vue
+++ b/pages/AGV/CollectionPakin.vue
@@ -213,8 +213,8 @@
 					this.resetFocus('tarBarcodeFocus')
 				}, 200)
 				
-				this.findMat()
-				// this.search()
+				// this.findMat()
+				this.search()
 			},
 			search() {
 				let that = this
@@ -504,7 +504,6 @@
 					success: (result) => {
 						const res = result.data
 						if (res.code === 200) {
-							that.clearAll()
 							that.showMessage(res.msg, 'success')
 							// this.showMessage('缁勬墭鎴愬姛')
 							// // 鎾斁鎴愬姛鎻愮ず闊�

--
Gitblit v1.9.1