From 27a3bb4a82b15165b67dbd515921391820c397de Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 10 十月 2025 14:36:47 +0800
Subject: [PATCH] 采购入库校验和生产领料校验测试,添加送货模块

---
 utils/common.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/utils/common.js b/utils/common.js
index 3139020..71805ba 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -302,6 +302,7 @@
 
     // uni-app 鎾斁闊抽灏佽
     playSound(e) {
+		console.log(e);
         const innerAudioContext = uni.createInnerAudioContext();
         if (e == 1) {
             innerAudioContext.src = '/static/success.wav';

--
Gitblit v1.9.1