From 62194530e016304a1edc95cf289809f9cb5c5f5e Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期日, 08 一月 2023 21:31:35 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 5e9d589..2277f5f 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -187,8 +187,8 @@
 									<y-box>
 										<view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
 											<!-- 鍢夊杽杈归攱鏈烘鑲′唤鏈夐檺鍏徃 -->
-											<!-- 鑷姩浠撳簱WCS鐩戞帶骞冲彴 -->
-											<image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image>
+											鑷姩浠撳簱WCS鐩戞帶骞冲彴
+											<!-- <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image> -->
 										</view>
 									</y-box>
 								</view>
@@ -217,7 +217,7 @@
 								<view class="flex-col info-box-text-item">鐩爣绔欙細{{infoText.staNo}}</view>
 								<view class="flex-col info-box-text-item">鍟嗗搧缂栧彿锛歿{infoText.matnr}}</view>
 								<view class="flex-col info-box-text-item">鍟嗗搧鍚嶇О锛歿{infoText.maknx}}</view>
-								<view class="flex-col info-box-text-item">鎵瑰彿锛歿{infoText.specs}}</view>
+								<view class="flex-col info-box-text-item">瑙勬牸锛歿{infoText.specs}}</view>
 								<view class="flex-col info-box-text-item">鏁伴噺锛歿{infoText.count}}</view>
 							</view>
 						</y-box>
@@ -350,13 +350,13 @@
 				infoType: 0,
 				text: '',
 				infoText: {
-					title: '鍏ㄦ澘鍑哄簱',
-					staNo: "200",
-					matnr: "300",
-					maknx: "400",
-					specs: "500",
-					count: "600",
-					error: "鍒╃敤绔嬩綋浠撳簱璁惧鍙疄鐜颁粨搴撻珮灞傚悎鐞嗗寲銆佸瓨鍙栬嚜鍔ㄥ寲銆佹搷浣滅畝渚垮寲锛涖��"
+					title: '',
+					staNo: "",
+					matnr: "",
+					maknx: "",
+					specs: "",
+					count: "",
+					error: ""
 				},
 				
 				
@@ -425,7 +425,7 @@
 					}
 					that.infoText.staNo = res.data[0].staNo
 					that.infoText.matnr = res.data[0].matDtos[0].matnr
-					that.infoText.batch = res.data[0].matDtos[0].batch
+					that.infoText.specs = res.data[0].matDtos[0].specs
 					that.infoText.maknx = res.data[0].matDtos[0].maknx
 					that.infoText.count = res.data[0].matDtos[0].count
 				} else {
@@ -478,7 +478,7 @@
 							}
 							that.infoText.staNo = res.data[0].staNo
 							that.infoText.matnr = res.data[0].matDtos[0].matnr
-							that.infoText.batch = res.data[0].matDtos[0].batch
+							that.infoText.specs = res.data[0].matDtos[0].specs
 							that.infoText.maknx = res.data[0].matDtos[0].maknx
 							that.infoText.count = res.data[0].matDtos[0].count
 						} else {
@@ -495,9 +495,11 @@
 				let that = this
 				uni.request({
 					url: that.commonUrl + "/monitor/led/error",
+					data: {ledId:that.baseLedId},
 					method:"GET",
 					success(result) {
 						var	res = result.data
+						console.log(res);
 						if (res.data && res.data !== "") {
 							var errorInfo = res.data
 							if (that.infoType == 1) {

--
Gitblit v1.9.1