yuan
2026-03-30 ec47d5c2fed368e75a045f94c9adb83e1553fb8f
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,
        },
      ],
    },