From bfbe0defdd57d4c6e9c1be5a0a0725647b94840a Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期四, 01 十二月 2022 15:00:34 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |  158 +++++++++++++++++++++++++++-------------------------
 1 files changed, 81 insertions(+), 77 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 79655c0..35239bc 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -164,17 +164,17 @@
 													<view class="flex-row sub-info">
 														<image src="../../static/g1.png" mode="aspectFit"></image>
 														<view style="width: 8vw;height: 4vw;line-height: 4vw;">鍦ㄥ簱</view>
-														<view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">10000</view>
+														<view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.stockCount}}</view>
 													</view>
 													<view class="flex-row sub-info" style="margin-top: 2vh;">
 														<image src="../../static/g1.png" mode="aspectFit"></image>
 														<view style="width: 8vw;height: 4vw;line-height: 4vw;">鍦ㄥ簱</view>
-														<view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">10000</view>
+														<view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.emptyCount}}</view>
 													</view>
 													<view class="flex-row sub-info" style="margin-top: 2vh;">
 														<image src="../../static/g1.png" mode="aspectFit"></image>
 														<view style="width: 8vw;height: 4vw;line-height: 4vw;">鍦ㄥ簱</view>
-														<view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">10000</view>
+														<view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.noneCount}}</view>
 													</view>
 												</view>
 											</view>
@@ -187,7 +187,8 @@
 									<y-box>
 										<view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
 											<!-- 鍢夊杽杈归攱鏈烘鑲′唤鏈夐檺鍏徃 -->
-											鑷姩浠撳簱WCS鐩戞帶骞冲彴
+											<!-- 鑷姩浠撳簱WCS鐩戞帶骞冲彴 -->
+											<image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image>
 										</view>
 									</y-box>
 								</view>
@@ -314,7 +315,10 @@
 					xDuration: 3,
 					yDuration: 4,
 					usedPr: 50,
