This paper proposes a method to solve the order-picking problems which needs traveling in multiple aisles.This paper defines a data structure to store warehouse layout; The shortest distance and route between every two nodes can be calculated. The distance between two storage points can be computed by their adjacent nodes. A hybrid genetic algorithm is proposed and Lin-Kernighan algorithm is used to improve the best chromosome of every generation. Experimental results show that the solution quality and conv...