From 39b1149751c3685048c3489e222577536764e9af Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 20 十一月 2023 10:48:46 +0800
Subject: [PATCH] 	modified:   src/views/product/workbench/batchproductout-form-new.vue 	modified:   src/views/product/workbench/operation-task-pane.vue 	modified:   src/views/product/workbench/workReportCard.vue

---
 src/views/quality/finishedProductInspection/index.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/views/quality/finishedProductInspection/index.vue b/src/views/quality/finishedProductInspection/index.vue
index 22736a6..4eb4799 100644
--- a/src/views/quality/finishedProductInspection/index.vue
+++ b/src/views/quality/finishedProductInspection/index.vue
@@ -227,13 +227,10 @@
                 PrintJS({
                     printable: "printRaw",
                     type: "html",
-                    header:"",
-                    maxWidth: 950,
+                    maxWidth: 1000,
                     printSettings,
-                    style: '@page {margin: 2.0mm 2.0mm}',
+                    style: '@page {margin: 2.0mm 2.0mm;size:A4;}',
                     targetStyles: ["*"],
-                    // importCSS: true,
-                    fontSize: '30px',
                     ignoreElements: ["no-ignore"],
                     orientation: 'portrait'
                 });

--
Gitblit v1.9.3