diff --git a/src/assets/flowimg/bu-move.gif b/src/assets/flowimg/bu-move.gif new file mode 100644 index 0000000..4f57382 Binary files /dev/null and b/src/assets/flowimg/bu-move.gif differ diff --git a/src/assets/flowimg/bu-nomove.png b/src/assets/flowimg/bu-nomove.png new file mode 100644 index 0000000..89baedc Binary files /dev/null and b/src/assets/flowimg/bu-nomove.png differ diff --git a/src/assets/flowimg/circulate-move.gif b/src/assets/flowimg/circulate-move.gif index 773c6e1..24276f6 100644 Binary files a/src/assets/flowimg/circulate-move.gif and b/src/assets/flowimg/circulate-move.gif differ diff --git a/src/assets/flowimg/replenish-move.gif b/src/assets/flowimg/replenish-move.gif index daa0fba..81d9c90 100644 Binary files a/src/assets/flowimg/replenish-move.gif and b/src/assets/flowimg/replenish-move.gif differ diff --git a/src/assets/flowimg/supply-move.gif b/src/assets/flowimg/supply-move.gif index 052f64d..92fae8e 100644 Binary files a/src/assets/flowimg/supply-move.gif and b/src/assets/flowimg/supply-move.gif differ diff --git a/src/assets/flowimg/supply-nomove - 副本.png b/src/assets/flowimg/supply-nomove - 副本.png new file mode 100644 index 0000000..909e9cd Binary files /dev/null and b/src/assets/flowimg/supply-nomove - 副本.png differ diff --git a/src/assets/flowimg/supply-nomove.png b/src/assets/flowimg/supply-nomove.png index fb6e981..54f0426 100644 Binary files a/src/assets/flowimg/supply-nomove.png and b/src/assets/flowimg/supply-nomove.png differ diff --git a/src/assets/flowimg/supply-nomove2.png b/src/assets/flowimg/supply-nomove2.png new file mode 100644 index 0000000..fb6e981 Binary files /dev/null and b/src/assets/flowimg/supply-nomove2.png differ diff --git a/src/assets/images/supply-nomove.png b/src/assets/images/supply-nomove.png new file mode 100644 index 0000000..1e6872f Binary files /dev/null and b/src/assets/images/supply-nomove.png differ diff --git a/src/views/aircAndWindc/awSysMonitor/index.vue b/src/views/aircAndWindc/awSysMonitor/index.vue index 100a55d..591f006 100644 --- a/src/views/aircAndWindc/awSysMonitor/index.vue +++ b/src/views/aircAndWindc/awSysMonitor/index.vue @@ -125,7 +125,6 @@ @keyup.enter.native="handleEnter(backAirObj, $event, '℃')" @input="handleInput(backAirObj)" @blur="handleBlur()" - disabled v-model="backAirObj.collectValue" size="mini" > @@ -218,7 +217,6 @@ @keyup.enter.native="handleEnter(backwaterObj, $event, '℃')" @input="handleInput(backwaterObj)" @blur="handleBlur()" - disabled v-model="backwaterObj.collectValue" size="mini" > diff --git a/src/views/centerairC/sysMonitor/hostDetails.vue b/src/views/centerairC/sysMonitor/hostDetails.vue index 2302b8c..5bbb1eb 100644 --- a/src/views/centerairC/sysMonitor/hostDetails.vue +++ b/src/views/centerairC/sysMonitor/hostDetails.vue @@ -132,7 +132,7 @@
故障状态: - {{ + {{ badObj.showValue }} {{ badObj.showValue }} @@ -393,8 +393,7 @@ export default { this.automaticObj = item; } else if (item.paramType === "5") { // 故障状态 - item.showValue = - Number(item.curValue) === 0 ? "未故障" : "故障"; + item.showValue = item.curValue; this.badObj = item; } else if (item.paramType === "22") { // 本地远程 diff --git a/src/views/components/waterTank.vue b/src/views/components/waterTank.vue index cbe8ebe..a5832ac 100644 --- a/src/views/components/waterTank.vue +++ b/src/views/components/waterTank.vue @@ -46,9 +46,9 @@ export default { } .water { position: absolute; - bottom: 0; - left: 0; - width: 100%; + bottom: 0.05rem; + left: 0.03rem; + width: 1.13rem; /* 修改颜色表示,添加透明度 */ background-color: rgba(23, 106, 201); overflow: hidden; @@ -82,7 +82,7 @@ export default { } } -@media (min-width: 720px) and (max-width: 1240px){ +@media (min-width: 720px) and (max-width: 1240px) { .monitor-container { width: 100px !important; height: 100px !important; diff --git a/src/views/hotWater/waterControl/index.vue b/src/views/hotWater/waterControl/index.vue index a89a211..3b68dcc 100644 --- a/src/views/hotWater/waterControl/index.vue +++ b/src/views/hotWater/waterControl/index.vue @@ -129,7 +129,9 @@ />
-
频率手自动:
+
+ 频率手自动: +
-
启停 控制:
+
+ 启停 控制: +
+ +
+
+ +
+
+
回水温度:
+
{{ item.temp }}℃
+
+
+
回水温度设置:
+ +
+
+
+
+
+
+
回水温度设定差值:
+ +
+
+
+
回水温度设定延时时间:
+ +
S
+
+
+
@@ -313,7 +391,7 @@ >
%
-
+
液位设定延时时间:
min
-
+
液位误差值:
-
一键启动:
+
一键启动:
--> -
冷水泵
+
供水泵1
回水管
无线网关
回水阀
-
浴室
-
热水供水泵
+
房间
+
供水泵2
循环加热泵
- +
补水阀
+ @@ -78,7 +79,7 @@ @@ -91,7 +92,7 @@ @@ -101,54 +102,49 @@ src="../../../assets/flowimg/circulate-nomove.png" alt="" /> - + + - - + @@ -161,13 +157,13 @@ @@ -273,16 +269,34 @@ {{ row.waterLevel }} - + - + + + + + + + + + + @@ -320,15 +334,14 @@ export default { baseTable: [], //公共信息列表数据 tableData: [], //系统状态表格数据 - // 冷水泵状态 0表示关闭 1表示开启 - coolpumstate: "", - // 热水供水泵状态 0表示关闭 1表示开启 - waterpumstate: "", + // 供水阀状态 0表示关闭 1表示开启 + useWaterState: "", + upWaterState1: "", //供水泵1状态 + upWaterState2: "", //供水泵2状态 + backWaterState: "", //回水阀状态 // 热泵状态 两个系数 - hotpumstate: "关机模式", + hotPumState: "", isBad: "无故障", - // 浴室使用状态 0表示未使用, 1表示使用 - bathstate: 0, // 网关在线状态 0表示离线 1表示在线 webstate: 1, // 水位变化数值 @@ -488,8 +501,13 @@ export default { this.temdata = row.waterTemp; this.pumname = row.pumpName; // 热泵状态 是否故障 - this.hotpumstate = row.runState; + this.hotPumState = row.runState; this.isBad = row.isFault; + this.useWaterState = row.useWaterState; + this.upWaterState1 = row.upWaterState1; + this.upWaterState2 = row.upWaterState2; + this.backWaterState = row.backWaterState; + console.log("补水阀状态11111111111111111111", this.useWaterState); }, /* 加入小手状态 */ tableRowStyle({ row, column, rowIndex, columnIndex }) { @@ -725,8 +743,8 @@ export default { .text1 { position: absolute; - top: 0.28rem; - left: 0.24rem; + top: 2.9rem; + left: 0.6rem; z-index: 1; } @@ -748,7 +766,7 @@ export default { .text4 { position: absolute; - top: 2.3rem; + top: 2.6rem; right: 0.5rem; z-index: 1; } @@ -763,7 +781,7 @@ export default { .text6 { position: absolute; top: 4.27rem; - left: 0.24rem; + left: 0.6rem; z-index: 1; } @@ -773,6 +791,12 @@ export default { left: 5.6rem; z-index: 1; } + .text8 { + position: absolute; + top: 0.5rem; + left: 1.4rem; + z-index: 1; + } .replenish { position: absolute; @@ -804,7 +828,8 @@ export default { width: 1rem; height: 0.78rem; position: absolute; - top: 0.54rem; + top: 2rem; + left: 0.5rem; z-index: 2; } @@ -813,7 +838,23 @@ export default { height: 0.78rem; position: absolute; top: 3.37rem; - left: 0.4rem; + left: 0.5rem; + } + .buwaterpum { + width: 8.5rem; + height: 2.9rem; + position: absolute; + top: -0.1rem; + right: -0.02rem; + z-index: 2; + } + .buwaterpum2 { + width: 8.5rem; + height: 4.4rem; + position: absolute; + top: -0.9rem; + right: -0.02rem; + z-index: 2; } .cirpum { @@ -894,7 +935,7 @@ export default { background-color: #dff1fa; margin-left: 2%; position: absolute; - top: 1.78rem; + top: 1.47rem; left: 2.6rem; border: solid 0.01rem #11aaea; z-index: 3;