yuan
14 小时以前 f003ae3bc22c22505d3fc8db2a2be6a93b4b1cea
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,
        },
      ],
    },