gaoluyang
8 天以前 d81ef56c2ed281a247c79d0c654c38dda54b8708
src/views/productionManagement/workOrder/index.vue
@@ -497,7 +497,7 @@
  const showReportDialog = row => {
    currentReportRowData.value = row;
    reportForm.planQuantity = row.planQuantity;
      reportForm.planQuantity = row.planQuantity - row.completeQuantity;
    reportForm.quantity = row.quantity;
    reportForm.productProcessRouteItemId = row.productProcessRouteItemId;
    reportForm.workOrderId = row.id;