From 1ff3526312e320509b2522a0295e95169fafcd8f Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期二, 16 九月 2025 15:57:01 +0800
Subject: [PATCH] 修改config
---
H5/Js/PurchaseReturn.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/H5/Js/PurchaseReturn.js b/H5/Js/PurchaseReturn.js
index 231d56e..1045ce2 100644
--- a/H5/Js/PurchaseReturn.js
+++ b/H5/Js/PurchaseReturn.js
@@ -55,6 +55,7 @@
var json = res;
if (json.status == 0) {
that.itemOutNoList = json.data.tbBillList;
+ that.$playSound('success');
that.itemOutNoStr = that.itemOutNoList.map(s => {
return { name: s.billNo }
});
@@ -133,6 +134,7 @@
if (json.status == 0) {
that.ItemDetail = json.data.tbBillList;
that.$refs.barcode.focus();
+ that.$playSound('success');
}
else {
that.$playSound('error');
--
Gitblit v1.9.3