|
|
@ -16,7 +16,12 @@ |
|
|
|
allocation_title |
|
|
|
allocation_title |
|
|
|
from (select t.warehouse_name, |
|
|
|
from (select t.warehouse_name, |
|
|
|
t.market_name, |
|
|
|
t.market_name, |
|
|
|
t.service_type service_type, |
|
|
|
case |
|
|
|
|
|
|
|
when t.service_type = '1' then '商配' |
|
|
|
|
|
|
|
when t.service_type = '2' then '市配' |
|
|
|
|
|
|
|
when t.service_type = '3' then '自提' |
|
|
|
|
|
|
|
else '三方中转' |
|
|
|
|
|
|
|
end service_type, |
|
|
|
t.cargo_number, |
|
|
|
t.cargo_number, |
|
|
|
t.description_goods, |
|
|
|
t.description_goods, |
|
|
|
t.quantity_stock, |
|
|
|
t.quantity_stock, |
|
|
|