YYC
2025-05-15 2df906a447195f9786dd468512ea895d6cc18532
igds-app/js/admin/es-real-electric.js
@@ -14,7 +14,7 @@
function init() {
   var user = JSON.parse(localStorage.getItem('user'));
   var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId'));
   url = user.url + "/api-phone/v35/gateway";
   url = user.url + "/api/phone/v35/gateway";
   data.tokenAuth = user.tokenAuth;
   data.data.deptId = selectDeptId;
   dateTime = getDate(new Date());
@@ -49,6 +49,7 @@
         if (result.code == "0000") {
            electricList = result.data;
            renderData();
            // console.log(JSON.stringify(result.data))
         } else {
            renderData();
            mui.toast(result.msg);
@@ -59,67 +60,6 @@
         mui.alert("系统繁忙,请重试!", "提示", ["确定"], function() {}, "div")
      }
   })
   // electricList = [{
   //       "depotId": "18",
   //       "depotName": "做一几加",
   //       "depotType": "02",
   //       "ua": 97,
   //       "ub": 43,
   //       "uc": 81,
   //       "ia": 85,
   //       "ib": 76,
   //       "ic": 43,
   //       "updateTime": "1982-03-19 23:26:43"
   //    },
   //    {
   //       "depotId": "35",
   //       "depotName": "层能比维",
   //       "depotType": "01",
   //       "ua": 71,
   //       "ub": 60,
   //       "uc": 45,
   //       "ia": 22,
   //       "ib": 42,
   //       "ic": 12,
   //       "updateTime": "1980-11-10 20:35:36"
   //    },
   //    {
   //       "depotId": "61",
   //       "depotName": "从周阶红",
   //       "depotType": "02",
   //       "ua": 88,
   //       "ub": 94,
   //       "uc": 77,
   //       "ia": 33,
   //       "ib": 83,
   //       "ic": 67,
   //       "updateTime": "1972-03-23 06:15:44"
   //    },
   //    {
   //       "depotId": "31",
   //       "depotName": "火五况斯",
   //       "depotType": "03",
   //       "ua": 76,
   //       "ub": 76,
   //       "uc": 68,
   //       "ia": 80,
   //       "ib": 54,
   //       "ic": 2,
   //       "updateTime": "2010-02-02 15:07:12"
   //    },
   //    {
   //       "depotId": "20",
   //       "depotName": "话美书着具",
   //       "depotType": "01",
   //       "ua": 96,
   //       "ub": 5,
   //       "uc": 83,
   //       "ia": 74,
   //       "ib": 49,
   //       "ic": 37,
   //       "updateTime": "2007-11-02 05:03:29"
   //    }
   // ]
   
}
//渲染页面