точно last
This commit is contained in:
parent
88de48c73e
commit
b3597b554a
@ -4,7 +4,7 @@
|
||||
}
|
||||
@model WorkerViewModel;
|
||||
<div class="text-center">
|
||||
<h2 class="display-4">работник</h2>
|
||||
<h2 class="display-4">Работник</h2>
|
||||
</div>
|
||||
<form id="workerForm" method="post">
|
||||
<input type="text" name="id" id="id" value="@Model.Id" hidden="hidden" />
|
||||
|
@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Детали</h1>
|
||||
<h1 class="display-4">Станки</h1>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
ViewData["Title"] = "Выбор работников для отчета";
|
||||
}
|
||||
|
||||
<h2>Выберите рвботников для отчета</h2>
|
||||
<h2>Выберите работников для отчета</h2>
|
||||
|
||||
<form asp-controller="Home" asp-action="WorkerProductChoose" method="post" onsubmit="return validateForm()">
|
||||
<table class="table">
|
||||
|
@ -9,13 +9,6 @@
|
||||
<h1 class="display-4">Список работников с отображением изделий</h1>
|
||||
</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">
|
||||
<thead>
|
||||
<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