move receive screen to orders
This commit is contained in:
parent
94b4454a1b
commit
d299fa4870
10 changed files with 75 additions and 79 deletions
|
|
@ -38,6 +38,10 @@ Foodsoft::Application.routes.draw do
|
|||
member do
|
||||
post :finish
|
||||
post :add_comment
|
||||
|
||||
get :receive
|
||||
post :receive
|
||||
get :add_article
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -146,10 +150,6 @@ Foodsoft::Application.routes.draw do
|
|||
resources :order_articles
|
||||
end
|
||||
|
||||
resources :receive do
|
||||
get :add_article
|
||||
end
|
||||
|
||||
resources :group_order_articles do
|
||||
member do
|
||||
put :update_result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue