From a660db06773007b1be690e0674829c00a57aeb7b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 十二月 2025 16:21:23 +0800
Subject: [PATCH] 订单首页流程卡新增楼层编号显示
---
north-glass-erp/northglass-erp/src/components/mm/PrintPackingList.vue | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/components/mm/PrintPackingList.vue b/north-glass-erp/northglass-erp/src/components/mm/PrintPackingList.vue
index 2499e91..d9890cb 100644
--- a/north-glass-erp/northglass-erp/src/components/mm/PrintPackingList.vue
+++ b/north-glass-erp/northglass-erp/src/components/mm/PrintPackingList.vue
@@ -119,8 +119,16 @@
}
table{
+ border-collapse: collapse;
width: 100%;
}
+tr,td,th{
+ border: 1px solid black;
+}
+
+th,.no-change-row {
+ white-space: nowrap;
+}
@media print {
@page {
--
Gitblit v1.8.0