Поставка заготовок за промежуток времени
This commit is contained in:
@@ -48,8 +48,8 @@ def zagotovki_ship():
|
||||
return zagotovki.error_message
|
||||
else:
|
||||
material = dict(request.form)
|
||||
print(material)
|
||||
zagotovki = route(session['db_config'], material, sql_provider, 'zapros2.sql')
|
||||
print(zagotovki)
|
||||
if zagotovki.status:
|
||||
header = f'Поставленные заготовки из материала \'{material["material"]}\''
|
||||
return render_template('output.html', items=zagotovki.result, object=header)
|
||||
|
||||
Reference in New Issue
Block a user