huminmin
8 小时以前 37c5e71e2ad11f6b0f047d6843cd1983c9deccea
src/views/productionManagement/workOrder/index.vue
@@ -709,7 +709,7 @@
const handleReport = async () => {
  const data = await productionRecordFormRef.value.submitData()
  reportForm.otherData.rows = JSON.stringify(data || {});
  reportForm.otherData.rows = data || [];
  reportFormRef.value?.validate((valid) => {
    if (!valid) {
      return false;
@@ -761,7 +761,8 @@
    const submitData = {
      ...reportForm,
      quantity: quantity,
      scrapQty: scrapQty
      scrapQty: scrapQty,
      otherData: JSON.stringify(reportForm.otherData)
    };
    // console.log(submitData);