From e87b96454167c0cf81c82e0c6cd7b60fc5eec465 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 11 Dec 2025 10:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/home/index.vue | 38 +++++++++++++++----------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/src/pages/modules/home/index.vue b/src/pages/modules/home/index.vue index 0ce2b24..5cf14bb 100644 --- a/src/pages/modules/home/index.vue +++ b/src/pages/modules/home/index.vue @@ -97,22 +97,20 @@
-
    +
    • 设备号
    • 物料号
    • 计划数
    • -
    • 合格数
    • -
    • 不合格数
    • +
    • 实际数
    -
    +
    -
      +
      • -
        {{e.devicecode}}
        -
        {{e.materialCode}}
        -
        {{e.planqty}}
        -
        {{e.qualified_qty}}
        -
        {{e.unqualified_qty}}
        +
        {{e.devicecode}}
        +
        {{e.materialCode}}
        +
        {{e.planqty}}
        +
        {{e.realqty}}
      @@ -161,22 +159,22 @@
    -
      -
    • 收货单位
    • +
        +
      • 产品名称
      • 规格型号
      • 包装数量
      • 生产日期
      -
      +
      -
        +
        • -
          {{e.customer}}
          -
          {{e.material_name}}
          -
          {{e.material_model}}
          -
          {{e.material_qty}}
          -
          {{e.product_time}}
          + +
          {{e.material_name}}
          +
          {{e.material_model}}
          +
          {{e.material_qty}}
          +
          {{e.product_time}}
        @@ -1644,7 +1642,7 @@ export default { transform: translateY(0); } .modal-large { - width: 900px; + width: 750px; height: 350px; background top center / 100% 100% url(../../../images/popup_bg.png) no-repeat }