初步进行新装调试
This commit is contained in:
@@ -113,7 +113,7 @@ Page({
|
||||
}
|
||||
this.setData({
|
||||
show: true,
|
||||
title: "采集器A",
|
||||
title: "互感器A",
|
||||
type: 'collection',
|
||||
collection: "A"
|
||||
})
|
||||
@@ -126,7 +126,7 @@ Page({
|
||||
}
|
||||
this.setData({
|
||||
show: true,
|
||||
title: "采集器B",
|
||||
title: "互感器B",
|
||||
type: 'collection',
|
||||
collection: "B"
|
||||
})
|
||||
@@ -139,7 +139,7 @@ Page({
|
||||
}
|
||||
this.setData({
|
||||
show: true,
|
||||
title: "采集器C",
|
||||
title: "互感器C",
|
||||
type: 'collection',
|
||||
collection: "C"
|
||||
})
|
||||
@@ -360,7 +360,7 @@ Page({
|
||||
tenement, sharp, peak, flat, valley, overall, url, sn,
|
||||
collectionARatio, collectionBRatio, collectionCRatio
|
||||
} = this.data;
|
||||
if (!park || !(meter || sn) || !address || meterType == null) {
|
||||
if (!park || !(meter || sn) || !address || meterType == null || !building || !meterBox) {
|
||||
alertInfo("请填写必填项后保存")
|
||||
return;
|
||||
}
|
||||
@@ -369,7 +369,7 @@ Page({
|
||||
(collectionA == collectionC&& collectionA != null && collectionC != null) ||
|
||||
(collectionC == collectionB && collectionB != null && collectionC != null)
|
||||
) {
|
||||
alertInfo("采集器不能重复选择")
|
||||
alertInfo("互感器不能重复选择")
|
||||
return;
|
||||
}
|
||||
if (
|
||||
@@ -377,7 +377,7 @@ Page({
|
||||
(collectionARatio != collectionCRatio&& collectionARatio != null && collectionCRatio != null) ||
|
||||
(collectionCRatio != collectionBRatio && collectionBRatio != null && collectionCRatio != null)
|
||||
) {
|
||||
alertInfo("采集器倍率不一致")
|
||||
alertInfo("互感器倍率不一致")
|
||||
return;
|
||||
}
|
||||
const { code, data, message } = await installMeter({
|
||||
|
||||
Reference in New Issue
Block a user