Mercurial > lada > lada-client
view app/store/DatensatzErzeuger.js @ 984:b21421ba6917 stammdatengrids
added buttons for datensatzerzeuger, pobenehmer, added controllers
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 10 Dec 2015 08:30:14 +0100 |
parents | fb99332bb48e |
children | 15d8c64049d1 |
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz * Software engineering by Intevation GmbH * * This file is Free Software under the GNU GPL (v>=3) * and comes with ABSOLUTELY NO WARRANTY! Check out * the documentation coming with IMIS-Labordaten-Application for details. */ /** * Store for DatensatzErzeuger Stammdaten */ Ext.define('Lada.store.DatensatzErzeuger', { extend: 'Ext.data.Store', model: 'Lada.model.DatensatzErzeuger', data: { data: { id: 1, netzbetreiberId: 'F', daErzeugerId: 5, mstId: '12020', bezeichnung: 'ABCDĂ„', letzteAenderung: new Date() } } });