chenlu
2024-10-11 82a5de6d2ec80b45660149c84be28734032562f6
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue
@@ -64,17 +64,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])
            }
          }
        }
@@ -186,7 +183,7 @@
  height: 20px;
}
.row1 span {
  font-size: 10pt;
  font-size: 12pt;
}
.row2 {
@@ -195,7 +192,7 @@
  height: 20px;
}
.row2 span {
  font-size: 10pt;
  font-size: 12pt;
}
span {
  font-size: 10pt;
@@ -205,7 +202,7 @@
.row3 {
  margin-top: -5px;
  height: 28px;
  font-size: 15pt;
  font-size: 17pt;
  font-weight: bolder;
}
@@ -216,7 +213,7 @@
}
.row5 span {
  font-size: 8pt;
  font-size: 10pt;
}