From c4260b81ccc5eae541c2246ff275c47e9a95d527 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 06 七月 2022 11:05:20 +0800
Subject: [PATCH] #

---
 pages/basics/checkout.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/pages/basics/checkout.vue b/pages/basics/checkout.vue
index 32ecde1..d78860f 100644
--- a/pages/basics/checkout.vue
+++ b/pages/basics/checkout.vue
@@ -109,11 +109,12 @@
 		},
 		methods: {
 			huanghang() {
-					this.focus = false;
-					this.$nextTick(function() {
-						this.focus = true;
-					});
-					this.matnr = ''
+				this.matnr = ''
+				this.focus = false;
+				this.$nextTick(function() {
+					this.focus = true;
+				});
+					
 			},
 			messageToggle(type) {
 				this.msgType = type
@@ -130,6 +131,7 @@
 				this.matList = []
 				this.barcode = ''
 				this.matnr = ''
+				this.matCount = ''
 				uni.vibrateShort();
 			},
 			removeBarcode() {

--
Gitblit v1.9.1