Mercurial > lada > lada-client
comparison app/view/zusatzwerte/CreateForm.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 | 70f80c4ef90e |
children | a7bfaeb1655d |
comparison
equal
deleted
inserted
replaced
113:70f80c4ef90e | 114:189a93e31be9 |
---|---|
3 model: 'Lada.model.Zusatzwert', | 3 model: 'Lada.model.Zusatzwert', |
4 initComponent: function() { | 4 initComponent: function() { |
5 this.items = [ | 5 this.items = [ |
6 { | 6 { |
7 xtype: 'zusatzwert', | 7 xtype: 'zusatzwert', |
8 name: 'pzsId', | 8 name: 'sprobenZusatz_pzsId', |
9 fieldLabel: 'PWZ-ID' | 9 fieldLabel: 'PZW-Größe' |
10 }, | |
11 { | |
12 xtype: 'textfield', | |
13 name: 'erzeuger', | |
14 fieldLabel: 'PWZ-Größe' | |
15 }, | |
16 { | |
17 xtype: 'textfield', | |
18 name: 'messwertNwg', | |
19 fieldLabel: '<NWG' | |
20 }, | 10 }, |
21 { | 11 { |
22 xtype: 'textfield', | 12 xtype: 'textfield', |
23 name: 'messwertPzs', | 13 name: 'messwertPzs', |
24 fieldLabel: '<PZW' | 14 fieldLabel: 'Messwert' |
25 }, | 15 }, |
26 { | 16 { |
27 xtype: 'textfield', | 17 xtype: 'textfield', |
28 name: 'messfehler', | 18 name: 'messfehler', |
29 fieldLabel: 'rel. Unsich.[%]' | 19 fieldLabel: 'rel. Unsich.[%]' |
30 }, | 20 }, |
31 { | 21 { |
32 xtype: 'messeinheit', | 22 xtype: 'textfield', |
33 name: 'mehId', | 23 name: 'nwgZuMesswert', |
34 fieldLabel: 'Maßeinheit' | 24 fieldLabel: 'Nachweisgrenze' |
35 } | 25 } |
36 ]; | 26 ]; |
37 this.callParent(); | 27 this.callParent(); |
38 } | 28 } |
39 }); | 29 }); |