Mercurial > lada > lada-client
comparison app/view/proben/List.js @ 99:b6a05fe9f40e
Setup missing fields in the proben overview.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 14 Jun 2013 17:26:44 +0200 |
parents | f7d40f8a6902 |
children | bc2d46a67bbd |
comparison
equal
deleted
inserted
replaced
98:0a104617a700 | 99:b6a05fe9f40e |
---|---|
26 ]; | 26 ]; |
27 this.columns = [ | 27 this.columns = [ |
28 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, | 28 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, |
29 {header: 'MPL', dataIndex: 'mplId', width: 50}, | 29 {header: 'MPL', dataIndex: 'mplId', width: 50}, |
30 {header: 'UWB', dataIndex: 'umwId', width: 50}, | 30 {header: 'UWB', dataIndex: 'umwId', width: 50}, |
31 {header: 'MMT', dataIndex: 'messmethode'}, | |
31 {header: 'HPNR', dataIndex: 'hauptprobenNr'}, | 32 {header: 'HPNR', dataIndex: 'hauptprobenNr'}, |
32 {header: 'E.Gemeinde', dataIndex: '', flex: 1}, | 33 {header: 'NPNR', dataIndex: 'nebenprobenNr'}, |
33 {header: 'Ursprungsgemeinde', dataIndex: '', flex: 1}, | 34 {header: 'E.Gemeinde', dataIndex: 'bezeichnung', flex: 1}, |
35 {header: 'Ursprungsgemeinde', dataIndex: 'kreis', flex: 1}, | |
34 {header: 'ProbeID', dataIndex: 'probeId'}, | 36 {header: 'ProbeID', dataIndex: 'probeId'}, |
35 {header: 'OZB', dataIndex: '', width: 50}, | |
36 {header: 'MST', dataIndex: 'mstId', width: 50} | 37 {header: 'MST', dataIndex: 'mstId', width: 50} |
37 ]; | 38 ]; |
38 this.callParent(arguments); | 39 this.callParent(arguments); |
39 } | 40 } |
40 }); | 41 }); |