src/views/productionManagement/workOrder/index.vue
@@ -1067,9 +1067,9 @@ clickFun: row => { showReportDialog(row); }, // 用户当前id disabled: row => row.completeQuantity >= row.planQuantity || !isCurrentUserInUserIds(row) || row.hasUnreportedMachine // // 用户当前id // disabled: row => row.completeQuantity >= row.planQuantity || // !isCurrentUserInUserIds(row) || row.hasUnreportedMachine }, { name: "生产排产",