gaoluyang
2026-03-26 8e9bc97e709f7e49586dffb9cc3d2dac4cfef4ca
src/views/productionManagement/workOrder/index.vue
@@ -596,7 +596,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;