|
|
|
@ -28,7 +28,8 @@ |
|
|
|
h.bar_code as barCode, |
|
|
|
h.remark, |
|
|
|
w.WareHouseName as warehouseName, |
|
|
|
l.LocationName as locationName |
|
|
|
l.LocationName as locationName, |
|
|
|
h.height |
|
|
|
FROM handling_unit h |
|
|
|
LEFT JOIN warehouse w ON h.warehouse_id = w.WareHouseID AND h.site = w.Site |
|
|
|
LEFT JOIN location l ON h.location_id = l.LocationID AND h.site = l.Site |
|
|
|
@ -84,7 +85,8 @@ |
|
|
|
l.LocationName as locationName, |
|
|
|
p.pallet_id, |
|
|
|
s.station_id, |
|
|
|
s.station_area |
|
|
|
s.station_area, |
|
|
|
h.height |
|
|
|
FROM handling_unit h |
|
|
|
LEFT JOIN warehouse w ON h.warehouse_id = w.WareHouseID AND h.site = w.Site |
|
|
|
LEFT JOIN location l ON h.location_id = l.LocationID AND h.site = l.Site |
|
|
|
|