Изменение запроса с поставщиком

This commit is contained in:
2024-11-06 23:15:51 +03:00
parent b5cd97d38c
commit fa536c6f39
3 changed files with 7 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Поставки поставщиком за год</title>
<title>Все поставки поставщиком</title>
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
</head>
<body>
@@ -10,7 +10,7 @@
<a href="{{ url_for('logout') }}"><button>Выход</button></a>
</div>
<!-- Input -->
<h1>Поставки поставщиком за год</h1>
<h1>Все поставки поставщиком</h1>
<div class="form">
<p>Выберите поставщика</p>
<form action="" method="post">
@@ -19,8 +19,6 @@
<option value="{{ item }}">{{ item }}</option>
{% endfor %}
</select>
<p>Выберите год:</p>
<p><input type="number" name="date" required min={{ year_from }} max={{ year_to }} value="2024"></p>
<input type="submit" value="Отправить">
</form>
<div class="return">