From 4196873dd7a95e7c1ca4e1d6505a4dc4da241c62 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 14 Oct 2024 09:58:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/print/A4.vue | 51 +++++++++++++++------------------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/src/views/setting/print/A4.vue b/src/views/setting/print/A4.vue index 06ac5e9c..3657878f 100644 --- a/src/views/setting/print/A4.vue +++ b/src/views/setting/print/A4.vue @@ -6,29 +6,29 @@ 打印
-
+
  • 入库信息单
  • 入库信息单编号
  • 入库日期
  • -
  • 执行部门-工段
  • -
  • 交送人
  • +
  • 执行部门-工段
  • +
  • 交送人
  • 仓库接收人
  • 仓库
  • -
  • 采购订单
  • -
  • 供应商名称
  • +
  • 采购订单
  • +
  • 供应商名称
  • 11111111111
  • 22222222222
  • -
  • 33333333333
  • -
  • 44444444444
  • +
  • 33333333333
  • +
  • 44444444444
  • 55555555555
  • 66666666666
  • -
  • 77777777777
  • -
  • 88888888888
  • +
  • 77777777777
  • +
  • 88888888888
    @@ -50,7 +50,7 @@
-
+
  • 生产领料信息单
@@ -88,7 +88,7 @@
-
+
  • 销售发货信息单
@@ -120,7 +120,7 @@
-
+
  • XXX检验结果
@@ -186,7 +186,7 @@
-
+
  • 任务分解单
@@ -218,7 +218,7 @@
-
+
  • 日志记录
@@ -289,7 +289,7 @@
-
+
  • 交接记录
@@ -327,7 +327,7 @@
-
+
  • 成品尺寸检测记录单
@@ -359,7 +359,7 @@
-
+
  • 成品外观检测记录单
@@ -400,6 +400,10 @@ name: "scFire", props: { type: { + type: String, + default: 'do_in', + }, + mtype: { type: Number, default: 10, }, @@ -455,22 +459,16 @@ /* width: 210px; height: 297px; */ width: 1050px; - height: 1485px; + /* height: 1485px; */ padding: 10px; margin-top: 10px; background: #ffffff; } -/* .pdfTitle{ - font-size: 18px; - margin-top: 10px; - font-weight: 600px; - text-align: center; -} */ .containersDom{ border-right: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; margin-bottom: 20px; - } +} .export_ul{ display: flex; list-style: none; @@ -487,7 +485,4 @@ .export_ulli_title{ text-align: center; } -/* .export_ulli_info{ - color: var(--el-text-color-regular); -} */