buhuazhen
11 小时以前 f0a4c2e1985a56362a30004b06e7bad5fef4efc0
fix: 修正标签数据中重量字段的取值逻辑

使用 actuallyweight 字段作为重量值的唯一来源,避免因字段名不一致导致的取值错误。
已修改1个文件
2 ■■■ 文件已修改
src/pages/outbound/materialOutbound.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 || "-",