From 2eaf83edd22ed90db1d2b1c972e148b0ddab8729 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 13 八月 2024 08:42:47 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes
---
UI-Project/src/views/UnLoadGlass/PrintFlow.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
index 594a31e..26a1a9f 100644
--- a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
+++ b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
@@ -88,7 +88,7 @@
"{display:none}@media print{" +
"@page {" +
" size: auto; " +
- " margin: 0mm 0mm 0mm 0mm; " +
+ " margin: 5mm 5mm 5mm 5mm; " +
" }body>:not(#" +
printId +
"){display:none !important}body>#" +
@@ -119,7 +119,6 @@
if (response.code == 200) {
// 缁戝畾鎴愬姛锛屽鐞嗛�昏緫
produceList.value = response.data;
- console.log(produceList.value);
ElMessage.success(response.message);
for (let j = 0; j < produceList.value.length; j++) {
let sumWeight = 0
--
Gitblit v1.8.0