From 71f46569ad797467ccfd39e6883511293dfd49fe Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 01 七月 2024 14:01:07 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/index/data.json |    2 +-
 Monitor-APP/pages/home/home.vue   |   28 +++++++++++++++++++++-------
 2 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 8ebb333..1fc6a86 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -233,7 +233,7 @@
 										<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
 											<view style="width: 100%;display: flex;flex-direction: column;
 											align-items: center;justify-content: space-around;">
-												<view style="width: 60%;font-size:4vw" v-show="!pakoutShow">搴撲綅鍙�: {{item.locNo}}</view>
+												<view style="width: 60%;font-size:4vw" v-show="!pakoutShow">搴撲綅鍙�: {{infoText.locNo}}</view>
 												<view style="width: 60%;font-size:4vw" v-show="pakoutShow">浜у搧浠e彿: {{item.matnr}}</view>
 												<view style="width: 60%;font-size:4vw" v-show="pakoutShow">浜у搧鍚嶇О: {{item.maknx}}</view>
 												<view style="width: 60%;font-size:4vw" v-show="pakoutShow">鏁伴噺: [{{item.count}} / {{item.total}}]</view>
@@ -419,10 +419,10 @@
 				this.getOther()
 				// this.getDate()
 				this.getDate2()
-				this.getInfo()
-				this.getError()
-				// this.getInfo2()
-				// this.getError2()
+				// this.getInfo()
+				// this.getError()
+				this.getInfo2()
+				this.getError2()
 				this.getUrl()
 				this.controller()
 				// 娴嬭瘯鐢�
@@ -455,8 +455,14 @@
 						that.infoText.title = '鍏ㄦ澘鍑哄簱'
 						that.pakoutShow = true
 					} else if(res.data[0].ioType === 103) {
-						that.infoText.title = '妫�鏂欏嚭搴�'
+						that.infoText.title = '鎷f枡鍑哄簱'
 						that.pakoutShow = true
+					} else if(res.data[0].ioType === 53) {
+						that.infoText.title = '鎷f枡鍏ュ簱'
+						that.pakoutShow = false
+					} else if(res.data[0].ioType === 57) {
+						that.infoText.title = '鐩樼偣鍏ュ簱'
+						that.pakoutShow = false
 					} else if(res.data[0].ioType === 107) {
 						that.infoText.title = '鐩樼偣鍑哄簱'
 						that.pakoutShow = true
@@ -465,6 +471,7 @@
 						that.pakoutShow = false
 					} else if(res.data[0].ioType === 10) {
 						that.infoText.title = '绌烘墭鍏ュ簱'
+						that.pakoutShow = false
 					} else if(res.data[0].ioType === 110) {
 						that.infoText.title = '绌烘墭鍑哄簱'
 					}
@@ -524,8 +531,14 @@
 								that.infoText.title = '鍏ㄦ澘鍑哄簱'
 								that.pakoutShow = true
 							} else if(res.data[0].ioType === 103) {
-								that.infoText.title = '妫�鏂欏嚭搴�'
+								that.infoText.title = '鎷f枡鍑哄簱'
 								that.pakoutShow = true
+							} else if(res.data[0].ioType === 53) {
+								that.infoText.title = '鎷f枡鍏ュ簱'
+								that.pakoutShow = false
+							} else if(res.data[0].ioType === 57) {
+								that.infoText.title = '鐩樼偣鍏ュ簱'
+								that.pakoutShow = false
 							} else if(res.data[0].ioType === 107) {
 								that.infoText.title = '鐩樼偣鍑哄簱'
 								that.pakoutShow = true
@@ -534,6 +547,7 @@
 								that.pakoutShow = false
 							} else if(res.data[0].ioType === 10) {
 								that.infoText.title = '绌烘墭鍏ュ簱'
+								that.pakoutShow = false
 							} else if(res.data[0].ioType === 110) {
 								that.infoText.title = '绌烘墭鍑哄簱'
 							}
diff --git a/Monitor-APP/pages/index/data.json b/Monitor-APP/pages/index/data.json
index 1cd6fc0..bd97254 100644
--- a/Monitor-APP/pages/index/data.json
+++ b/Monitor-APP/pages/index/data.json
@@ -27,7 +27,7 @@
 					}
 				],
 				"emptyMk": false,
-				"ioType": 101
+				"ioType": 57
 			}]
 		}
 	},

--
Gitblit v1.9.1