From 1872d4c65681b74938828823cdc41d9483cf0e6c Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 27 十二月 2024 14:18:51 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index b57eb4d..319e94b 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -213,6 +213,8 @@
 											
 											<view style="width: 50%; font-size: 3vw;">瑙勬牸: {{item.specs}}</view>
 											<view style="width: 50%; font-size: 3vw;">鎵规: {{item.batch}}</view>
+											<view style="width: 50%; font-size: 3vw;">閿�鍞崟鍙�: {{item.orderNo}}</view>
+											<view style="width: 50%; font-size: 3vw;">瀹㈡埛鍚嶇О: {{item.customer}}</view>
 											<view style="width: 33%; font-size: 3vw;">鏁伴噺: {{item.count}}</view>
 											
 											
@@ -402,10 +404,10 @@
 			const BasePort = uni.getStorageSync('BasePort');
 			const BaseCrnId = uni.getStorageSync('BaseCrnId');
 			const PROJ = uni.getStorageSync('UPROJ');
-			that.baseUrl = "gtwcs"
-			that.baseIP = "10.0.100.120"
+			that.baseUrl = PROJ
+			that.baseIP = BaseIP
 			that.baseLedId = BaseLedId
-			that.basePort = "8088"
+			that.basePort = BasePort
 			that.baseCrnId = BaseCrnId
 			that.webSockerInit();
 		},
@@ -419,8 +421,8 @@
 				// this.getDate2()
 				// this.getInfo()
 				// this.getError()
-				// // this.getInfo2()
-				// // this.getError2()
+				// this.getInfo2()
+				// this.getError2()
 				// this.getUrl()
 				this.controller()
 				// this.statisticalModel()
@@ -517,8 +519,10 @@
 					 		that.infoText.title = '绌烘墭鍏ュ簱'
 					 	} else if(data.taskList[0].ioType === 110) {
 					 		that.infoText.title = '绌烘墭鍑哄簱'
-					 	}else if(data.taskList[0].ioType === 104) {
+					 	} else if(data.taskList[0].ioType === 104) {
 					 		that.infoText.title = '骞舵澘鍑哄簱'
+					 	}else if(data.taskList[0].ioType === 54) {
+					 		that.infoText.title = '骞舵澘鍏ュ簱'
 					 	}
 					 	that.infoText.barcode = data.taskList[0].barcode
 					 	that.infoText.workNo = data.taskList[0].workNo

--
Gitblit v1.9.1