From 0152f045cc53d5d1db1ddebc1b5dae5da6e3ce3b Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 17 九月 2025 15:11:36 +0800
Subject: [PATCH] 新增后台自动更新配置

---
 Monitor-APP/pages/home/home.vue |   91 +++++++++++++++++++++++----------------------
 1 files changed, 46 insertions(+), 45 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index a181dbf..150e223 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -138,10 +138,7 @@
 												<view style="margin-left: auto;">
 													<!-- 鐧惧垎姣� -->
 													<view class="flex-col"
-														style="align-items: flex-end;justify-content: flex-end;">
-														<!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" -->
-														<text class="item-title">31</text>
-														<text class="item-subTitle">浠婃棩璁㈠崟鏁�</text>
+														style="align-items: flex-end;justify-content: flex-end;">sssss
 													</view>
 												</view>
 											</view>
@@ -218,12 +215,12 @@
 									</y-box>
 								</view>
 								<view style="height: 2%;"></view>
-								<view style="height: 18%"  class="flex-row">
+								<!-- <view style="height: 18%"  class="flex-row">
 										<image style="height: 100%;"
 											src="../../static/barcode.png" mode="aspectFit"></image>
 										<image style="height: 100%;"
 											src="../../static/zy_logo.png" mode="aspectFit"></image>
-								</view>
+								</view> -->
 							</view>
 						</view>
 					</view>
@@ -253,13 +250,13 @@
                   <view style="flex: 1;">鍓╀綑鏁伴噺</view>
                 </view> -->
                 <view class="swiper-head" v-show="swiperList.length > 0">
-                  <view style="flex: 2;">鎵樼洏鐮侊細{{infoText.barcode}} <br /> 璁㈠崟鍙�</view>
-                  <view style="flex: 2;">{{infoText.title2}} <br />鍟嗗搧缂栧彿</view>
+									<view style="flex: 2;">浠诲姟鍙�</view>
+                  <view style="flex: 3;">鍟嗗搧缂栧彿</view>
                   <view style="flex: 2;">鍟嗗搧鍚嶇О</view>
-									<view style="flex: 2;">鍥惧彿</view>
-                  <view style="flex: 5;">瑙勬牸</view>
-                  <view style="flex: 1;">浣滀笟鏁伴噺</view>
-                  <view style="flex: 1;">鍓╀綑鏁伴噺</view>
+                  <view style="flex: 2;">瑙勬牸</view>
+									<view style="flex: 2;">宸ュ簭</view>
+                  <view style="flex: 2;">鏁伴噺</view>
+                  
                 </view>
                 <!-- body -->
                 <view class="swiper-body">
@@ -271,15 +268,12 @@
                           circular="true" :autoplay="true" :interval="3000" :duration="1000">
                     <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"
                                  :style="item.color">
-                      <view style="flex: 2;word-break: break-all;">
-                        {{item.orderNo ? item.orderNo : '--'}}
-                      </view>
-                      <view style="flex: 2;">{{item.matnr}}</view>
+											<view style="flex: 2;">{{infoText.workNo}}</view>
+                      <view style="flex: 3;">{{item.matnr}}</view>
                       <view style="flex: 2;">{{item.maknx}}</view>
-											<view style="flex: 2;">{{item.model}}</view>
-                      <view style="flex: 5;">{{item.specs}}</view>
-                      <view style="flex: 1;">{{item.count}}</view>
-                      <view style="flex: 1;">{{item.total}}</view>
+                      <view style="flex: 2;">{{item.specs}}</view>
+											<view style="flex: 2;">{{item.sku}}</view>
+                      <view style="flex: 2;">{{item.count}}/{{item.total}}</view>
                     </swiper-item>
                   </swiper>
                 </view>
@@ -357,14 +351,6 @@
 				</view>
 			</view>
 		</view>
-		<!-- 灏忚溅寮傚父 -->
-		<view class="board">
-			<uni-transition ref="ani" custom-class="transition" :mode-class="newModeClass" :show="errorBoardShow">
-				<view class="error-board">
-					<text v-for="item in carInfo">{{item}}</text>
-				</view>
-			</uni-transition>
-		</view>
 		<view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOut">
 			杩炴帴瓒呮椂: {{times}} s
 		</view>
@@ -422,11 +408,15 @@
 				baseLedId: '',
 				baseCrnId: '',
 				baseUrl: '',
+				apiIp: '178.18.1.203',
+				apiPort: '9090',
+				apiUrl: 'tlfwcs',
 				info: null,
 				error: null,
 				infoType: 0,
 				text: '',
 				infoText: {
+					workNo: '',
 					title: '',
 					staNo: "",
 					matnr: "",
@@ -492,6 +482,8 @@
 			}, 500)
 		},
 		onLoad() {
+			this.getLedInfos()
+			
 			setInterval(() => {
 				this.getDate2()
 				this.getUrl()
@@ -517,14 +509,22 @@
 				var res = result.data
 				that.carInfoModel(res)
 			},
-			getCarInfo() {
+			getLedInfos() {
 				let that = this
 				uni.request({
-					url: that.commonUrl + "/monitor/device/error",
+					url: that.baseHttp + that.apiIp + ":" + that.apiPort + "/" + that.apiUrl + "/console/getLedInfos",
 					method: "GET",
+					data: {},
 					success(result) {
 						var res = result.data
-						that.carInfoModel(res)
+						let data = res.data;
+						
+						uni.setStorageSync('BaseIp', that.apiIp);
+						uni.setStorageSync('BaseLedId', data.staArr);
+						uni.setStorageSync('BasePort', that.apiPort);
+						uni.setStorageSync('BaseCrnId', data.crnId);
+						uni.setStorageSync('UPROJ', that.apiUrl);
+						this.getUrl()
 					}
 				})
 			},
@@ -586,21 +586,21 @@
 					that.infoType = 0
 				}
 			},
-			getInfo() {
-				let that = this
-				uni.request({
-					url: that.commonUrl + "/monitor/led",
-					method: "GET",
-					data: {
-						ledId: that.baseLedId
-					},
-					success(result) {
-						var res = result.data
-						that.infoModel(res)
-					}
-				})
+			// getInfo() {
+			// 	let that = this
+			// 	uni.request({
+			// 		url: that.commonUrl + "/monitor/led",
+			// 		method: "GET",
+			// 		data: {
+			// 			ledId: that.baseLedId
+			// 		},
+			// 		success(result) {
+			// 			var res = result.data
+			// 			that.infoModel(res)
+			// 		}
+			// 	})
 
-			},
+			// },
 			getError() {
 				let that = this
 				uni.request({
@@ -663,6 +663,7 @@
 					}
 
 					that.infoText.staNo = res.data[0].staNo
+					that.infoText.workNo = res.data[0].workNo
 					that.swiperList = res.data[0].matDtos
 					// that.infoText.matnr = res.data[0].matDtos[0].matnr
 					// that.infoText.specs = res.data[0].matDtos[0].specs

--
Gitblit v1.9.1