From bbae990ed1f4574fa954753faeae159052d03fba Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 27 一月 2026 16:14:06 +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