new-20250827 批量报警、批量发送消息,分供应商处理 #37

Merged
dyf merged 8 commits from liubiao/APP:new-20250827 into main 2026-03-10 17:39:40 +08:00
47 changed files with 4805 additions and 825 deletions
Showing only changes of commit 4cacdbe7f7 - Show all commits

View File

@ -435,7 +435,8 @@
longitude: null,
alarmStatus: null,
detailPageUrl: "/pages/650/HBY650",
showConfirm: false
showConfirm: false,
deviceId:''
},
permissions: [],
audioData: {
@ -963,13 +964,13 @@
proParam: function() {
uni.navigateTo({
url: '/pages/common/productDes/index?id=' + this.device.id,
url: '/pages/common/productDes/index?id=' + this.deviceInfo.deviceId,
success(ev) {}
});
},
handRemark: function() {
uni.navigateTo({
url: '/pages/common/operatingInstruct/index?id=' + this.device.id,
url: '/pages/common/operatingInstruct/index?id=' + this.deviceInfo.deviceId,
success(ev) {
}
@ -977,7 +978,7 @@
},
handVideo: function() {
uni.navigateTo({
url: '/pages/common/operationVideo/index?id=' + this.device.id,
url: '/pages/common/operationVideo/index?id=' + this.deviceInfo.deviceId,
success(ev) {
}