mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-15 05:59:35 +00:00
First order details draft
This commit is contained in:
parent
1a0fab0615
commit
62754bdbf3
13 changed files with 170 additions and 7 deletions
|
|
@ -66,6 +66,8 @@
|
|||
<div class="tab-pane pt-3" id="filter-stocks" role="tabpanel" aria-labelledby="filter-stocks-tab" tabindex="0">
|
||||
{{ form_row(filterForm.storelocation) }}
|
||||
{{ form_row(filterForm.minAmount) }}
|
||||
{{ form_row(filterForm.orderAmount) }}
|
||||
{{ form_row(filterForm.orderDelivery) }}
|
||||
{{ form_row(filterForm.amountSum) }}
|
||||
{{ form_row(filterForm.lessThanDesired) }}
|
||||
{{ form_row(filterForm.lotCount) }}
|
||||
|
|
@ -150,4 +152,4 @@
|
|||
{{ form_end(filterForm) }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue