| src/pages/production/twist/receive/monofil.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/production/twist/receive/monofil.vue
@@ -130,7 +130,8 @@ } // 解析扫码数据:可能包含 id(outPutId) 或 monofilamentNumber const scanData = JSON.parse(code.code); let scanCode = code.code || code; const scanData = JSON.parse(scanCode); const outPutId = scanData.id; const monofilamentNumber = scanData.monofilamentNumber; @@ -195,6 +196,7 @@ } } catch (error) { toast.error("二维码异常,请更换二维码!"); console.log(error); } };