From 150fe16fbe2d38aa40ccfb9860b06d92898cea2b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 20 一月 2026 17:05:54 +0800
Subject: [PATCH] 设备运行 状态 功能按键 完善 开机 停机 点检记录 故障登记 履历 工艺 按钮点击功能

---
 components/BarCodePopup/BarCodePopup.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/components/BarCodePopup/BarCodePopup.vue b/components/BarCodePopup/BarCodePopup.vue
index 09fe05e..5fbe6bb 100644
--- a/components/BarCodePopup/BarCodePopup.vue
+++ b/components/BarCodePopup/BarCodePopup.vue
@@ -28,7 +28,6 @@
                 this.$refs.BarCodePopup.open()
             },
             async onPupupStateChangeHandler(e) {
-                console.log('e: ',e);
                 if (e.show === true) {
                     // this.getBillList()
                     await this.$nextTick()
@@ -46,7 +45,6 @@
                     // 璁剧疆浜岀淮鐮佸唴瀹�
                     qr.data = title;
                     let canvasContext = uni.createCanvasContext('barcodeCanvas', this); // 濡傛灉鏄粍浠讹紝this蹇呴』浼犲叆
-                    console.log('qr: ',qr);
                     // 璁剧疆浜岀淮鐮佸ぇ灏忥紝蹇呴』涓巆anvas璁剧疆鐨勫楂樹竴鑷�
                     qr.size = 200;
                     // 璋冪敤鍒朵綔浜岀淮鐮佹柟娉�

--
Gitblit v1.9.1