spring
2 天以前 1e71cfb6ec97cff6531dec65a3fb5cb24b2c18ac
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 () => {