From f0a4c2e1985a56362a30004b06e7bad5fef4efc0 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 17 三月 2026 15:47:59 +0800
Subject: [PATCH] fix: 修正标签数据中重量字段的取值逻辑

---
 src/pages/outbound/materialOutbound.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/outbound/materialOutbound.vue b/src/pages/outbound/materialOutbound.vue
index bad1b8d..87abbcb 100644
--- a/src/pages/outbound/materialOutbound.vue
+++ b/src/pages/outbound/materialOutbound.vue
@@ -340,7 +340,7 @@
         monofilamentNumber ||
         "-",
       model: tagData?.model || "-",
-      weight: tagData?.actuallylength || tagData?.actuallyLength || tagData?.weight || "-",
+      weight: tagData?.actuallyweight || "-",
       clienteleName: tagData?.clientelename || tagData?.clienteleName || "-",
       actuallyLength: tagData?.actuallylength || tagData?.actuallyLength || "-",
       productionDate: tagData?.producttime || tagData?.productionDate || "-",

--
Gitblit v1.9.3