廖井涛
2024-08-12 b425ceaf0691b548f0e837e002a23fc2968548ad
north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue
@@ -135,7 +135,9 @@
const handleGetQRCode = async () => {
  console.log(produceList.value)
  for (let i = 0; i < produceList.value.length; i++) {
    const technologyNumber = produceList.value[i].detail[0].technologyNumber.toString(); // 转换为字符串以便处理每个字符
    produceList.value[i].detail[0]["qrcodeList"] = []; // 初始化一个空数组用来存储 QR Code