From 8a855ff4cebb72383b6043e5c5c2f3a27ade9533 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 11 十二月 2025 15:38:31 +0800
Subject: [PATCH] #

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

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index b0a8c24..336b75e 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -183,9 +183,9 @@
 											<view style="width: 50%; font-size: 3vw">鐗╂枡缂栫爜: {{ item.matnr }}</view>
 											<view style="width: 50%; font-size: 3vw">鍚嶇О: {{ item.maknx }}</view>
 											<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: 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>
 										</swiper-item>
 									</swiper>
@@ -337,7 +337,7 @@
 			wmsPort: '',
 			switchDebounceTimer: null,
 			viewSwitchInProgress: false,
-			getConfigUrl:"http://192.168.1.198:8080/wms/rpc/getLedInfos"
+			getConfigUrl:"http://127.0.0.1:8088/wcs/monitor/getIpConfig"
 		};
 	},
 	onShow() {
@@ -557,6 +557,8 @@
 						that.infoText.title = '骞舵澘鍑哄簱';
 					} else if (data.taskList[0].ioType === 54) {
 						that.infoText.title = '骞舵澘鍏ュ簱';
+					}else  {
+						that.infoText.title = data.taskList[0].title;
 					}
 					that.infoText.barcode = data.taskList[0].barcode;
 					that.infoText.workNo = data.taskList[0].workNo;

--
Gitblit v1.9.1