From e50fa16b6dbc4e7c50d5fbdbc04d2a556ca01c4e Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 02 十二月 2024 11:26:36 +0800
Subject: [PATCH] 补片流程卡调整
---
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue | 19 ++++++++-----------
1 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue
index afe675f..242b651 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue
+++ b/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;
}
--
Gitblit v1.8.0