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
| [
| {
| UserName: '集团名称',
| WasteWaters: '',
| AddOutPut: '',
| MonthOutPut: '',
| NH4NPut: '',
| NH4NMonth: '',
| normal: '',
| overProof: '',
| Abnormal: '',
| StopProduction: '',
| deficiency: ''
| },
| {
| UserName: '天津石化',
| WasteWaters: '116.6',
| AddOutPut: '58.3',
| MonthOutPut: '13.1',
| NH4NPut: '58.3',
| NH4NMonth: '13.1',
| normal: '21',
| overProof: '2',
| Abnormal: '2',
| StopProduction: '2',
| deficiency: '2'
| },
| {
| UserName: 'xxxx炼化3',
| WasteWaters: '116.6',
| MonthOutPut: '13.1',
| NH4NPut: '58.3',
| NH4NMonth: '13.1',
| normal: '21',
| overProof: '2',
| Abnormal: '2',
| StopProduction: '2',
| deficiency: '2'
| },
| {
| UserName: 'xxxx4',
| WasteWaters: '116.6',
| AddOutPut: '58.3',
| MonthOutPut: '13.1',
| NH4NPut: '58.3',
| NH4NMonth: '13.1',
| normal: '21',
| overProof: '2',
| Abnormal: '2',
| StopProduction: '2',
| deficiency: '2'
| }
| ]
|
|