From b5549eed84371a36c93e24fbf3474d3703609ffd Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 14 五月 2024 11:08:30 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/index/data.json | 2 +-
Monitor-APP/pages/home/home.vue | 10 +++++++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 6ee9fc6..067b1b6 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -462,8 +462,8 @@
setInterval(()=>{
// 娴嬭瘯鐢�
- this.getVisualized()
- // this.getVisualizedTest()
+ // this.getVisualized()
+ this.getVisualizedTest()
},1000)
},
methods: {
@@ -484,7 +484,11 @@
that.infoText.title = '鐩樼偣鍑哄簱'
} else if (res.data.agvWrkMast.ioType == 103) {
that.infoText.title = '鎷f枡鍑哄簱'
- } else {
+ } else if (res.data.agvWrkMast.ioType == 57) {
+ that.infoText.title = '鐩樼偣鍐嶅叆搴�'
+ } else if (res.data.agvWrkMast.ioType == 53) {
+ that.infoText.title = '鎷f枡鍐嶅叆搴�'
+ } else if (res.data.agvWrkMast.ioType == 101) {
that.infoText.title = '鍏ㄦ澘鍑哄簱'
}
} else{
diff --git a/Monitor-APP/pages/index/data.json b/Monitor-APP/pages/index/data.json
index e2f4485..6b60da0 100644
--- a/Monitor-APP/pages/index/data.json
+++ b/Monitor-APP/pages/index/data.json
@@ -76,7 +76,7 @@
"mk": "N",
"whsType": null,
"wrkSts": 205,
- "ioType": 101,
+ "ioType": 53,
"crnNo": null,
"steNo": null,
"outMost": null,
--
Gitblit v1.9.1