chenhj
2 天以前 648f83f5d4480ae9c2794d5f4e114085943bdf6e
src/views/productionManagement/workOrder/index.vue
@@ -406,7 +406,9 @@
  productProcessRouteItemId: "",
  userId: "",
  productMainId: null,
  otherData: {}
  otherData: {
    rows: [],
  }
});
const productionRecordFormRef = ref();
@@ -695,7 +697,7 @@
const handleReport = async () => {
  const data = await productionRecordFormRef.value.submitData()
  reportForm.otherData = JSON.stringify(data || {});
  reportForm.otherData.rows = JSON.stringify(data || {});
  reportFormRef.value?.validate((valid) => {
    if (!valid) {
      return false;