diff --git a/PrecastConcretePlant/PrecastConcretePlantShopApp/Views/Home/Create.cshtml b/PrecastConcretePlant/PrecastConcretePlantShopApp/Views/Home/Create.cshtml index e1dd794..2bf7d61 100644 --- a/PrecastConcretePlant/PrecastConcretePlantShopApp/Views/Home/Create.cshtml +++ b/PrecastConcretePlant/PrecastConcretePlantShopApp/Views/Home/Create.cshtml @@ -1,5 +1,50 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ +@{ + ViewData["Title"] = "Create"; } +
+ Создать заказ +
++ Номер + | ++ Изделие + | ++ Дата создания + | ++ Количество + | ++ Сумма + | ++ Статус + | +
---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Id) + | ++ @Html.DisplayFor(modelItem => item.ReinforcedName) + | ++ @Html.DisplayFor(modelItem => item.DateCreate) + | ++ @Html.DisplayFor(modelItem => item.Count) + | ++ @Html.DisplayFor(modelItem => item.Sum) + | ++ @Html.DisplayFor(modelItem => item.Status) + | +
Use this page to detail your site's privacy policy.
+@model ClientViewModel + +@{ + ViewData["Title"] = "Privacy Policy"; +} +