From a1d526f1de490246a7b58460f5ca4f1fefbde45a Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期四, 13 六月 2024 08:33:00 +0800
Subject: [PATCH] 出库标签打印
---
HTML_09/js/hiprint/hiprint.bundle.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/HTML_09/js/hiprint/hiprint.bundle.js b/HTML_09/js/hiprint/hiprint.bundle.js
index 01f624c..b6c30b4 100644
--- a/HTML_09/js/hiprint/hiprint.bundle.js
+++ b/HTML_09/js/hiprint/hiprint.bundle.js
@@ -7372,12 +7372,11 @@
for (var p = "", l = 0; l < r.length; l++) {
p += o[l + ""];
}
-
n.sentToClient(p, t, e);
}
}, s.send();
});
- } else alert("杩炴帴瀹㈡埛绔け璐�");
+ } else { t || (t = {}), this.getHtml(t, e).hiwprint(); };
}, t.prototype.imageToBase64 = function (t) {
var e = $(t).attr("src");
if (-1 == e.indexOf("base64")) try {
--
Gitblit v1.8.0