From 35ad48f83f7aca5f36c111c0daaf61966dac1a5c Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 04 九月 2026 16:29:40 +0800
Subject: [PATCH] feat(inspection): 集成 Luckysheet 并优化检验任务功能 - 优化设备名称和编码的同步更新机制
---
src/workers/InspectionWorker.worker.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/workers/InspectionWorker.worker.js b/src/workers/InspectionWorker.worker.js
index 5736162..4a60ecd 100644
--- a/src/workers/InspectionWorker.worker.js
+++ b/src/workers/InspectionWorker.worker.js
@@ -10,7 +10,7 @@
let comparisonList = [];
// 褰撳墠鏍峰搧淇℃伅
let currentSample = {};
-// 褰撳墠椤圭洰锛氭娴嬩腑蹇冦�佽澶囩數缂�
+// 褰撳墠椤圭洰锛氭娴嬩腑蹇�
let PROJECT = "";
// 濂楃
let bushing = "";
@@ -514,7 +514,7 @@
tell.length > 0 &&
typeof tell[0] == "string" &&
tell[0].includes("/") &&
- tell[0] !== "/"; // 瑁呭鐢电紗--鍒ゆ柇瑕佹眰鍊兼槸鍚︿负鍒嗘暟
+ tell[0] !== "/"; // 鍒ゆ柇瑕佹眰鍊兼槸鍚︿负鍒嗘暟
const inspectionItemClass = currentSample.insProduct.find(
(m) => m.id == item.i
).inspectionItemClass; // 妫�楠岄」鍒嗙被
--
Gitblit v1.9.3