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, }, ], },