gaoluyang
2 天以前 36b909e117c3ccc22dd266a94479e2a02335d261
src/views/productionManagement/workOrder/index.vue
@@ -255,10 +255,6 @@
      prop: "model"
    },
    {
      label: "规格型号",
      prop: "drawingNumber",
    },
    {
      label: "单位",
      prop: "unit",
    },
@@ -333,7 +329,7 @@
          clickFun: row => {
            showReportDialog(row);
          },
          disabled: row => row.planQuantity <= 0,
          disabled: row => row.status === 1 || row.status === 3 || row.planQuantity <= 0,
        },
      ],
    },