|
@@ -4162,6 +4162,10 @@ export default {
|
|
|
this.waterVolume = parseInt(value)/10;
|
|
this.waterVolume = parseInt(value)/10;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if(id == "SecondWaterVolume"){
|
|
|
|
|
+ this.secondWaterVolume = parseInt(value)/10;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if(id == "CurrentWaterVolume"){
|
|
if(id == "CurrentWaterVolume"){
|
|
|
this.currentWaterVolume = parseInt(value)/10;
|
|
this.currentWaterVolume = parseInt(value)/10;
|
|
|
}
|
|
}
|
|
@@ -4218,9 +4222,9 @@ export default {
|
|
|
this.setPropValue(id,"SecondJianyaoMode","secondJianyaoMode",value,0)
|
|
this.setPropValue(id,"SecondJianyaoMode","secondJianyaoMode",value,0)
|
|
|
this.setStatusHandler()
|
|
this.setStatusHandler()
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
this.setPropValue(id,"LeftTransferTime","leftTransferTime",value,0)
|
|
this.setPropValue(id,"LeftTransferTime","leftTransferTime",value,0)
|
|
|
|
|
|
|
|
|
|
+
|
|
|
self.propMap[id] = prop;
|
|
self.propMap[id] = prop;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -4590,6 +4594,13 @@ export default {
|
|
|
this.FirstTime = obj.value
|
|
this.FirstTime = obj.value
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if(msgId == "SecondWaterVolume"){
|
|
|
|
|
+ this.secondWaterVolume = parseInt(obj.value)/10;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
/** 发布物模型 类型(1=属性,2=功能) */
|
|
/** 发布物模型 类型(1=属性,2=功能) */
|