From 4c0ba269c0d38ab9743659292fcc8cdb1e6a5da7 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 17 十二月 2025 16:45:55 +0800
Subject: [PATCH] scllhb修改

---
 H5/Js/Scllhb.js |    8 ++++----
 H5/Scllhb.aspx  |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/H5/Js/Scllhb.js b/H5/Js/Scllhb.js
index 597336d..882e16d 100644
--- a/H5/Js/Scllhb.js
+++ b/H5/Js/Scllhb.js
@@ -78,7 +78,7 @@
 
             var that = this;
             if (that.modeInfo.daa001.length <= 0) {
-                that.$toast.fail("姹囨姤鍗曞彿涓嶈兘涓虹┖锛�");
+                that.$toast.fail("鍚堝苟鍗曞彿涓嶈兘涓虹┖锛�");
                 that.$playSound('error');
                 return;
             }
@@ -134,7 +134,7 @@
 
             var that = this;
             if (that.modeInfo.daa001.length <= 0) {
-                that.$toast.fail("宸ュ崟鍗曞彿涓嶈兘涓虹┖锛�");
+                that.$toast.fail("鍚堝苟鍗曞彿涓嶈兘涓虹┖锛�");
                 that.$playSound('error');
                 return;
             }
@@ -159,7 +159,7 @@
             //}
 
             that.isLoading = true;
-            that.AxiosHttp("post", 'Womdaa/ScanCodeCF', {
+            that.AxiosHttp("post", 'Womdaahb/ScanCodeCF', {
                 hbNo: that.modeInfo.daa001,
                 userName: that.userInfo.loginAccount,
                 barcode: that.scanInfo.barcode,
@@ -175,7 +175,7 @@
                         that.$notify({ type: 'success', message: json.message });
                         that.$playSound('success');
 
-                        //that.sendMessage(json.data.tbBillList);
+                        that.sendMessage(json.data.tbBillList);
 
                         that.$refs.barcode.focus();
                         that.getModel();
diff --git a/H5/Scllhb.aspx b/H5/Scllhb.aspx
index d0f6e62..103ae2e 100644
--- a/H5/Scllhb.aspx
+++ b/H5/Scllhb.aspx
@@ -133,5 +133,5 @@
 </asp:Content>
 
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
-    <script src="Js/Scllhb.js?<%=1234 %>"></script>
+    <script src="Js/Scllhb.js?<%=1235 %>"></script>
 </asp:Content>
\ No newline at end of file

--
Gitblit v1.9.3