Добавил страницу отгрузки, подправил логику генерации сменных заданий. Организовал редактирование позици сделок
All checks were successful
Deploy MES Core / deploy (push) Successful in 29s
All checks were successful
Deploy MES Core / deploy (push) Successful in 29s
This commit is contained in:
@@ -169,20 +169,7 @@
|
||||
<i class="bi bi-arrow-left-right me-1"></i>Переместить
|
||||
</button>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-outline-secondary btn-sm"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#transferModal"
|
||||
data-mode="ship"
|
||||
data-stock-item-id="{{ it.id }}"
|
||||
data-stock-item-name="{% if it.material_id %}{{ it.material.full_name }}{% elif it.entity_id %}{{ it.entity }}{% else %}—{% endif %}"
|
||||
data-from-location="{{ it.location }}"
|
||||
data-from-location-id="{{ it.location_id }}"
|
||||
data-max="{{ it.quantity }}"
|
||||
>
|
||||
<i class="bi bi-truck me-1"></i>Отгрузка
|
||||
</button>
|
||||
|
||||
</div>
|
||||
{% else %}
|
||||
<span class="text-muted small">только просмотр</span>
|
||||
|
||||
Reference in New Issue
Block a user