spring
2025-09-29 3315f8bc2dd9b0f2aa40e6bea962344cc0b80bed
领料修改
已修改2个文件
4 ■■■■ 文件已修改
src/pages/production/twist/components/MonofilCard.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/receive/monofil.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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(