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 | 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..600db99 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: 880, 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