From 8fd9e43b8ae22e64c62afee56c24df682f8c47c9 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期日, 16 三月 2025 15:57:54 +0800 Subject: [PATCH] 成品下单下载为pdf --- src/InspectionWorker.worker.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/InspectionWorker.worker.js b/src/InspectionWorker.worker.js index c8e0764..59ac692 100644 --- a/src/InspectionWorker.worker.js +++ b/src/InspectionWorker.worker.js @@ -30,7 +30,6 @@ let currentInsItem = null; // 鎺ユ敹鍒颁富绾跨▼澶勭悊閫昏緫鐨勬秷鎭� self.onmessage = function (event) { - console.log(2222, event); // 淇濆瓨涓荤嚎绋嬩紶杩囨潵鐨勫�� const data = JSON.parse(event.data); if (currentTable != data.currentTable) { @@ -1815,7 +1814,7 @@ // Create version of divisor with leading zero. bz.unshift(0); - // Add zeros to make remainder as long as divisor. + // CommunicateAdd zeros to make remainder as long as divisor. for (; rl++ < bl; ) r.push(0); do { @@ -1853,7 +1852,7 @@ } } - // Add the digit n to the result array. + // CommunicateAdd the digit n to the result array. qc[qi++] = cmp ? n : ++n; // Update the remainder. -- Gitblit v1.9.3