buhuazhen
2026-05-21 8cefe2771abbeb1cb2efeb7b655d8467830ec526
src/views/productionManagement/workOrder/index.vue
@@ -1055,8 +1055,8 @@
          showReportDialog(row);
        },
        // 用户当前id
        disabled: row => row.completeQuantity >= row.planQuantity ||
            !isCurrentUserInUserIds(row) || row.hasUnreportedMachine
        // disabled: row => row.completeQuantity >= row.planQuantity ||
        //     !isCurrentUserInUserIds(row) || row.hasUnreportedMachine
      },
      {
        name: "生产排产",