diff --git a/src/views/material/stquery/deviceStatusRecord.vue b/src/views/material/stquery/deviceStatusRecord.vue
index 64235c47..d7ddbfb8 100644
--- a/src/views/material/stquery/deviceStatusRecord.vue
+++ b/src/views/material/stquery/deviceStatusRecord.vue
@@ -90,17 +90,39 @@
+
+
+
+ {{ scope.row.dsNum }}
+
+
+
+ {{ scope.row.dsNum }}
+
+
+
-
+
{{ scope.row.repairNum }}
{{ scope.row.repairNum }}
-
+
+
+
+
+ {{ scope.row.repairAuditNum }}
+
+
+
+ {{ scope.row.repairAuditNum }}
+
+
+
@@ -109,7 +131,7 @@
{{ scope.row.inputNum }}
-
+
@@ -303,7 +325,7 @@
-
+
@@ -868,7 +890,7 @@ export default {
},
// ------------------
//查看在修设备
- openRepairRecords(row) {
+ openRepairRecords(row,type) {
this.openRepairRecord = true
this.dialogRepairQuery.typeId= row.typeId
this.dialogRepairQuery.pageNum = 1;
@@ -876,6 +898,7 @@ export default {
this.dialogRepairQuery.pageNum = 1
this.dialogRepairQuery.pageSize = 10
this.repairRecordList = []
+ this.dialogRepairQuery.type=type
this.getRepairRecords()
},
/** 查询在修设备列表 */