From b5b1d778db29d703a99531acfd8fa1f53c7d7e30 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 04 一月 2024 08:21:56 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/static/js/basBarcode/basBarcode.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/static/js/basBarcode/basBarcode.js b/zy-asrs-wms/src/main/webapp/static/js/basBarcode/basBarcode.js
index fe8b545..7c94db1 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/basBarcode/basBarcode.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/basBarcode/basBarcode.js
@@ -184,13 +184,9 @@
                 printBarcodes[i]["barcodeUrl"] = baseUrl + "/mac/code/auth?type=2&param=" + printBarcodes[i].barcode;
             }
         }
-        console.log(printBarcodes)
         var tpl = templateDom.html();
-        console.log(tpl)
         var template = Handlebars.compile(tpl);
-        console.log(template)
         var html = template({code:200, data: printBarcodes});
-        console.log(html)
         var box = $("#box");
         box.html(html);box.show();
         box.print({mediaPrint:true});

--
Gitblit v1.9.1