From 171e6dc39bb085184c0e0989b7b37b129c59e6ac Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 16 七月 2025 22:38:10 +0800
Subject: [PATCH] 1.样本值修改

---
 H5/Js/Scbl.js |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/H5/Js/Scbl.js b/H5/Js/Scbl.js
index cbfdb80..b4d5fa7 100644
--- a/H5/Js/Scbl.js
+++ b/H5/Js/Scbl.js
@@ -109,7 +109,11 @@
                 });
         },
         getBarcode() {
-
+            // 娣诲姞闃叉姈鍒ゆ柇
+            if (this.isLoading) {
+                return;
+            }
+            
             //this.barcode = value;
 
             var that = this;
@@ -235,12 +239,16 @@
                     var json = res;
                     if (json.status == 0) {
                         that.ItemBlDetail = json.data.pendingList;
-                        that.$notify({ type: 'success', message: '鎵弿鎴愬姛' });
-                        that.$refs.barcode.focus();
                         that.barcode = "";
                         that.num = "";
                         that.splitNum = "";
+                        that.$notify({ type: 'success', message: json.message });
+                        that.$playSound('success');
                         that.GetMesItemBlDetailByBillNo();
+                        //that.sendMessage(json.data.tbBillList);
+                        that.sendPrintMessage(json.data.tbBillList);
+
+                        that.$refs.barcode.focus();
                     }
                     else {
                         that.$toast.fail(json.message);

--
Gitblit v1.9.3