gaoluyang
2 天以前 3a07f2ca675bbd3c55893f7731b8f49d854b0e07
src/views/productionManagement/workOrder/index.vue
@@ -252,11 +252,11 @@
    },
    {
      label: "图纸编号",
      prop: "drawingNumber",
      prop: "model"
    },
    {
      label: "规格",
      prop: "model",
      label: "规格型号",
      prop: "drawingNumber",
    },
    {
      label: "单位",
@@ -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;