update Do 6. Feb 19:31:01 CET 2020

This commit is contained in:
Robert Richter 2020-02-06 19:31:01 +01:00
parent af43bcfddc
commit 7063ae2eb3
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ module.exports = function(app, sql, app_cfg, passport, auth, udp) {
}); });
app.post('/rueckmeldung/:waip_uuid', function(req, res) { app.post('/rueckmeldung/:waip_uuid', function(req, res) {
console.log('post_rueckmeldung '+req.body.waip_id); console.log('post_rueckmeldung '+JSON.stringify(req.body));
sql.db_save_response(req.body.waip_id, req.body, function(result){ sql.db_save_response(req.body.waip_id, req.body, function(result){
if (result) { if (result) {
res.redirect('/rueckmeldung/' + req.params.waip_uuid); res.redirect('/rueckmeldung/' + req.params.waip_uuid);

View File

@ -43,7 +43,7 @@
select#wachenauswahl.form-control.form-control-lg(name="wachenauswahl") select#wachenauswahl.form-control.form-control-lg(name="wachenauswahl")
option(value=null) bitte Wache wählen option(value=null) bitte Wache wählen
each val in einsatzdaten.wachen each val in einsatzdaten.wachen
option(value='#{val.waip_wachen_ID}') #{val.wachenname} option(value=val.waip_wachen_ID) #{val.wachenname}
//option(value='2') CB FW Cottbus 3 //option(value='2') CB FW Cottbus 3
//option(value='3') CB FW Madlow //option(value='3') CB FW Madlow
//option(value='4') CB FW Kieckebusch //option(value='4') CB FW Kieckebusch