yyb
9 天以前 9b1805acd1f1bbc84fd670e282b52ae67e68afc5
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 () => {