From 98dc492f262d87e93a80f1ef2d65e7d5c121f002 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 21 十月 2023 17:10:58 +0800
Subject: [PATCH] #

---
 pages/tzsk/AGV/AGVPakin.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/pages/tzsk/AGV/AGVPakin.vue b/pages/tzsk/AGV/AGVPakin.vue
index 4fd6b47..8966f7b 100644
--- a/pages/tzsk/AGV/AGVPakin.vue
+++ b/pages/tzsk/AGV/AGVPakin.vue
@@ -233,6 +233,7 @@
 					},
 					success(res) {
 						res = res.data
+						console.log(res);
 						if (res.code === 200) {
 							if(res.data && res.data[0].combMats) {
 								for (let i = 0; i < res.data[0].combMats.length; i++) {
@@ -243,11 +244,11 @@
 									that.barcodeFocus = true
 								}, 10);
 							} else {
-								uni.showToast({
-									title: that.orderNo + '璇锋鏌ヨ鍗曞彿鏄惁姝g‘',
-									icon: "none",
-									position: 'top'
-								})
+								// uni.showToast({
+								// 	title: that.orderNo + '璇锋鏌ヨ鍗曞彿鏄惁姝g‘',
+								// 	icon: "none",
+								// 	position: 'top'
+								// })
 							}
 						} else if (res.code == 403) {
 							uni.showToast({
@@ -525,7 +526,10 @@
 					success(result) {
 						var res = result.data
 						if (res.code === 200) {
-							that.resst();
+							that.dataList = []
+							that.findOrder()
+							// that.resst();
+							that.barcode = ''
 							that.messageText = "缁勬墭鎴愬姛"
 							that.messageToggle('success')
 							const innerAudioContext = uni.createInnerAudioContext();

--
Gitblit v1.9.1