From 83e56c7bdc80df9e01e5d485b6c9052c18764bbd Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 06 二月 2026 21:08:55 +0800
Subject: [PATCH] 解决 err 未定义问题
---
pages/Kf_MoveStockStepOutBill_CusBar/Kf_MoveStockStepOutBill_CusBar_APP.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/pages/Kf_MoveStockStepOutBill_CusBar/Kf_MoveStockStepOutBill_CusBar_APP.vue b/pages/Kf_MoveStockStepOutBill_CusBar/Kf_MoveStockStepOutBill_CusBar_APP.vue
index 5b3c657..27c2626 100644
--- a/pages/Kf_MoveStockStepOutBill_CusBar/Kf_MoveStockStepOutBill_CusBar_APP.vue
+++ b/pages/Kf_MoveStockStepOutBill_CusBar/Kf_MoveStockStepOutBill_CusBar_APP.vue
@@ -1524,7 +1524,6 @@
} catch (err) {
CommonUtils.playSound(0)
// this.refreshBarCodeState()
- console.log(err);
uni.showToast({
title: '鎺ュ彛璇锋眰澶辫触: ' + err,
icon: 'none'
@@ -1716,7 +1715,6 @@
this.getBarCodeJson(sBarCode, sBarCodePrefix)
} else {
CommonUtils.playSound(0)
- console.log(err);
CommonUtils.showTips({
title: "娓╅Θ鎻愮ず",
message: '鎺ュ彛璇锋眰澶辫触: ' + Message
--
Gitblit v1.9.1