From 3315f8bc2dd9b0f2aa40e6bea962344cc0b80bed Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 29 九月 2025 11:23:18 +0800
Subject: [PATCH] 领料修改

---
 src/pages/production/twist/receive/monofil.vue        |    2 +-
 src/pages/production/twist/components/MonofilCard.vue |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/production/twist/components/MonofilCard.vue b/src/pages/production/twist/components/MonofilCard.vue
index 5f19b40..ba6c943 100644
--- a/src/pages/production/twist/components/MonofilCard.vue
+++ b/src/pages/production/twist/components/MonofilCard.vue
@@ -2,7 +2,7 @@
   <wd-card>
     <wd-cell-group :border="true">
       <wd-cell title="鍗曚笣缂栧彿" :value="data.monofilamentNumber" />
-      <wd-cell title="闀垮害" :value="data.amount + ' (M)'" />
+      <wd-cell title="鐞嗚闀垮害" :value="data.amount + ' (M)'" />
       <wd-cell title="鐢熶骇闀垮害" :value="data.actuallyLength + ' (M)'" />
       <wd-cell title="閲嶉噺" :value="data.actuallyWeight + ' (kg)'" />
     </wd-cell-group>
diff --git a/src/pages/production/twist/receive/monofil.vue b/src/pages/production/twist/receive/monofil.vue
index d5cc002..87cc830 100644
--- a/src/pages/production/twist/receive/monofil.vue
+++ b/src/pages/production/twist/receive/monofil.vue
@@ -189,7 +189,7 @@
 
   nodeList.value.forEach((node) => {
     node.strandedWireDish.forEach((item: any) => {
-      item.twistId = node.twistId;
+      item.saleTwistId = node.twistId;
     });
     if (node.strandedWireDish && Array.isArray(node.strandedWireDish)) {
       const layerNewData = node.strandedWireDish.filter(

--
Gitblit v1.9.3