廖井涛
2025-09-18 7b5f1e33b4936c02fbe31d4b064ea3873da2e511
north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelProject.vue
@@ -76,17 +76,7 @@
          for (let i = 0; i < list.value.length; i++) {
            let count = list.value[i].data.length
            for (let j = 0; j < count; j++) {
              if (detailType==0){
                for (let k = 0; k < list.value[i].data[j].quantity; k++) {
                  props.lastList.push(list.value[i].data[j])
                }
              }
              else {
                //for (let k = 0; k < list.value[i].data[j].quantity; k++) {
                  props.lastList.push(list.value[i].data[j])
                //}
              }
            }
          }
        } else {