src/views/productionManagement/workOrder/index.vue
@@ -1068,8 +1068,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: "生产排产",