ZN
2026-03-20 ec6f8c11fb17de3b5dd221cf0b176bd397480a0d
src/views/productionManagement/workOrder/index.vue
@@ -711,7 +711,7 @@
  const showReportDialog = row => {
    currentReportRowData.value = row;
    reportForm.planQuantity = row.planQuantity;
    reportForm.planQuantity = row.planQuantity - row.completeQuantity;
    reportForm.quantity =
      row.quantity !== undefined && row.quantity !== null ? row.quantity : null;
    reportForm.productProcessRouteItemId = row.productProcessRouteItemId;