Waterfee.php
10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<?php
namespace app\api\controller\v7\screen;
use app\common\controller\Api;
use fast\Random;
use think\Db;
/**
* 水费征收
* Class Waterfee
* @package app\api\controller\v7\screen
*/
class Waterfee extends Api
{
public $noNeedLogin = ['*'];
public $noNeedRight = ['*'];
public function _initialize()
{
parent::_initialize();
}
//计量设备
public function device(){
$result = [
[
'name' => '物联网水表',
'total_num' => '--',
'normal_num' => '--',
'warning_num' => '--',
],
[
'name' => '超声波水表',
'total_num' => '--',
'normal_num' => '--',
'warning_num' => '--',
],
[
'name' => '水压表',
'total_num' => '--',
'normal_num' => '--',
'warning_num' => '--',
],
[
'name' => '物联网水表1类',
'total_num' => '--',
'normal_num' => '--',
'warning_num' => '--',
],
[
'name' => '物联网水表2类',
'total_num' => '--',
'normal_num' => '--',
'warning_num' => '--',
],
[
'name' => '物联网水表3类',
'total_num' => '--',
'normal_num' => '--',
'warning_num' => '--',
],
];
$this->success('成功', $result);
}
//用户类别分布
public function userClass(){
$result = [
[
'name' => '农业',
'num' => 80,
],
[
'name' => '商业/工业',
'num' => 80,
],
[
'name' => '生活',
'num' => 80,
]
];
$this->success('成功', $result);
}
//用水统计
public function waterUsed(){
$result = [
'x' => ['农业','商业','工业','生活','其他'],
'last_week' => [
'collection_cost' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
'water_consumption' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
],
'last_month' => [
'collection_cost' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
'water_consumption' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
],
'last_3month' => [
'collection_cost' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
'water_consumption' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
],
'last_6month' => [
'collection_cost' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
'water_consumption' => [random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200),random_int(0,200)],
],
];
$this->success('成功', $result);
}
protected $workorderStatusList = [
1 => '待支付',
2 => '已处理',
3 => '欠费',
];
//服务中心工单 改为(水费计费标准)
public function workorder(){
$result = [
// 'today' => [
// [
// 'name' => '完成支付笔数',
// 'num' => 14535,
// ],
// [
// 'name' => '未交费笔数',
// 'num' => 156,
// ],
// [
// 'name' => '缴费完成占比',
// 'num' => 98,
// ],
// [
// 'name' => '满意度评价',
// 'num' => 6666,
// ],
// ],
// 'seven' => [
// [
// 'name' => '完成支付笔数',
// 'num' => 92547,
// ],
// [
// 'name' => '未交费笔数',
// 'num' => 1026,
// ],
// [
// 'name' => '缴费完成占比',
// 'num' => 98.8,
// ],
// [
// 'name' => '满意度评价',
// 'num' => 38888,
// ],
// ],
// 'rows' => [
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '李云龙',
// 'times' => date('Y-m-d H:i'),
// 'status' => 1,
// 'status_text' => $this->workorderStatusList[1],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '高飞',
// 'times' => date('Y-m-d H:i'),
// 'status' => 1,
// 'status_text' => $this->workorderStatusList[1],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '李思',
// 'times' => date('Y-m-d H:i'),
// 'status' => 2,
// 'status_text' => $this->workorderStatusList[2],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '秦明',
// 'times' => date('Y-m-d H:i'),
// 'status' => 1,
// 'status_text' => $this->workorderStatusList[1],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '黄佳',
// 'times' => date('Y-m-d H:i'),
// 'status' => 1,
// 'status_text' => $this->workorderStatusList[1],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '王宇',
// 'times' => date('Y-m-d H:i'),
// 'status' => 1,
// 'status_text' => $this->workorderStatusList[1],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '刘强',
// 'times' => date('Y-m-d H:i'),
// 'status' => 3,
// 'status_text' => $this->workorderStatusList[3],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '张磊',
// 'times' => date('Y-m-d H:i'),
// 'status' => 3,
// 'status_text' => $this->workorderStatusList[3],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '赵菲',
// 'times' => date('Y-m-d H:i'),
// 'status' => 2,
// 'status_text' => $this->workorderStatusList[2],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '王瑜',
// 'times' => date('Y-m-d H:i'),
// 'status' => 2,
// 'status_text' => $this->workorderStatusList[2],
// ],
// [
// 'code' => Random::alnum(8),
// 'staff_name' => '林凯',
// 'times' => date('Y-m-d H:i'),
// 'status' => 2,
// 'status_text' => $this->workorderStatusList[2],
// ],
// ]
[
'category' => '第一类居民生活用水',
'price_level' => '第一级',
'water_limit' => '15.00m³',
'implementation_time' => date('Y-m-d H:i', time() + 24*3600*30),
'status' => '计划中',
],
[
'category' => '第二类非居民生活用水',
'price_level' => '第一级',
'water_limit' => '15.00m³',
'implementation_time' => date('Y-m-d H:i', time() + 24*3600*30),
'status' => '计划中',
],
[
'category' => '第三类特种行业用水',
'price_level' => '第二级',
'water_limit' => '30.00m³',
'implementation_time' => date('Y-m-d H:i', time() - 24*3600*30),
'status' => '使用中',
],
[
'category' => '第一类居民生活用水',
'price_level' => '第二级',
'water_limit' => '30.00m³',
'implementation_time' => date('Y-m-d H:i', time() - 24*3600*30),
'status' => '使用中',
],
[
'category' => '第一类居民生活用水',
'price_level' => '第三级',
'water_limit' => '50.00m³',
'implementation_time' => date('Y-m-d H:i', time() - 24*3600*30),
'status' => '使用中',
],
[
'category' => '第一类居民生活用水',
'price_level' => '第四级',
'water_limit' => '70.00m³',
'implementation_time' => date('Y-m-d H:i', time() - 24*3600*30),
'status' => '使用中',
]
];
$this->success('成功', $result);
}
//收入统计(万元)
public function income(){
$result = [
'total' => [
'all_income' => 6273,
'farming_income' => 2413,
'life_income' => 1189,
'business_income' => 1881,
'industry_income' => 790,
],
'last_month' => [
'all_income' => 100,
'farming_income' => 36,
'life_income' => 22,
'business_income' => 31,
'industry_income' => 11,
],
'last_3month' => [
'all_income' => 322,
'farming_income' => 102,
'life_income' => 74,
'business_income' => 36,
'industry_income' => 110,
],
];
$this->success('成功', $result);
}
}