From dffa11e06d89ad2a3c6c186fd74033c83c32179f Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期日, 28 九月 2025 17:00:20 +0800
Subject: [PATCH] 模块添加 仓库扫码/仓位扫码 添加小卫电器扫物料码获取对应单据信息 模块
---
utils/common.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/utils/common.js b/utils/common.js
index 43c3331..3139020 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -246,7 +246,7 @@
})
}
- doRequest2({url, data, resFunction, errFunction, method, that}){
+ doRequest2({url, data, resFunction, errFunction,method, that}){
that = that || this;
let errorTip = null;
uni.showLoading({
@@ -284,6 +284,7 @@
},
complete: () => {
+
setTimeout(() => {
uni.hideLoading()
if (errorTip != null) {
--
Gitblit v1.9.1