spring
9 天以前 78c565e37520fad100693c4e298e30e7c916d1bb
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>
@@ -76,6 +84,7 @@
  oneLength: undefined, // 盘长(m)
  theoryWeight: undefined, // 理论重量(kg)
  model: undefined, // 规格型号
  actuallyLength: undefined, // 实际盘长(m)
});
const submit = async () => {