From eb05511cce839cafc4dee453c94f41e0dd52bce5 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 16 九月 2025 13:37:52 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   99 +++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 90 insertions(+), 9 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index b0387ef..d34fc20 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -426,15 +426,12 @@
 			that.baseLedId = BaseLedId
 			that.basePort = BasePort
 			that.baseCrnId = BaseCrnId
-			
-			
-		
 			this.getDate2()
 			setTimeout(()=>{
-				// this.getServerData()
-				// this.initlineChart()
-				// this.initPieChart()
-				// this.getOther()
+				this.getServerData()
+				this.initlineChart()
+				this.initPieChart()
+				this.getOther()
 				setTimeout(()=>{
 					this.getServerData()
 					this.initlineChart()
@@ -450,8 +447,8 @@
 			},500)
 		},
 		onLoad() {
-			
 			setInterval(()=>{
+				this.getServerData()
 				this.getDate2()
 				this.getUrl()
 				this.getInfo()
@@ -516,7 +513,91 @@
 					data: {ledId:that.baseLedId},
 					success(result) {
 						var	res = result.data
-						that.infoModel(res)
+						const res1 = {
+						  "data": [
+							{
+							  "ioType": 103,
+							  "staNo": "STA002",
+							  "workNo": "8888",
+							  "matDtos": [
+								{
+								  "matnr": "0050950010050001",
+								  "maknx": "灏忓帹鎴�",
+								  "proType":"鐢甸晙",
+								  "batch": null,
+								  "specs": "桅35",
+								  "orderNo": "WHIN2503000101",
+								  "outOrderNo": "BYM2024-1007SN楂橀湒",
+								  "unit": "pcs",
+								  "weight": 450,
+								  "objectName": "桅35閾滃皬鍘ㄦ埧",
+								  "length": 20,
+								  "temp1": "浜屽彿鏄熸渤绌哄績鍗曞瓟锛堜笉甯﹀瓟銆丮8铻虹汗瀛旓級",
+								  "temp2": "1007SN楂橀湒",
+								  "count": 1000,
+								  "anfme": 1000,
+								  "factArea": "楂橀湒宸ュ巶"
+								},
+								{
+								  "matnr": "0050950010050002",
+								  "proType":"鐢甸晙",
+								  "maknx": "澶у帹鎴�",
+								  "batch": "B20240521A",
+								  "specs": "桅45",
+								  "orderNo": "WHIN2503000102",
+								  "outOrderNo": "BYM2024-1008SN楂橀湒",
+								  "unit": "pcs",
+								  "weight": 520,
+								  "objectName": "桅45閾滃ぇ鍘ㄦ埧",
+								  "length": 22,
+								  "temp1": "D1075000鍏ュ鍠锋灙榫欏ご(57閾溿�佷綋鎶涚爞銆�2涓灪涓濆瓟)SH095",
+									"temp2": "1007SN楂橀湒",
+								  "count": 800,
+								  "anfme": 800,
+								  "factArea": "涓壃宸ュ巶"
+								},
+								{
+								  "matnr": "0050950010050003",
+								  "proType":"鐢甸晙",
+								  "maknx": "娴村閰嶄欢",
+								  "batch": "B20240521B",
+								  "specs": "桅28",
+								  "orderNo": "WHIN2503000103",
+								  "outOrderNo": "BYM2024-1009SN楂橀湒",
+								  "unit": "濂�",
+								  "weight": 300,
+								  "objectName": "桅28闀�閾浠�",
+								  "length": 18,
+								  "temp1": "桅28闀�閾浠�",
+								   "temp2": "1007SN楂橀湒",
+								  "count": 600,
+								  "anfme": 600,
+								  "factArea": "涓壃宸ュ巶"
+								},
+								{
+								  "matnr": "0050950010050004",
+								  "proType":"鐢甸晙",
+								  "maknx": "闂ㄦ妸鎵�",
+								  "batch": null,
+								  "specs": "L200*W30",
+								  "orderNo": "WHIN2503000104",
+								  "outOrderNo": "BYM2024-1010SN楂橀湒",
+								  "unit": "涓�",
+								  "weight": 180,
+								  "objectName": "榛戣壊閾濋棬鎶婃墜",
+								  "length": 20,
+								  "temp1": "榛戣壊閾濋棬鎶婃墜",
+								   "temp2": "1007SN楂橀湒",
+								  "count": 300,
+								  "anfme": 300,
+								  "factArea": "涓壃宸ュ巶"
+								}
+							  ]
+							}
+						
+						  ]
+						}
+						that.infoModel(res1)
 					}
 				})
 				

--
Gitblit v1.9.1