liding
昨天 3a63dff0d98c148c6b915cd762a50ed87aa6c3a5
src/views/productionManagement/workOrder/index.vue
@@ -397,7 +397,7 @@
          clickFun: row => {
            showReportDialog(row);
          },
          disabled: row => row.planQuantity <= 0,
          disabled: row => row.planQuantity <= 0 || row.productOrderIsEnd,
        },
      ],
    },