From 723cbdddb7d06a1d12564d8d88dfe8d4984315a3 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 05 十二月 2025 13:58:09 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

---
 north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue b/north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue
index 9d0ea84..4791d3a 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue
@@ -386,7 +386,7 @@
     <tr v-for="(itemDatile,index) in item.detailList" :key="index">
       <td>{{ itemDatile.order_number }}</td>
       <td>{{ itemDatile.mapNumber }}</td>
-      <td v-if="name=='閲戝崕绂忓枩澶╂垚鐜荤拑鏈夐檺鍏徃'">{{ itemDatile.building_number }}</td>
+      <td v-if="name=='閲戝崕绂忓枩澶╂垚鐜荤拑鏈夐檺鍏徃' || name=='娴欐睙宸ㄦ槦鍢夋嘲鏂版潗鏂欐湁闄愬叕鍙�' ">{{ itemDatile.building_number }}</td>
       <td v-else>{{ itemDatile.s01Value }}</td>
       <td>{{ itemDatile.technology_number }}</td>
       <td>{{ itemDatile.child_width }}</td>
@@ -567,6 +567,20 @@
 
 
 @media print {
+  /* 绂佺敤 Chrome 鑷姩椤电爜瑙﹀彂鏉′欢 */
+  * {
+    overflow: visible !important;
+    transform: none !important;
+    filter: none !important;
+  }
+
+  [style*="position: fixed"],
+  .fixed,
+  .header-fixed {
+    position: absolute !important;
+  }
+
+
   @page {
     size: auto;  /* auto is the initial value */
     margin: 4mm 5mm 10mm 5mm  /* this affects the margin in the printer settings */

--
Gitblit v1.8.0