From e7e65571bd75e7f8aa20ee2e151e77af824fabc0 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 01 九月 2025 09:52:56 +0800
Subject: [PATCH] 添加 条码已存在时 计算 条码数量和每箱数量
---
components/blueToothConnector/blueToothConnector.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/components/blueToothConnector/blueToothConnector.vue b/components/blueToothConnector/blueToothConnector.vue
index d642203..ce6052b 100644
--- a/components/blueToothConnector/blueToothConnector.vue
+++ b/components/blueToothConnector/blueToothConnector.vue
@@ -202,14 +202,12 @@
})
// console.log("msg: " + cmd);
let toast = (msg) => {
+ uni.hideLoading()
uni.showToast({
icon: 'none',
title: msg,
duration: 2000
})
- setTimeout(() => {
- uni.hideLoading()
- }, 3000)
}
let that = this
return new Promise((resolve, reject) => {
--
Gitblit v1.9.1