|
@@ -256,7 +256,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
selectable(row, index) {
|
|
|
- return !["YWG", "YJS", "YQX"].includes(Object.entries(row.selectMapData.orderStatus).find(([key, val]) => val == row.orderStatus)?.[0])
|
|
|
+ return !["YWG", "YJS", "YQX"].includes(Object.entries(row.selectMapData.orderStatus).find(([key, val]) => val == row.orderStatus)?.[0]) && !row.rpProjectRepairId
|
|
|
},
|
|
|
|
|
|
screeningAnalysis(jname, val) {
|