|
|
|
@ -151,7 +151,7 @@
|
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(damperOneRemoteObj,'手动','自动')" |
|
|
|
|
@change="handleControlText(damperOneRemoteObj, '手动', '自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
</div> |
|
|
|
@ -220,7 +220,7 @@
|
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(damperTwoRemoteObj,'手动','自动')" |
|
|
|
|
@change="handleControlText(damperTwoRemoteObj, '手动', '自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
</div> |
|
|
|
@ -299,7 +299,7 @@
|
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(damperThreeRemoteObj,'手动','自动')" |
|
|
|
|
@change="handleControlText(damperThreeRemoteObj, '手动', '自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
</div> |
|
|
|
@ -373,7 +373,7 @@
|
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="开启" |
|
|
|
|
inactive-text="停止" |
|
|
|
|
@change="handleControlText(remoteManualObj,'开启','停止')" |
|
|
|
|
@change="handleControlText(remoteManualObj, '开启', '停止')" |
|
|
|
|
:disabled="automaticObj.collectValue" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
@ -392,7 +392,7 @@
|
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="开启" |
|
|
|
|
inactive-text="停止" |
|
|
|
|
@change="handleControlText(timeScheduleObj,'开启','停止')" |
|
|
|
|
@change="handleControlText(timeScheduleObj, '开启', '停止')" |
|
|
|
|
:disabled="automaticObj.collectValue" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
@ -481,41 +481,41 @@
|
|
|
|
|
风机频率远程手自动: |
|
|
|
|
</div> |
|
|
|
|
<el-switch |
|
|
|
|
style="display: block" |
|
|
|
|
v-model="damperHzRemoteObj.collectValue" |
|
|
|
|
active-color="#13ce66" |
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(damperHzRemoteObj,'手动','自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
style="display: block" |
|
|
|
|
v-model="damperHzRemoteObj.collectValue" |
|
|
|
|
active-color="#13ce66" |
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(damperHzRemoteObj, '手动', '自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
</div> |
|
|
|
|
<div class="context-li" v-if="isObjectValid(damperByHandHzObj)"> |
|
|
|
|
<div :class="getTextClass(damperByHandHzObj, 'wind-text')"> |
|
|
|
|
风机频率手动调节: |
|
|
|
|
</div> |
|
|
|
|
<el-form @submit.native.prevent> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-input |
|
|
|
|
style="width: 1.2rem" |
|
|
|
|
@keyup.enter.native=" |
|
|
|
|
handleEnter(damperByHandHzObj, $event, '%') |
|
|
|
|
" |
|
|
|
|
@input="handleInput(damperByHandHzObj)" |
|
|
|
|
@blur="handleBlur()" |
|
|
|
|
v-model="damperByHandHzObj.collectValue" |
|
|
|
|
size="mini" |
|
|
|
|
:disabled="!damperHzRemoteObj.collectValue" |
|
|
|
|
> |
|
|
|
|
<svg-icon |
|
|
|
|
slot="prefix" |
|
|
|
|
icon-class="percentage-icon" |
|
|
|
|
class="percentage-icon" |
|
|
|
|
/> |
|
|
|
|
</el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-input |
|
|
|
|
style="width: 1.2rem" |
|
|
|
|
@keyup.enter.native=" |
|
|
|
|
handleEnter(damperByHandHzObj, $event, '%') |
|
|
|
|
" |
|
|
|
|
@input="handleInput(damperByHandHzObj)" |
|
|
|
|
@blur="handleBlur()" |
|
|
|
|
v-model="damperByHandHzObj.collectValue" |
|
|
|
|
size="mini" |
|
|
|
|
:disabled="!damperHzRemoteObj.collectValue" |
|
|
|
|
> |
|
|
|
|
<svg-icon |
|
|
|
|
slot="prefix" |
|
|
|
|
icon-class="percentage-icon" |
|
|
|
|
class="percentage-icon" |
|
|
|
|
/> |
|
|
|
|
</el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="fan-satatus2"> |
|
|
|
@ -574,41 +574,41 @@
|
|
|
|
|
水阀远程手自动: |
|
|
|
|
</div> |
|
|
|
|
<el-switch |
|
|
|
|
style="display: block" |
|
|
|
|
v-model="waterValveRemoteObj.collectValue" |
|
|
|
|
active-color="#13ce66" |
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(waterValveRemoteObj,'手动','自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
style="display: block" |
|
|
|
|
v-model="waterValveRemoteObj.collectValue" |
|
|
|
|
active-color="#13ce66" |
|
|
|
|
inactive-color="#ff4949" |
|
|
|
|
active-text="手动" |
|
|
|
|
inactive-text="自动" |
|
|
|
|
@change="handleControlText(waterValveRemoteObj, '手动', '自动')" |
|
|
|
|
> |
|
|
|
|
</el-switch> |
|
|
|
|
</div> |
|
|
|
|
<div class="context-li" v-if="isObjectValid(waterValveByHandHzObj)"> |
|
|
|
|
<div :class="getTextClass(waterValveByHandHzObj, 'wind-text')"> |
|
|
|
|
水阀手动调节: |
|
|
|
|
</div> |
|
|
|
|
<el-form @submit.native.prevent> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-input |
|
|
|
|
style="width: 1.2rem" |
|
|
|
|
@keyup.enter.native=" |
|
|
|
|
handleEnter(waterValveByHandHzObj, $event, '%') |
|
|
|
|
" |
|
|
|
|
@input="handleInput(waterValveByHandHzObj)" |
|
|
|
|
@blur="handleBlur()" |
|
|
|
|
v-model="waterValveByHandHzObj.collectValue" |
|
|
|
|
size="mini" |
|
|
|
|
:disabled="!waterValveRemoteObj.collectValue" |
|
|
|
|
> |
|
|
|
|
<svg-icon |
|
|
|
|
slot="prefix" |
|
|
|
|
icon-class="percentage-icon" |
|
|
|
|
class="percentage-icon" |
|
|
|
|
/> |
|
|
|
|
</el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-input |
|
|
|
|
style="width: 1.2rem" |
|
|
|
|
@keyup.enter.native=" |
|
|
|
|
handleEnter(waterValveByHandHzObj, $event, '%') |
|
|
|
|
" |
|
|
|
|
@input="handleInput(waterValveByHandHzObj)" |
|
|
|
|
@blur="handleBlur()" |
|
|
|
|
v-model="waterValveByHandHzObj.collectValue" |
|
|
|
|
size="mini" |
|
|
|
|
:disabled="!waterValveRemoteObj.collectValue" |
|
|
|
|
> |
|
|
|
|
<svg-icon |
|
|
|
|
slot="prefix" |
|
|
|
|
icon-class="percentage-icon" |
|
|
|
|
class="percentage-icon" |
|
|
|
|
/> |
|
|
|
|
</el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -1075,8 +1075,8 @@ export default {
|
|
|
|
|
this.backwaterObj = {}; //回水温度 |
|
|
|
|
this.waterValveObj = {}; //水阀反馈 |
|
|
|
|
this.waterValveObjSet = {}; //水阀调节 |
|
|
|
|
this.waterValveByHandHzObj = {}; //水阀手动调节 |
|
|
|
|
this.waterValveRemoteObj = {}; //水阀远程手自动选择 |
|
|
|
|
this.waterValveByHandHzObj = {}; //水阀手动调节 |
|
|
|
|
this.waterValveRemoteObj = {}; //水阀远程手自动选择 |
|
|
|
|
this.startControlObj = {}; //启停控制 |
|
|
|
|
this.runStatusObj = {}; //运行状态 |
|
|
|
|
this.airSupplyObj = {}; //送风温度 |
|
|
|
@ -1098,8 +1098,8 @@ export default {
|
|
|
|
|
this.timeScheduleObj = {}; //时间表启停 |
|
|
|
|
this.damperHzBackObj = {}; //风机频率反馈 |
|
|
|
|
this.damperHzObj = {}; //风机频率调节 |
|
|
|
|
this.damperHzRemoteObj = {}; //风机频率远程手自动选择 |
|
|
|
|
this.damperByHandHzObj = {}; //风机手动频率调节 |
|
|
|
|
this.damperHzRemoteObj = {}; //风机频率远程手自动选择 |
|
|
|
|
this.damperByHandHzObj = {}; //风机手动频率调节 |
|
|
|
|
this.modeChangeObj = {}; //模式选择 |
|
|
|
|
this.modeOneObj = {}; //宴会一厅模式 |
|
|
|
|
this.modeTwoObj = {}; //餐厅模式 |
|
|
|
@ -1334,6 +1334,8 @@ export default {
|
|
|
|
|
item.collectName.includes("风机频率远程手自动") |
|
|
|
|
) { |
|
|
|
|
this.damperHzRemoteObj = item; |
|
|
|
|
this.damperHzRemoteObj.collectValue = |
|
|
|
|
Number(item.collectValue) == 1 ? true : false; |
|
|
|
|
} |
|
|
|
|
// 风机频率手动调节 |
|
|
|
|
else if ( |
|
|
|
@ -1348,6 +1350,8 @@ export default {
|
|
|
|
|
item.collectName.includes("水阀远程手自动") |
|
|
|
|
) { |
|
|
|
|
this.waterValveRemoteObj = item; |
|
|
|
|
this.waterValveRemoteObj.collectValue = |
|
|
|
|
Number(item.collectValue) == 1 ? true : false; |
|
|
|
|
console.log("水阀远程手自动", this.waterValveRemoteObj); |
|
|
|
|
} |
|
|
|
|
// 水阀手动调节 |
|
|
|
|