YLouie
2025-10-21 61fc2ef49c5f369c2db6eb3aad5a98c0ebe3fcbc
src/pages/production/twist/report/form.vue
@@ -57,6 +57,14 @@
        clearable
        placeholder="请输入规格型号"
      />
      <wd-input
        v-model="model.actuallyLength"
        label="实际盘长(m)"
        label-width="100px"
        prop="actuallyLength"
        clearable
        placeholder="请输入实际盘长"
      />
    </wd-cell-group>
  </wd-form>
</template>
@@ -73,9 +81,10 @@
  poleWeight: undefined, // 杆重(kg)
  monofilamentNumber: undefined, // 单丝盘号
  actuallyWeight: undefined, // 实际重量(kg)
  ontLength: undefined, // 盘长(m)
  oneLength: undefined, // 盘长(m)
  theoryWeight: undefined, // 理论重量(kg)
  model: undefined, // 规格型号
  actuallyLength: undefined, // 实际盘长(m)
});
const submit = async () => {