From 2d9e706f11929b58b61167f8a7d13c0ca56095e3 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 29 八月 2024 15:04:33 +0800
Subject: [PATCH] 修改d01扫码地址为32,调整出片队列为显示当前正在工作的工程数据,判断禁用架子时不绑定流程卡

---
 UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue b/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
index 9e204b5..2927b8f 100644
--- a/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
+++ b/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
@@ -127,6 +127,7 @@
       </div>
     </div>
     <div style="width: 20px" v-if="index%2===0"></div>
+    <div class="print-page" v-else></div>
     </template>
   </div>
 
@@ -152,10 +153,11 @@
 
 #entirety{
   text-align: center;
-  width: 48%;
-  height: 160px;
+  width: 46%;
+  height: 170px;
   border: black 1px;
   word-wrap: break-word;
+  margin-left: 10px;
 }
 
 .row1 {
@@ -192,7 +194,7 @@
   height: 50px;
   font-weight: bold;
   font-size: 12pt;
-  margin-left: 20px;
+  /* margin-left: 20px; */
 }
 .row5 span {
   font-size: 12pt;
@@ -209,6 +211,9 @@
 
 
 @media print {
+  .print-page {
+    page-break-after: always; /* 娣诲姞鍒嗛〉绗︼紝鍦ㄦ瘡涓猵rint-page div涔嬪悗鍒嗛〉 */
+  }
   div {
     page-break-inside: avoid;
   }

--
Gitblit v1.8.0