Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/zusatzwerte/CreateForm.js Wed Jun 19 15:56:17 2013 +0200 +++ b/app/view/zusatzwerte/CreateForm.js Thu Jun 20 12:34:09 2013 +0200 @@ -5,23 +5,13 @@ this.items = [ { xtype: 'zusatzwert', - name: 'pzsId', - fieldLabel: 'PWZ-ID' - }, - { - xtype: 'textfield', - name: 'erzeuger', - fieldLabel: 'PWZ-Größe' - }, - { - xtype: 'textfield', - name: 'messwertNwg', - fieldLabel: '<NWG' + name: 'sprobenZusatz_pzsId', + fieldLabel: 'PZW-Größe' }, { xtype: 'textfield', name: 'messwertPzs', - fieldLabel: '<PZW' + fieldLabel: 'Messwert' }, { xtype: 'textfield', @@ -29,9 +19,9 @@ fieldLabel: 'rel. Unsich.[%]' }, { - xtype: 'messeinheit', - name: 'mehId', - fieldLabel: 'Maßeinheit' + xtype: 'textfield', + name: 'nwgZuMesswert', + fieldLabel: 'Nachweisgrenze' } ]; this.callParent();