123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- var TESTDATA = {
- "code": 0,
- "msg": "操作成功",
- "data": {
- "device": {
- "total": 140,
- "online": 48,
- "stop8": 10,
- "stop1": 12,
- "stop2": 35,
- "stop6": 18,
- "alarm": 2
- },
- "efficiency": {
- "totalLength": 9522.11,
- "totalWeight": 30.79,
- "blength": 5022.11,
- "aefficiency": 86.63,
- "bweight": 16.24,
- "befficiency": 86.63,
- "btime": 9.1,
- "alength": 4500,
- "atime": 9.5,
- "aweight": 14.55
- },
- "alarm": [{
- "name": "小经编机2号",
- "code": "C_2",
- "type": 1
- }, {
- "name": "小经编机5号",
- "code": "C_5",
- "type": 2
- }, {
- "name": "小经编机7号",
- "code": "C_7",
- "type": 25
- }, {
- "name": "小经编机8号",
- "code": "C_8",
- "type": 8
- }, {
- "name": "小经编机97号",
- "code": "C_97",
- "type": 22
- }, {
- "name": "小经编机98号",
- "code": "C_98",
- "type": 15
- }],
- "weekData": [{
- "time": "2024-05-01",
- "efficiency": 80,
- "weight": 12,
- "kwh": 1409,
- "stop1": 6,
- "stop2": 2,
- "stop3": 9,
- "stop4": 8,
- "stop5": 6,
- "stop6": 4,
- "stop7": 9,
- "alarm": 15,
- "aefficiency": 75,
- "bweight": 5,
- "befficiency": 66,
- "aweight": 7,
- "bkwh": 532,
- "akwh": 877
- }, {
- "time": "2024-05-02",
- "efficiency": 65,
- "weight": 12,
- "kwh": 1645,
- "stop1": 0,
- "stop2": 1,
- "stop3": 8,
- "stop4": 4,
- "stop5": 9,
- "stop6": 5,
- "stop7": 6,
- "alarm": 13,
- "aefficiency": 67,
- "bweight": 4,
- "befficiency": 48,
- "aweight": 8,
- "bkwh": 664,
- "akwh": 981
- }, {
- "time": "2024-05-03",
- "efficiency": 75,
- "weight": 10,
- "kwh": 1753,
- "stop1": 1,
- "stop2": 2,
- "stop3": 3,
- "stop4": 2,
- "stop5": 4,
- "stop6": 0,
- "stop7": 8,
- "alarm": 11,
- "aefficiency": 88,
- "bweight": 1,
- "befficiency": 39,
- "aweight": 9,
- "bkwh": 861,
- "akwh": 892
- }, {
- "time": "2024-05-04",
- "efficiency": 90,
- "weight": 14,
- "kwh": 1320,
- "stop1": 5,
- "stop2": 0,
- "stop3": 7,
- "stop4": 8,
- "stop5": 0,
- "stop6": 1,
- "stop7": 9,
- "alarm": 45,
- "aefficiency": 99,
- "bweight": 9,
- "befficiency": 76,
- "aweight": 5,
- "bkwh": 669,
- "akwh": 651
- }, {
- "time": "2024-05-05",
- "efficiency": 75,
- "weight": 14,
- "kwh": 1625,
- "stop1": 5,
- "stop2": 4,
- "stop3": 6,
- "stop4": 7,
- "stop5": 2,
- "stop6": 4,
- "stop7": 3,
- "alarm": 35,
- "aefficiency": 35,
- "bweight": 8,
- "befficiency": 91,
- "aweight": 6,
- "bkwh": 842,
- "akwh": 783
- }, {
- "time": "2024-05-06",
- "efficiency": 65,
- "weight": 14,
- "kwh": 1495,
- "stop1": 6,
- "stop2": 2,
- "stop3": 4,
- "stop4": 1,
- "stop5": 2,
- "stop6": 8,
- "stop7": 1,
- "alarm": 8,
- "aefficiency": 76,
- "bweight": 7,
- "befficiency": 82,
- "aweight": 7,
- "bkwh": 732,
- "akwh": 763
- }, {
- "time": "2024-05-07",
- "efficiency": 55,
- "weight": 15,
- "kwh": 1522,
- "stop1": 4,
- "stop2": 5,
- "stop3": 8,
- "stop4": 3,
- "stop5": 7,
- "stop6": 1,
- "stop7": 4,
- "alarm": 17,
- "aefficiency": 52,
- "bweight": 6,
- "befficiency": 61,
- "aweight": 9,
- "bkwh": 611,
- "akwh": 911
- }]
- }
- }
|