liding
2026-03-30 71e172221d7b0dc391c773c85bc8b1aeaeb3f621
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,
        },
      ],
    },