From 6e7865b1f1c3d310019987f52d7e145cde691942 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期五, 19 五月 2023 11:16:23 +0800
Subject: [PATCH] 细节调整

---
 igds-app/js/admin/es-real-electric.js |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 58 insertions(+), 1 deletions(-)

diff --git a/igds-app/js/admin/es-real-electric.js b/igds-app/js/admin/es-real-electric.js
index 3c0f427..d1147df 100644
--- a/igds-app/js/admin/es-real-electric.js
+++ b/igds-app/js/admin/es-real-electric.js
@@ -18,6 +18,7 @@
 	data.data.deptId = selectDeptId;
 	getElectric();
 }
+
 function getElectric() {
 	mui.ajax(url, {
 		type: "POST",
@@ -39,6 +40,62 @@
 			mui.alert("绯荤粺绻佸繖,璇烽噸璇曪紒", "鎻愮ず", ["纭畾"], function() {}, "div")
 		}
 	})
+	electricList = [{
+			"depotId": "18",
+			"depotName": "鍋氫竴鍑犲姞",
+			"ua": 97,
+			"ub": 43,
+			"uc": 81,
+			"ia": 85,
+			"ib": 76,
+			"ic": 43,
+			"updateTime": "1982-03-19 23:26:43"
+		},
+		{
+			"depotId": "35",
+			"depotName": "灞傝兘姣旂淮",
+			"ua": 71,
+			"ub": 60,
+			"uc": 45,
+			"ia": 22,
+			"ib": 42,
+			"ic": 12,
+			"updateTime": "1980-11-10 20:35:36"
+		},
+		{
+			"depotId": "61",
+			"depotName": "浠庡懆闃剁孩鍏�",
+			"ua": 88,
+			"ub": 94,
+			"uc": 77,
+			"ia": 33,
+			"ib": 83,
+			"ic": 67,
+			"updateTime": "1972-03-23 06:15:44"
+		},
+		{
+			"depotId": "31",
+			"depotName": "鐏簲鍐垫柉鏈簲鍘�",
+			"ua": 76,
+			"ub": 76,
+			"uc": 68,
+			"ia": 80,
+			"ib": 54,
+			"ic": 2,
+			"updateTime": "2010-02-02 15:07:12"
+		},
+		{
+			"depotId": "20",
+			"depotName": "璇濈編涔︾潃鍏锋潵鍒�",
+			"ua": 96,
+			"ub": 5,
+			"uc": 83,
+			"ia": 74,
+			"ib": 49,
+			"ic": 37,
+			"updateTime": "2007-11-02 05:03:29"
+		}
+	]
 }
 //娓叉煋椤甸潰
 function renderData() {
@@ -76,7 +133,7 @@
 		html +=
 			'<li><div class="con myfancy" style="text-align: center;font-size: 20px;color:#dd524d">鏆傛棤瀹炴椂閰嶇數淇℃伅</div></li>';
 	}
-	// $("#recordList").html(html);
+	$("#recordList").html(html);
 }
 var slider = mui(".mui-slider");
 slider.slider({

--
Gitblit v1.9.3