gaoluyang
2 天以前 46d5fc2f692b19538f2f7224f04096faececd38b
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;