From f8e9165bc023a1e7391dc1472040e1048acc2d42 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 21 五月 2024 08:37:23 +0800
Subject: [PATCH] #

---
 pages/pakin/pakin.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index a3625b9..450ed25 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -223,18 +223,18 @@
 				}, 200)
 			},
 			asBarcodeInput() {
-				this.asBarcode = this.asBarcode.replace(/\s+/g, '')
+				// this.asBarcode = this.asBarcode.replace(/\s+/g, '')
 				setTimeout(() => {
-					var len = this.asBarcode.length
-					if (len != 12) {
-						uni.showToast({
-							title: 'AS400鏈夎璇烽噸璇�',
-							icon: "none",
-							position: 'top'
-						});
-						this.asBarcodeFocuss()
-						return;
-					}
+					// var len = this.asBarcode.length
+					// if (len != 12) {
+					// 	uni.showToast({
+					// 		title: 'AS400鏈夎璇烽噸璇�',
+					// 		icon: "none",
+					// 		position: 'top'
+					// 	});
+					// 	this.asBarcodeFocuss()
+					// 	return;
+					// }
 					this.focuss()
 				}, 200)
 			},

--
Gitblit v1.9.1