|
@@ -65,7 +65,7 @@
|
|
|
|
|
|
<view class="time">
|
|
<view class="time">
|
|
<view class="time-slot" >
|
|
<view class="time-slot" >
|
|
- 智能停电时间段
|
|
|
|
|
|
+ 智能停电时间区间
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<view class="type">
|
|
<view class="type">
|
|
@@ -125,7 +125,7 @@
|
|
@click="thresholdsPopup=true" >
|
|
@click="thresholdsPopup=true" >
|
|
<view class="time">
|
|
<view class="time">
|
|
<view class="time-slot">
|
|
<view class="time-slot">
|
|
- 最大功率阈值
|
|
|
|
|
|
+ 智能停电条件
|
|
</view>
|
|
</view>
|
|
<view class="type">
|
|
<view class="type">
|
|
{{formData.maxPower!=''?formData.maxPower+'kW':'未设置'}}
|
|
{{formData.maxPower!=''?formData.maxPower+'kW':'未设置'}}
|
|
@@ -144,8 +144,9 @@
|
|
<view class="time">
|
|
<view class="time">
|
|
|
|
|
|
<view class="type">
|
|
<view class="type">
|
|
- 1. 功率达到最大阈值时“自动停电”;<br/>
|
|
|
|
- 2.“智能停电”结束时,如果处于停电状态将打开电源供电;
|
|
|
|
|
|
+ 1. 智能停电条件:智能停电是功率大于等于阈值持续达到一定时间后;<br/>
|
|
|
|
+ 2. 达到智能停电条件后“自动停电”,1分钟后回复电源供电;<br/>
|
|
|
|
+ 3.“智能停电”结束时,如果处于停电状态将打开电源供电;
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -316,11 +317,11 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</u-popup>
|
|
</u-popup>
|
|
- <!-- 最大功率阈值 -->
|
|
|
|
|
|
+
|
|
<u-popup v-model="thresholdsPopup" mode="bottom">
|
|
<u-popup v-model="thresholdsPopup" mode="bottom">
|
|
<view class="thresholds">
|
|
<view class="thresholds">
|
|
<view class="headline">
|
|
<view class="headline">
|
|
- 最大功率阈值(kW)
|
|
|
|
|
|
+ 智能停电条件:功率(kW)
|
|
</view>
|
|
</view>
|
|
<view class="input" style=" padding: 0 24rpx;">
|
|
<view class="input" style=" padding: 0 24rpx;">
|
|
<u-input type="digit" min="1"
|
|
<u-input type="digit" min="1"
|
|
@@ -641,7 +642,7 @@ import {
|
|
|
|
|
|
}else{
|
|
}else{
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请填写最大功率阈值(kw)",
|
|
|
|
|
|
+ title: "请填写智能停电条件:功率(kw)",
|
|
icon: "none"
|
|
icon: "none"
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -730,7 +731,7 @@ import {
|
|
|
|
|
|
|
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请设置智能停电时间段",
|
|
|
|
|
|
+ title: "请设置智能停电时间区间",
|
|
icon: "none"
|
|
icon: "none"
|
|
})
|
|
})
|
|
return
|
|
return
|
|
@@ -786,7 +787,7 @@ import {
|
|
}
|
|
}
|
|
if(this.formData.switchStatus==3&&this.maxPower==''){
|
|
if(this.formData.switchStatus==3&&this.maxPower==''){
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请填写最大功率阈值(kw)",
|
|
|
|
|
|
+ title: "请填写智能停电条件:功率(kw)",
|
|
icon: "none"
|
|
icon: "none"
|
|
})
|
|
})
|
|
return
|
|
return
|