chenlu
2024-10-11 82a5de6d2ec80b45660149c84be28734032562f6
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi1.vue
@@ -65,17 +65,14 @@
        list.value = deepClone(res.data.data)
        const data = produceList.value[0].value
        dataList = JSON.parse(`[${data}]`);
        console.log(switchType)
        if (switchType===true){
          labelList = props.titleList
        }else {
          labelList = dataList[0]
        }
        labelList = dataList[0]
        for (let i = 0; i < list.value.length; i++) {
          let count = list.value[i].data.length
          for (let j = 0; j < count; j++) {
            for (let k = 0; k < list.value[i].data[j].quantity; k++) {
              props.lastList.push(list.value[i].data[j])
              lastList.value.push(list.value[i].data[j])
            }
          }
        }
@@ -188,7 +185,7 @@
  height: 35px;
}
.row1 span {
  font-size: 15pt;
  font-size: 17pt;
}
.row2 {
@@ -197,7 +194,7 @@
  height: 35px;
}
.row2 span {
  font-size: 14pt;
  font-size: 16pt;
}
span {
  font-size: 12pt;
@@ -207,7 +204,7 @@
.row3 {
  margin-top: -5px;
  height: 35px;
  font-size: 22pt;
  font-size: 24pt;
  font-weight: bolder;
  line-height: 35px;
}
@@ -219,7 +216,7 @@
  margin-left: 20px;
}
.row5 span {
  font-size: 14pt;
  font-size: 16pt;
}
.row6 {