Основы для оформления накладных

This commit is contained in:
2024-11-21 18:40:38 +03:00
parent 36dc4150ce
commit a04941f872
5 changed files with 58 additions and 33 deletions

View File

@@ -6,4 +6,6 @@ waybill_bp = Blueprint('waybill_bp', __name__, template_folder='templates')
@check_auth
def waybill():
if request.method == 'GET':
return render_template('waybill.html')
return render_template('waybill.html')
print(request.form)
return 'OK'