Ввел логику сделок через партии, дополнение 2
All checks were successful
Deploy MES Core / deploy (push) Successful in 12s
All checks were successful
Deploy MES Core / deploy (push) Successful in 12s
This commit is contained in:
@@ -5,6 +5,7 @@ from .views import (
|
||||
CustomersView,
|
||||
DealDetailView,
|
||||
DealPlanningView,
|
||||
DealMissingTechProcessView,
|
||||
DealUpsertView,
|
||||
DealBatchActionView,
|
||||
DealItemUpsertView,
|
||||
@@ -70,6 +71,7 @@ urlpatterns = [
|
||||
# Сделки
|
||||
path('planning/', PlanningView.as_view(), name='planning'),
|
||||
path('planning/deal/<int:pk>/', DealPlanningView.as_view(), name='planning_deal'),
|
||||
path('planning/deal/<int:pk>/missing-tech/', DealMissingTechProcessView.as_view(), name='deal_missing_tech_process'),
|
||||
path('planning/task/<int:pk>/items/', TaskItemsView.as_view(), name='task_items'),
|
||||
path('customers/', CustomersView.as_view(), name='customers'),
|
||||
path('customers/<int:pk>/', CustomerDealsView.as_view(), name='customer_deals'),
|
||||
|
||||
Reference in New Issue
Block a user