точно last
This commit is contained in:
parent
88de48c73e
commit
b3597b554a
@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
@model WorkerViewModel;
|
@model WorkerViewModel;
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h2 class="display-4">работник</h2>
|
<h2 class="display-4">Работник</h2>
|
||||||
</div>
|
</div>
|
||||||
<form id="workerForm" method="post">
|
<form id="workerForm" method="post">
|
||||||
<input type="text" name="id" id="id" value="@Model.Id" hidden="hidden" />
|
<input type="text" name="id" id="id" value="@Model.Id" hidden="hidden" />
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 class="display-4">Детали</h1>
|
<h1 class="display-4">Станки</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
ViewData["Title"] = "Выбор работников для отчета";
|
ViewData["Title"] = "Выбор работников для отчета";
|
||||||
}
|
}
|
||||||
|
|
||||||
<h2>Выберите рвботников для отчета</h2>
|
<h2>Выберите работников для отчета</h2>
|
||||||
|
|
||||||
<form asp-controller="Home" asp-action="WorkerProductChoose" method="post" onsubmit="return validateForm()">
|
<form asp-controller="Home" asp-action="WorkerProductChoose" method="post" onsubmit="return validateForm()">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
@ -9,13 +9,6 @@
|
|||||||
<h1 class="display-4">Список работников с отображением изделий</h1>
|
<h1 class="display-4">Список работников с отображением изделий</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form asp-controller="Report" method="post">
|
|
||||||
<button type="submit" class="btn btn-primary">Сгенерировать отчет в Word</button>
|
|
||||||
</form>
|
|
||||||
<form asp-controller="Report" method="post">
|
|
||||||
<button type="submit" class="btn btn-primary">Сгенерировать отчет в Excel</button>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
BIN
Course/GuarantorAPP/wwwroot/images/Work-transformed.png
Normal file
BIN
Course/GuarantorAPP/wwwroot/images/Work-transformed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Loading…
Reference in New Issue
Block a user