Динамическое получение списка заготовок и поставщиков

This commit is contained in:
2024-11-14 21:19:27 +03:00
parent 748e217583
commit e522666f40
6 changed files with 31 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>{{ header }}</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>{{ header }}</h1>
<h1>Количество заготовок на складе</h1>
<div class="form">
<form action="" method="post" style="display: inline-block;">
<p>Выберите материал<p></p>