Mercurial > lada > lada-client
comparison app/view/zusatzwerte/List.js @ 114:189a93e31be9
Worked on Zusatzwerte. No all values are displayed correct in the List and
form. But sending data in correct form does not work yet.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 20 Jun 2013 12:34:09 +0200 |
parents | b91d5376db19 |
children | d78bb4ca6089 |
comparison
equal
deleted
inserted
replaced
113:70f80c4ef90e | 114:189a93e31be9 |
---|---|
28 } | 28 } |
29 ] | 29 ] |
30 } | 30 } |
31 ]; | 31 ]; |
32 this.columns = [ | 32 this.columns = [ |
33 {header: 'PZW-ID', dataIndex: 'pzsId'}, | 33 {header: 'PZW-ID', dataIndex: 'sprobenZusatz_pzsId'}, |
34 {header: 'PWZ-Größe', dataIndex: ''}, | 34 {header: 'PZW-Größe', dataIndex: 'sprobenZusatz_beschreibung', flex: 1}, |
35 {header: '<NWG', dataIndex: 'messwertNwg'}, | 35 {header: 'Messwert', dataIndex: 'messwertPzs'}, |
36 {header: '<PZW', dataIndex: 'messwertPzs'}, | |
37 {header: 'rel. Unsich.[%]', dataIndex: 'messfehler'}, | 36 {header: 'rel. Unsich.[%]', dataIndex: 'messfehler'}, |
38 {header: 'Maßeinheit', dataIndex: ''} | 37 {header: 'Maßeinheit', dataIndex: 'sprobenZusatz_mehId'} |
39 ]; | 38 ]; |
40 this.callParent(arguments); | 39 this.callParent(arguments); |
41 } | 40 } |
42 }); | 41 }); |