From c8a12052a457e33f5acf6e03d3904d50eee40b42 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期六, 18 十一月 2023 15:15:46 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before

---
 src/views/quality/finishedProductInspection/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/quality/finishedProductInspection/index.vue b/src/views/quality/finishedProductInspection/index.vue
index 9d582da..600db99 100644
--- a/src/views/quality/finishedProductInspection/index.vue
+++ b/src/views/quality/finishedProductInspection/index.vue
@@ -227,12 +227,10 @@
                 PrintJS({
                     printable: "printRaw",
                     type: "html",
-                    header:"",
-                    maxWidth: 1000,
+                    maxWidth: 880,
                     printSettings,
                     style: '@page {margin: 2.0mm 2.0mm;size:A4;}',
                     targetStyles: ["*"],
-                    fontSize: '30px',
                     ignoreElements: ["no-ignore"],
                     orientation: 'portrait'
                 });

--
Gitblit v1.9.3