oqs updated

This commit is contained in:
Yan
2017-06-20 13:33:41 +06:30
parent 7fe36e8ef4
commit e43818fdf5
7 changed files with 53 additions and 36 deletions

View File

@@ -31,6 +31,9 @@ class OrderQueueStation < ApplicationRecord
# #Same Order_items can appear in two location.
# AssignedOrderItem.assigned_order_item(order, order_item.item_code, oqs)
# else
puts pq_item
puts order_item.item_code
puts oqs.station_name
AssignedOrderItem.assigned_order_item(order, order_item.item_code, oqs)
# end