From 6d980d77c46cbce7faa54dde77d28625a8435445 Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Tue, 30 Apr 2024 19:38:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D0=BA=D1=83=D1=87=D0=B0,?= =?UTF-8?q?=20=D0=B4=D1=83=D0=B1=D0=BB=D1=8C=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Procedure/CreateProcedure.cshtml | 51 ++++++++++++++++-- .../Views/Procedure/Procedures.cshtml | 5 -- .../Views/Procedure/UpdateProcedure.cshtml | 54 +++++++++++++++++-- 3 files changed, 97 insertions(+), 13 deletions(-) delete mode 100644 BeautySalonView/ClientWebApp/Views/Procedure/Procedures.cshtml diff --git a/BeautySalonView/ClientWebApp/Views/Procedure/CreateProcedure.cshtml b/BeautySalonView/ClientWebApp/Views/Procedure/CreateProcedure.cshtml index e1dd794..5b06336 100644 --- a/BeautySalonView/ClientWebApp/Views/Procedure/CreateProcedure.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Procedure/CreateProcedure.cshtml @@ -1,5 +1,48 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ +@{ + ViewData["Title"] = "Процедура"; } + +

Создать процедуру

+ +

Название процедуры:

+ + +

Выбранная косметика:

+
+ + + + + + + + + + + + + + + + + + + +
БрендНаименование косметикиСтоимостьКоличество
Не выбрано
+
+ +

Добавить косметику:

+

Наименование:

+ +

Количество:

+ + + +

Стоимость процедуры:

+ + + diff --git a/BeautySalonView/ClientWebApp/Views/Procedure/Procedures.cshtml b/BeautySalonView/ClientWebApp/Views/Procedure/Procedures.cshtml deleted file mode 100644 index e1dd794..0000000 --- a/BeautySalonView/ClientWebApp/Views/Procedure/Procedures.cshtml +++ /dev/null @@ -1,5 +0,0 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ -} diff --git a/BeautySalonView/ClientWebApp/Views/Procedure/UpdateProcedure.cshtml b/BeautySalonView/ClientWebApp/Views/Procedure/UpdateProcedure.cshtml index e1dd794..fc9b2f3 100644 --- a/BeautySalonView/ClientWebApp/Views/Procedure/UpdateProcedure.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Procedure/UpdateProcedure.cshtml @@ -1,5 +1,51 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ +@{ + ViewData["Title"] = "Процедура"; } + +

Обновить процедуру

+ +

Название процедуры:

+ + +

Выбранная косметика:

+
+ + + + + + + + + + + + + + + + + + + +
БрендНаименование косметикиСтоимостьКоличество
Не выбрано
+
+ +

Добавить косметику:

+

Наименование:

+ +

Количество:

+ + + +

Стоимость процедуры:

+ + + + + +