ВСЕ?
This commit is contained in:
parent
2dc771cdb5
commit
909c005f88
@ -37,7 +37,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>План производства</th>
|
||||
<th>Изделие</th>
|
||||
<th>Изделие - Цена</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -49,7 +49,7 @@
|
||||
<ul>
|
||||
@foreach (var plan in planProduction.Products)
|
||||
{
|
||||
<li>@plan.ProductName</li>
|
||||
<li>@plan.ProductName - @plan.Price</li>
|
||||
}
|
||||
</ul>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user