From 82b9087677601cd58fa6ed1c50562d391e736239 Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Sun, 21 Dec 2025 12:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=B4=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=BA=93=E5=AD=98=E6=95=B0=E6=8D=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/EquipmentStatus.vue | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/views/plan/EquipmentStatus.vue b/src/views/plan/EquipmentStatus.vue index 4324ec2..9de6343 100644 --- a/src/views/plan/EquipmentStatus.vue +++ b/src/views/plan/EquipmentStatus.vue @@ -17,8 +17,13 @@
{{ record.axle_number }}
{{ record.specification }}
{{ record.model }}
-
线盘: {{ record.wire_disc || '无' }}
+
线盘: {{ record.raw_wire_disc || '无' }}
完成度: {{ (record.degree_of_completion * 100).toFixed(0) }}%
+
+
总箱数: {{ record.total_number }}
+
总净重: {{ record.total_net_weight }}kg
+
总毛重: {{ record.total_gross_weight }}kg
+
@@ -28,8 +33,13 @@
{{ record.axle_number }}
{{ record.specification }}
{{ record.model }}
-
线盘: {{ record.wire_disc || '无' }}
+
线盘: {{ record.raw_wire_disc || '无' }}
完成度: {{ (record.degree_of_completion * 100).toFixed(0) }}%
+
+
总箱数: {{ record.total_number }}
+
总净重: {{ record.total_net_weight }}kg
+
总毛重: {{ record.total_gross_weight }}kg
+
@@ -291,7 +301,17 @@ const getCompletionClass = (degree) => { font-weight: bold; } +.axle-stock { + margin-top: 6px; + padding-top: 6px; + border-top: 1px dashed #e4e7ed; +} +.stock-item { + font-size: 11px; + color: #606266; + margin-bottom: 2px; +} .no-records { text-align: center;