diff --git a/LawCompany/LawCompanyExecutorApp/Views/Case/AddClient.cshtml b/LawCompany/LawCompanyExecutorApp/Views/Case/AddClient.cshtml index a940bfd..31f72b2 100644 --- a/LawCompany/LawCompanyExecutorApp/Views/Case/AddClient.cshtml +++ b/LawCompany/LawCompanyExecutorApp/Views/Case/AddClient.cshtml @@ -1,5 +1,30 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ -} \ No newline at end of file +@{ + ViewData["Title"] = "Добавить клиентов"; + Layout = "~/Views/Shared/_Layout.cshtml"; +} + +
+ Номер клиента + | ++ ФИО + | ++ Email + | ++ Телефон + | + +
---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.FIO) + | ++ @Html.DisplayFor(modelItem => item.Email) + | ++ @Html.DisplayFor(modelItem => item.Phone) + | + + +
+ Добавить дела + Добавить клиентов к делам +
++ Номер дела + | ++ Имя + | ++ Дата открытия + | ++ Дата закрытия + | ++ Статус + | + +|||
---|---|---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.Name) + | ++ @Html.DisplayFor(modelItem => item.DateCreate) + | ++ @Html.DisplayFor(modelItem => item.DateImplement) + | ++ @Html.DisplayFor(modelItem => item.Status) + | ++ + + + | + ++ + | ++ + | + +
+ Добавить клиента +
++ Номер клиента + | ++ ФИО + | ++ Телефон + | ++ Почта + | + +||
---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.FIO) + | ++ @Html.DisplayFor(modelItem => item.Phone) + | ++ @Html.DisplayFor(modelItem => item.Email) + | ++ + + + | + ++ + | + +
Learn about building Web apps with ASP.NET Core.
-Use this page to detail your site's privacy policy.
++ Добавить визиты + +
++ + Назначить клиентов +
++ Номер визита + | ++ Дата + | ++ Слушание + | +|||
---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.VisitDate) + | ++ @Html.DisplayFor(modelItem => item.HearingId) + | + ++ + + + | + ++ + | ++ + | + +