From 0dfcb8bfb508cbe160071509a0ee71a327e5207f Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期三, 29 六月 2022 08:18:06 +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