Merge branch 'Stage5' of http://student.git.athene.tech/Zhelovanov_Dmitrii/Pibd-23_Zhelovanov_D.Y._LawFirm_CourceWork into Stage5
This commit is contained in:
commit
c9baa15703
@ -54,7 +54,7 @@ namespace LawFirmCaseApp.Controllers
|
||||
|
||||
|
||||
});
|
||||
Response.Redirect("/Case/Cases");
|
||||
Response.Redirect("/Home/Cases");
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
|
@ -93,7 +93,7 @@ namespace LawFirmClientApp.Controllers
|
||||
|
||||
if (APIClient.User == null)
|
||||
{
|
||||
return Redirect("~/Home/Enter");
|
||||
return Redirect("~/Home/EnterLawyer");
|
||||
}
|
||||
return
|
||||
View(APIClient.GetRequest<List<VisitViewModel>>($"api/visit/getvisitlist?companyid={APIClient.User.CompanyId}"));
|
||||
|
@ -29,6 +29,13 @@
|
||||
value="@Model.FIO" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-4">Код компании:</div>
|
||||
<div class="col-8">
|
||||
<input type="text" name="fio"
|
||||
value=@Html.DisplayFor(modelitem => Model.CompanyId) />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-8"></div>
|
||||
<div class="col-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user