zhangwencui
2026-04-29 6da8d7c3e2fb6aa02b14b0af63a8b5fadc0716bc
src/views/productionManagement/workOrder/index.vue
@@ -596,7 +596,7 @@
  const showReportDialog = row => {
    currentReportRowData.value = row;
      reportForm.planQuantity = row.planQuantity - row.completeQuantity;
    reportForm.planQuantity = row.planQuantity - row.completeQuantity;
    reportForm.quantity =
      row.quantity !== undefined && row.quantity !== null ? row.quantity : null;
    reportForm.productProcessRouteItemId = row.productProcessRouteItemId;