|
|
@@ -231,6 +231,8 @@
|
|
|
if (o.rootCategoryLevelId == 1 && o.isConsumable == 0) {
|
|
|
o['deviceName'] = e.equipmentList[0].name
|
|
|
o['deviceId'] = e.equipmentList[0].id
|
|
|
+ o['workstationName'] = e.equipmentList[0].workstationName
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
@@ -240,6 +242,7 @@
|
|
|
if (o.rootCategoryLevelId == 23 && o.isConsumable == 0) {
|
|
|
o['deviceName'] = e.equipmentList[0].name
|
|
|
o['deviceId'] = e.equipmentList[0].id
|
|
|
+ o['workstationName'] = e.equipmentList[0].workstationName
|
|
|
}
|
|
|
})
|
|
|
}
|