From 12f2fd73462da331478fabc7eaa79fc35b1a59b3 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 19 七月 2024 16:41:17 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi1.vue | 35 ++++++++++++++++++++++-------------
1 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi1.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi1.vue
index 2f751d6..42573ab 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi1.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi1.vue
@@ -111,7 +111,7 @@
<span>{{ item.project }}</span>
<span>{{ item.buildingNumber }}</span>
</div>
- <div class="row3" v-if="item.other_columns==null||JSON.parse(item.other_columns).S02==null">{{item.width}}*{{item.height}}={{item.quantity}}</div>
+ <div class="row3" v-if="item.other_columns==null||JSON.parse(item.other_columns).S02==null">{{item.width}}x{{item.height}}={{item.quantity}}</div>
<div class="row3" v-else>{{JSON.parse(item.other_columns).S02}}={{item.quantity}}</div>
<div class="row5">
<span>{{item.remarks}}</span>
@@ -137,25 +137,32 @@
display: flex;
justify-content: left;
flex-wrap: wrap;
- margin-left: 5px;
+ width: 450px;
}
#entirety{
text-align: center;
width: 50%;
- height: 105px;
+ height: 140px;
+ border: black 1px;
}
.row1 {
font-size: 12pt;
font-weight: bold;
- height: 25px;
+ height: 30px;
+}
+.row1 span {
+ font-size: 14pt;
}
.row2 {
- font-size: 12pt;
+ font-size: 14pt;
font-weight: bold;
- height: 25px;
+ height: 30px;
+}
+.row2 span {
+ font-size: 14pt;
}
span {
font-size: 12pt;
@@ -165,17 +172,18 @@
.row3 {
margin-top: -5px;
height: 30px;
- font-size: 20pt;
+ font-size: 22pt;
font-weight: bolder;
+ line-height: 30px;
}
.row5 {
- height: 25px;
+ height: 40px;
font-weight: bold;
font-size: 12pt;
}
.row5 span {
- font-size: 10pt;
+ font-size: 14pt;
}
.row6 {
@@ -186,16 +194,17 @@
-@page {
- size: auto; /* auto is the initial value */
- margin: 2mm 2mm 2mm 2mm /* this affects the margin in the printer settings */
-}
@media print {
div {
page-break-inside: avoid;
}
+ @page {
+ size: auto; /* auto is the initial value */
+ margin: 2mm 2mm 2mm 2mm; /* this affects the margin in the printer settings */
+
+ }
}
</style>
\ No newline at end of file
--
Gitblit v1.8.0