From e1d24d932247e443a8893d8ebe85315fea5a5018 Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期二, 26 八月 2025 13:14:11 +0800
Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~kyy/LW_PdaClient

---
 H5/Js/PurchaseInventory.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/H5/Js/PurchaseInventory.js b/H5/Js/PurchaseInventory.js
index 615bf63..10780cb 100644
--- a/H5/Js/PurchaseInventory.js
+++ b/H5/Js/PurchaseInventory.js
@@ -70,6 +70,7 @@
                     var json = res;
                     if (json.status == 0) {
                         that.depotData = json.data.tbBillList;
+                        that.$playSound('success');
                         that.$refs.barcode.focus();
                     }
                     else {

--
Gitblit v1.9.3