From be027530e123c33560a7c18af815ece1465816f7 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 21 十一月 2023 12:54:47 +0800
Subject: [PATCH] 	modified:   src/views/quality/exception/exception.vue

---
 src/views/quality/rawMaterial/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/quality/rawMaterial/index.vue b/src/views/quality/rawMaterial/index.vue
index 8197605..b5ba1b6 100644
--- a/src/views/quality/rawMaterial/index.vue
+++ b/src/views/quality/rawMaterial/index.vue
@@ -218,6 +218,7 @@
                     show: {
                         val: [
                             '1',
+                            '0'
                         ],
                         key: 'judgeState'
                     }
@@ -273,9 +274,9 @@
             PrintJS({
                 printable: "printRaw",
                 type: "html",
-                maxWidth: 900,
+                maxWidth: 880,
                 // header: "鍘熸潗鏂欐娴嬫姤鍛�",
-                style: '@page {margin: 0 5mm}',
+                style: '@page {margin: 10mm 5mm;}',
                 targetStyles: ["*"],
                 ignoreElements: ["no-ignore"],
                 orientation: 'portrait'
@@ -330,6 +331,7 @@
         },
         // 鏂板 / 淇敼
         addOrUpdateHandle(row) {
+            console.log(row);
             this.$router.push({
                 name: 'rawMaterialForm',
                 query: { 

--
Gitblit v1.9.3