From 9fda5692709bcbb3aabf898dcec51439d8e058bd Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Fri, 8 Nov 2024 11:56:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B0=20html-=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=20+=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Requests/templates/error.html | 2 +- App/Requests/templates/output.html | 2 +- App/Requests/templates/sellers_ship.html | 6 +++--- App/Requests/templates/zagotovki.html | 2 +- App/Requests/templates/zapros_menu.html | 2 +- App/Requests/zapros_menu.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/App/Requests/templates/error.html b/App/Requests/templates/error.html index c1a8828..bd6bb48 100644 --- a/App/Requests/templates/error.html +++ b/App/Requests/templates/error.html @@ -1,5 +1,5 @@ - + Ошибка diff --git a/App/Requests/templates/output.html b/App/Requests/templates/output.html index e632081..b485fbb 100644 --- a/App/Requests/templates/output.html +++ b/App/Requests/templates/output.html @@ -1,5 +1,5 @@ - + {{ header }} diff --git a/App/Requests/templates/sellers_ship.html b/App/Requests/templates/sellers_ship.html index afc6eea..1a5a66a 100644 --- a/App/Requests/templates/sellers_ship.html +++ b/App/Requests/templates/sellers_ship.html @@ -1,8 +1,8 @@ - + - Все поставки поставщиком + Поставки поставщиком @@ -10,7 +10,7 @@ -

Все поставки поставщиком

+

Поставки поставщиком

Выберите поставщика

diff --git a/App/Requests/templates/zagotovki.html b/App/Requests/templates/zagotovki.html index eef759a..41b860c 100644 --- a/App/Requests/templates/zagotovki.html +++ b/App/Requests/templates/zagotovki.html @@ -1,5 +1,5 @@ - + {{ header }} diff --git a/App/Requests/templates/zapros_menu.html b/App/Requests/templates/zapros_menu.html index 852a439..e7d38b8 100644 --- a/App/Requests/templates/zapros_menu.html +++ b/App/Requests/templates/zapros_menu.html @@ -1,5 +1,5 @@ - + Запросы diff --git a/App/Requests/zapros_menu.json b/App/Requests/zapros_menu.json index 77b9a68..a34b0e7 100644 --- a/App/Requests/zapros_menu.json +++ b/App/Requests/zapros_menu.json @@ -1,5 +1,5 @@ [ {"name": "Количество заготовок на складе", "url": "requests_bp.sklad_zapros"}, - {"name": "Поставки поставщиком за год", "url": "requests_bp.sellers_ship"} + {"name": "Поставки поставщиками", "url": "requests_bp.sellers_ship"} ] \ No newline at end of file