ДОбавил изделия и заполнение спецификции изделия
All checks were successful
Deploy MES Core / deploy (push) Successful in 3m27s
All checks were successful
Deploy MES Core / deploy (push) Successful in 3m27s
This commit is contained in:
@@ -21,6 +21,9 @@ from .views import (
|
||||
SteelGradeUpsertView,
|
||||
TaskItemsView,
|
||||
ClosingView,
|
||||
ProductDetailView,
|
||||
ProductInfoView,
|
||||
ProductsView,
|
||||
WriteOffsView,
|
||||
WarehouseReceiptCreateView,
|
||||
WarehouseStocksView,
|
||||
@@ -60,4 +63,8 @@ urlpatterns = [
|
||||
|
||||
path('closing/', ClosingView.as_view(), name='closing'),
|
||||
path('writeoffs/', WriteOffsView.as_view(), name='writeoffs'),
|
||||
|
||||
path('products/', ProductsView.as_view(), name='products'),
|
||||
path('products/<int:pk>/', ProductDetailView.as_view(), name='product_detail'),
|
||||
path('products/<int:pk>/info/', ProductInfoView.as_view(), name='product_info'),
|
||||
]
|
||||
Reference in New Issue
Block a user