From dcc306696bd702d2b5092729d8dcf41e308a9251 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 24 十一月 2025 16:23:10 +0800
Subject: [PATCH] 1.委外出库新增防抖
---
H5/Js/Wwck.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/H5/Js/Wwck.js b/H5/Js/Wwck.js
index db46771..6dc51ef 100644
--- a/H5/Js/Wwck.js
+++ b/H5/Js/Wwck.js
@@ -131,6 +131,9 @@
//鎵爜
getScan() {
var that = this;
+ if (this.isLoading) {
+ return;
+ }
if (that.modeInfo.daa001.length <= 0) {
that.$toast.fail("濮斿宸ュ崟涓嶈兘涓虹┖锛�");
return;
@@ -173,6 +176,9 @@
},
//鎷嗗垎
getChaiFen() {
+ if (this.isLoading) {
+ return;
+ }
var that = this;
if (that.modeInfo.daa001.length <= 0) {
that.$toast.fail("濮斿宸ュ崟鍙蜂笉鑳戒负绌猴紒");
--
Gitblit v1.9.3