-					used: 3537
+					used: 3537,
+					stockCount: '',
+					emptyCount: '',
+					noneCount: '',
 				},
 				chartsData: {
 					"Line": {
@@ -381,7 +385,7 @@
 			console.log(that.commonUrl);
 		},
 		onLoad() {
-			this.getServerData()
+			// this.getServerData()
 			this.getDate()
 			setInterval(()=>{
 				this.getDate()
@@ -400,10 +404,10 @@
 			getUrl() {
 				this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePort + "/" +this.baseUrl
 			},
-			getServerData() {
-				this.chartsDataLine1=JSON.parse(JSON.stringify(demodata.Line))
-				this.chartsDataPie2=JSON.parse(JSON.stringify(demodata.PieA))
-			},
+			// getServerData() {
+			// 	this.chartsDataLine1=JSON.parse(JSON.stringify(demodata.Line))
+			// 	this.chartsDataPie2=JSON.parse(JSON.stringify(demodata.PieA))
+			// },
 			// 鑾峰彇閿欒淇℃伅
 			getInfo2() {
 				let that = this
@@ -648,75 +652,75 @@
 				this.calendar = year + "骞�" + month + "鏈�" + day + "鏃� " + hours + ":" + minutes + ":" + seconds + " " + weeks
 			},
 			getDateFormat(value) {
-							var date = new Date();// 鑾峰彇褰撳墠鏃堕棿
-							date.setDate(date.getDate() + value);// 璁剧疆澶╂暟 -1 澶�
-							var m = date.getMonth() + 1
-							var d = date.getDate()
-							var newDate = m + '-' + d
-							return newDate
-						},
+				var date = new Date();// 鑾峰彇褰撳墠鏃堕棿
+				date.setDate(date.getDate() + value);// 璁剧疆澶╂暟 -1 澶�
+				var m = date.getMonth() + 1
+				var d = date.getDate()
+				var newDate = m + '-' + d
+				return newDate
+			},
 			/*************** 鎶樼嚎鍥� *****************************************************************************************************/
-						initlineChart() {
-							let that = this
-							uni.request({
-								url: that.commonUrl + "/monitor/line/charts",
-								method:'GET',
-								success(result) {
-									var res = result.data
-									if (res.code === 200) {
-										that.chartsData.Line.categories = [
-											that.getDateFormat(-11),that.getDateFormat(-10),that.getDateFormat(-9),that.getDateFormat(-8),
-											that.getDateFormat(-7),that.getDateFormat(-6),that.getDateFormat(-5),that.getDateFormat(-4),
-											that.getDateFormat(-3),that.getDateFormat(-2),that.getDateFormat(-1),that.getDateFormat(0),]
-										that.chartsData.Line.series = res.data.rows
-									}
-								}
-							})
-						},
+			initlineChart() {
+				let that = this
+				uni.request({
+					url: that.commonUrl + "/monitor/line/charts",
+					method:'GET',
+					success(result) {
+						var res = result.data
+						if (res.code === 200) {
+							that.chartsData.Line.categories = [
+								that.getDateFormat(-11),that.getDateFormat(-10),that.getDateFormat(-9),that.getDateFormat(-8),
+								that.getDateFormat(-7),that.getDateFormat(-6),that.getDateFormat(-5),that.getDateFormat(-4),
+								that.getDateFormat(-3),that.getDateFormat(-2),that.getDateFormat(-1),that.getDateFormat(0),]
+							that.chartsData.Line.series = res.data.rows
+						}
+					}
+				})
+			},
 			/*************** 楗煎浘 *****************************************************************************************************/
-						initPieChart() {
-							let that = this
-							uni.request({
-								url: that.commonUrl + "/monitor/loc/rep",
-								method:'GET',
-								success(result) {
-									var res = result.data
-									if (res.code === 200) {
-										that.chartsData.Pie.series[0].data = res.data.pie
-										that.stockCount = res.data.stockCunt
-										that.emptyCount = res.data.emptyCount
-										that.noneCount = res.data.noneCount
-										that.used = res.data.used
-										that.usedPr = res.data.usedPr
-									}
-								}
-							})
-						},
-						getOther() {
-							let that = this
-							uni.request({
-								// http://10.10.0.222:9090/jkwcs/monitor/led?ledId=186
-								url: that.commonUrl + "/monitor/other",
-								data: {
-									crnId: that.baseCrnId, 
-									ledId: that.baseLedId,
-								},
-								success(result) {
-									console.log(result);
-									var res = result.data
-									if (res.code === 200) {
-										that.xDistance = res.data.xDistance
-										that.yDistance = res.data.yDistance
-										that.xDuration = res.data.xDuration
-										that.yDuration = res.data.yDuration
-									} else if (res.code === 403) {
-										
-									} else {
-										
-									}
-								}
-							})
-						},
+			initPieChart() {
+				let that = this
+				uni.request({
+					url: that.commonUrl + "/monitor/loc/rep",
+					method:'GET',
+					success(result) {
+						var res = result.data
+						if (res.code === 200) {
+							that.chartsData.Pie.series[0].data = res.data.pie
+							that.stockCount = res.data.stockCunt
+							that.emptyCount = res.data.emptyCount
+							that.noneCount = res.data.noneCount
+							that.used = res.data.used
+							that.usedPr = res.data.usedPr
+						}
+					}
+				})
+			},
+			getOther() {
+				let that = this
+				uni.request({
+					// http://10.10.0.222:9090/jkwcs/monitor/led?ledId=186
+					url: that.commonUrl + "/monitor/other",
+					data: {
+						crnId: that.baseCrnId, 
+						ledId: that.baseLedId,
+					},
+					success(result) {
+						console.log(result);
+						var res = result.data
+						if (res.code === 200) {
+							that.baseInfo.xDistance = res.data.xDistance
+							that.baseInfo.yDistance = res.data.yDistance
+							that.baseInfo.xDuration = res.data.xDuration
+							that.baseInfo.yDuration = res.data.yDuration
+						} else if (res.code === 403) {
+							
+						} else {
+							
+						}
+					}
+				})
+			},
 		}
 		
 	}

--
Gitblit v1.9.1