WO2019223529A1 - Sorting document generating method and apparatus - Google Patents

Sorting document generating method and apparatus Download PDF

Info

Publication number
WO2019223529A1
WO2019223529A1 PCT/CN2019/085822 CN2019085822W WO2019223529A1 WO 2019223529 A1 WO2019223529 A1 WO 2019223529A1 CN 2019085822 W CN2019085822 W CN 2019085822W WO 2019223529 A1 WO2019223529 A1 WO 2019223529A1
Authority
WO
WIPO (PCT)
Prior art keywords
picking
warehouse
inventory
information
order
Prior art date
Application number
PCT/CN2019/085822
Other languages
French (fr)
Chinese (zh)
Inventor
刘国芳
Original Assignee
菜鸟智能物流控股有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 菜鸟智能物流控股有限公司 filed Critical 菜鸟智能物流控股有限公司
Publication of WO2019223529A1 publication Critical patent/WO2019223529A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders
    • G06Q10/0875Itemisation or classification of parts, supplies or services, e.g. bill of materials

Definitions

  • the present application relates to the field of logistics information technology, and in particular, to a method and device for generating a picking list.
  • the order system sends the product order message to the inventory system to take inventory and generate waves for subsequent picking. Process.
  • the basic unit of a commodity order is a stock keeping unit (SKU, Stock Keeping Unit).
  • SKU stock keeping unit
  • the order system After receiving an order, the order system first cuts the order in accordance with the cutting rule to obtain multiple packages, and then calls the inventory system to target The inventory of the SKU in the package is occupied. After the inventory is occupied, the wave task is established and a picking list is generated for subsequent picking, quality inspection, and warehouse delivery.
  • the inventory occupancy of the SKU is performed before the establishment of the wave task, so that the current commodity orders in multiple packages are missing the information about the same SKU from the previous and subsequent commodity orders, so that the inventory occupancy cannot be independently optimized. It will increase the probability that the same SKU will be occupied in different warehouse locations for picking, increase the length of the picking path, and reduce the picking efficiency.
  • an embodiment of the present application provides a picking list generation method to establish a wave task by aggregating objects to be delivered from the warehouse, and to classify the objects to be delivered from the wave task according to a preset picking strategy of the warehouse system Obtaining at least one group for subsequent inventory occupancy, achieving the purpose of unifying the demand for the same SKU between adjacent orders, enabling the warehouse system to occupy inventory in a clustered manner, enabling multiple orders to be aggregated for optimization, The purpose is to occupy the same SKU in the same storage location as much as possible, reducing the probability that the same SKU is occupied in different storage locations for picking, reducing the length of the picking path, and improving the picking efficiency.
  • an embodiment of the present application further provides a picking list generating device to ensure the implementation and application of the foregoing method.
  • an embodiment of the present application discloses a method for generating a picking list, including:
  • an embodiment of the present application further discloses a picking list generating device, including:
  • a first wave establishment module configured to generate a wave task for an object to be taken out of the warehouse; the object to be taken out of the warehouse includes an inventory unit;
  • a first classification module configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group
  • a first inventory occupancy module configured to notify a warehouse system to occupy inventory corresponding to an inventory unit in the group according to the group;
  • the first picking list generation module is configured to generate a picking list based on the occupancy location information returned by the warehouse system.
  • the embodiment of the present application discloses another method for generating a picking list, including:
  • the embodiment of the present application also discloses another device, including:
  • a second wave establishment module configured to generate a wave task for an object to be taken out of the warehouse; the object to be taken out of the warehouse includes an inventory unit;
  • a second classification module configured to classify the objects to be warehoused in the wave task to obtain at least one group according to a preset picking strategy
  • a second inventory occupancy module configured to occupy the inventory corresponding to the inventory unit in the group according to the group;
  • the second picking list generation module is configured to generate a picking list according to the occupied warehouse.
  • an embodiment of the present application further discloses a device, including:
  • One or more processors and one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform a pick list generation method.
  • the embodiment of the present application also discloses one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the apparatus to execute another method for generating a picking list.
  • an embodiment of the present application further discloses a device, including:
  • One or more processors and one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform a pick list generation method.
  • the embodiment of the present application also discloses one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the apparatus to execute another method for generating a picking list.
  • the embodiments of the present application generate wave tasks for objects to be sent out of the warehouse; classify the objects to be sent out of the wave tasks to obtain at least one group according to a preset picking strategy; and then notify the warehouse system to The inventory corresponding to the inventory unit in the group is occupied; and finally, a picking list is generated based on the location occupation information returned by the warehouse system.
  • a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders.
  • the purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible.
  • the probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
  • FIG. 1 is a schematic processing diagram of a picking list generation method according to an embodiment of the present application
  • FIG. 2 is a flowchart of steps in a method for generating a picking list provided by an embodiment of the present application
  • 3A is a flowchart of specific steps of a method for generating a picking list provided by an embodiment of the present application
  • 3B is a schematic diagram of data processing of a first clustering algorithm model provided by an embodiment of the present application.
  • FIG. 5 is a flowchart of steps in another method for generating a picking list provided by an embodiment of the present application
  • FIG. 6 is a structural diagram of a picking list generating device according to an embodiment of the present application.
  • FIG. 7 is a specific structural diagram of a picking list generating device according to an embodiment of the present application.
  • FIG. 8 is a structural diagram of another picking list generating device according to an embodiment of the present application.
  • FIG. 9 is a schematic diagram of a hardware structure of a device according to another embodiment of the present application.
  • FIG. 1 a schematic diagram of a picking list generation embodiment of the present application is shown.
  • It includes a transaction system 10, an order system 20, a warehouse system 30, and a replenishment system 40.
  • the transaction system 10 includes a client-oriented online shopping application client and a merchant-oriented business application client.
  • the online shopping application client can be used for customers to browse, collect and purchase goods
  • the merchant application client can enable merchants to Manage your own stores, such as: placing products, setting product information, and confirming product orders placed by customers.
  • the order system 20 can receive the order issued by the transaction system 10 and further process the order. Specifically, the order system 20 can establish the wave task for the order or the package according to the order, and the wave order according to the preset picking strategy. The orders or packages in the task are grouped, and the warehouse system 30 is notified according to the group to occupy the inventory corresponding to the inventory unit in the group and generate a picking list.
  • the warehouse system 30 performs an inventory operation for the SKU after receiving the inventory occupation command issued by the order system 20. If the occupation is successful, the order system 20 is notified to generate a picking list. In addition, if the type of the inventory area occupied by the order is In the replenishment type area, the warehouse system 30 notifies the replenishment system 40 to perform replenishment.
  • the replenishment system 40 may receive a replenishment order issued by the warehouse system, generate a replenishment order according to the replenishment order, and dispatch a warehouse worker to perform a replenishment operation for the replenishment order.
  • A1 The user places an order with the trading system, and the trading system generates a product order.
  • the customer can browse on the online shopping application client of the transaction system 10.
  • the customer will place an order for the product on the online shopping application client , Generate a product order, and send the product order to the merchant application server through the online shopping server.
  • A2 The trading system sends commodity orders to the order system.
  • the merchandise order will be sent by the merchant application server to the order system 20, and the order system 20 will receive the merchandise order.
  • This process is called "order taking", where the merchandise order
  • the content is the SKU of the product and the required quantity for the SKU.
  • SKU means inventory unit, which is defined as the smallest available unit for inventory control. For example, a SKU in textiles usually indicates specifications, colors, and styles.
  • A3 The order system creates wave tasks for commodity orders.
  • the order system 20 After the order system 20 receives the order, the order system 20 first establishes a wave task for the order of the product, and aggregates the orders or packages of multiple products into a job unit for sorting operation.
  • the industry usually refers to the batch of this job as the wave.
  • Sub-task for example: aggregate all orders received from 8 am to 10 am into a wave task, this process is equivalent to aggregating a certain batch of product orders, so that subsequent inventory-taking actions can be based on the wave task's Dimensions.
  • A4 After the order system has grouped the objects to be shipped out of the wave task according to the preset picking strategy, it will notify the warehouse system to occupy the storage space for the SKU in the classification result.
  • the order system 20 may determine from which storage location in the warehouse system 30 the SKU in the order of the product is selected to obtain the first location information; or call the warehouse system according to the inventory clearance rule 30 performs the SKU occupation in the order for the product, determines which storage location in the warehouse system 30 the SKU is occupied in, and obtains the second location information.
  • the above process is called inventory occupation. For example, 10 SKU1 are required in the order. Then the order system 20 will notify the warehouse system 30 to occupy 10 SKU1 for the order in the storage location corresponding to the SKU1.
  • inventory occupancy includes: when a wave task is established to collect multiple orders or packages of goods, according to the picking strategy specified by the warehouse system 30, the objects to be discharged from the wave task are classified, and multiple groups are obtained.
  • the outbound object can be the package obtained by cutting the box for the order, or it can be the order directly.
  • the picking strategy is a sorting strategy specified according to the picking operation method of the warehouse system 30 or the structure of the package, for example, according to the number of items and the number of items For classification, such as single product, single product, multiple products, multiple products, etc., it can also be classified according to the attributes of the package structure of the product, such as fragile products, and placed face up. Through this picking strategy, at least one grouping can be obtained by classifying objects to be stored in the wave task.
  • the order system 20 can obtain the first location information and the first picking order information of the storage space occupied by the inventory unit through the first path optimization rule according to the above grouping, and notify the warehouse system 30 of the inventory corresponding to the inventory unit in the group.
  • the order system 20 can also obtain the second location information of the storage location occupied by the inventory unit through the inventory clearance rule, and then obtain the second location of the storage location occupied by the inventory unit through the second path optimization rule.
  • the second picking order information informs the warehouse system 30 to occupy the inventory corresponding to the inventory unit in the group, further optimizing the demand for SKUs between orders, so that SKUs with the same demand can be divided into a category for inventory occupation, which improves the Occupancy accuracy reduces the probability that the same SKU will be occupied in different warehouse locations for picking.
  • A5 The warehouse system occupies the SKU in the grouping result.
  • the action of inventory occupation occurs in the warehouse system 30.
  • the warehouse system 30 can perform inventory occupation corresponding to the inventory unit in the group according to the first location information generated by the order system 20.
  • the warehouse system 30 can also Clear the inventory rules and obtain the second location information for the inventory occupied by the inventory unit in the group.
  • the storage system 30 successfully occupies the storage location, it sends the first storage location information or the second storage location information to the order system 20.
  • A6 The order system generates a picking list based on the location occupancy information returned by the warehouse system.
  • the picking list includes: the location information corresponding to the SKUs in the group, and which objects to be sent out of the group form a picking list.
  • A7 The order system sends the picking list to the warehouse system.
  • A8 The warehouse system arranges employees for picking according to the picking list.
  • the order system 20 sends the picking list to the warehouse system 30.
  • the warehouse system 30 assigns employees to pick the information included in the picking list. After the picking of an object to be shipped out, the object can be treated Outbound and subsequent dispatch processes.
  • step A9 can be performed: when the stock is out of stock, the warehouse system notifies the replenishment system to replenish it.
  • the inventory occupancy action for the SKU occurs after the establishment of the wave task.
  • the embodiment of the present application establishes the wave task by aggregating the objects to be delivered from the warehouse, and The objects to be delivered in the wave task are classified to obtain at least one grouping, which achieves the purpose of unifying the demand for the same SKU between adjacent orders, enabling the warehouse system to occupy inventory in a clustered manner, enabling multiple orders It can be summarized for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible, reducing the probability that the same SKU is occupied in different locations for picking, reducing the length of the picking path, and improving the efficiency of picking. .
  • the following describes a picking order generation method through the order system side.
  • FIG. 2 a flowchart of steps in an embodiment of a picking list generation method according to the present application is shown, which may specifically include the following steps:
  • Step 101 Generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
  • the order of a product is based on the SKU as the minimum available unit, which contains the SKU of the product and the required quantity for the SKU.
  • SKU the minimum available unit
  • a red t-shirt of a certain brand XL code can be called SKU1. 10 pieces are required; a red shirt of L code of a certain brand can be called SKU2, and 5 pieces are required.
  • the order system After the order system receives an order, it will aggregate a certain number of objects to be shipped out of the warehouse as a wave task according to the timing scheduling rule. For example, all orders received from 8 am to 10 am will be aggregated into a wave task. , Or set 3 hours as a time period, aggregate all the objects to be stored in each time period into a wave task.
  • the process of generating wave tasks is equivalent to aggregating a certain batch of product orders, so that subsequent inventory taking actions can be performed according to the dimensions of wave tasks, avoiding the lack of a current order and its neighboring orders for the same SKU. Information, so that inventory occupancy can be optimized for subsequent inventory occupancy actions in the dimension of wave tasks.
  • Step 102 According to a preset picking strategy, classify objects to be stored in the wave task to obtain at least one group.
  • the picking strategy is a sorting strategy stipulated according to the picking operation method of the warehouse system or the structure of the package.
  • the sorting is based on the number of items and the number of items, such as single product, single product, multiple products, multiple products.
  • single product refers to the same SUK
  • multiple product refers to multiple different SKUs
  • single product refers to the demand quantity is 1 unit
  • multiple product refers to the demand quantity is multiple.
  • Objects to be shipped out 1 include SKU1, 1 item; SKU2, 1 item.
  • Objects to be shipped 2 include SKU1 and 1 item.
  • Objects to be taken out 3 include SKU1 and 4 pieces.
  • Objects to be shipped out 4 include SKU1, 3 pieces; SKU2, 4 pieces; SKU3, 1 piece.
  • Objects to be shipped out 5 include SKU2, 1 item.
  • the classification result is that the object 1 to be shipped out is multiple items and multiple pieces, the object to be shipped out is 2 items and single items, the object to be shipped out is 3 items and multiple items, and the object to be shipped out 4 is multiple items and multiple pieces.
  • the five objects to be discharged are divided into three groups. Subsequent inventory occupancy can be performed independently according to these three groups.
  • the objects of the package structure can also be classified according to the package structure attributes of the object to be shipped, such as fragile products, and placed face up.
  • the classification strategy is based on the appearance structure and packaging structure of the objects to be shipped.
  • the classification results can meet the needs of the picking operation method of the warehouse system.
  • the warehouse system has a corresponding picking method for fragile products and another corresponding picking method for products that need to be placed face up.
  • the above classification method can be adopted. Aggregate objects to be shipped from the same demand into the same category.
  • At least one group can be classified into the out-of-warehouse objects in the wave task, which further optimizes the demand for SKUs between orders, so that SKUs with the same demand can be divided into a category for inventory occupation. , Improve the occupation accuracy, reduce the probability of the same SKU being occupied in different warehouse locations for picking.
  • Step 103 According to the group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group.
  • the order system decomposes the inventory information into the form of a three-level ledger to occupy the different level ledger by the SKU.
  • the primary account is the general ledger of the warehouse, which is the inventory information of the entire warehouse of the SKU, which mainly includes the following information: product ID, positive and defective status, total physical inventory, total saleable inventory, total occupied inventory, etc.
  • the secondary account is a storage area type account.
  • the storage area type and SKU occupation data during the operation are added.
  • the types of storage area are: stocking area, picking area, temporary storage. Area, defective area, differential inventory area, etc.
  • the tertiary account is the warehouse location account.
  • the core expression is the number of SKUs in a warehouse area.
  • the occupancy action of the primary account and the secondary account occurs before the establishment of the wave task, and the purpose is to determine whether there is a shortage of inventory and the occupancy data between the same order system, transaction system, and warehouse system.
  • This step is mainly based on the tertiary account.
  • Method 1 The order system obtains the inventory location distribution information of the location of the SKU in the group by querying the three-level account information of the warehouse system, and then determines the location information of the location occupied by the SKU in the group through the path optimization rule. , And which group of objects to be warehoused in the group form a picking list, and then send the location information of the location occupied by the SKU to the warehouse system for the warehouse system to take the action.
  • Method 2 For each group, the order system uses the inventory clearing rule and the first-in-first-out rule to notify the warehouse system to occupy the inventory corresponding to the SKU in the group. After the occupation is successful, it is determined through the route optimization rules based on the occupied location information. Which of the objects to be put out of the group constitutes a picking list.
  • the inventory clearing rule is that for the storage location corresponding to a SKU, the storage location is filled before the next storage location corresponding to the SKU is occupied. Higher.
  • the first-in-first-out rule means that in the inventory management, the chronological order of the SKUs into the warehouse is sorted, and the operation is based on the principle of the SKUs that are put in the warehouse first.
  • the first method has higher operation accuracy than the second method, which can effectively reduce the picking path, and the second method has a higher occupation efficiency, which can meet the inventory surge in orders such as “Double 11”. Take up the need for efficiency.
  • Step 104 Generate a picking list based on the occupancy location information returned by the warehouse system.
  • the warehouse system After the warehouse system completes the occupation of the at least one group of storage locations, it sends the successful occupancy information to the order system.
  • the order system uses the location information of the storage locations occupied by the SKUs in the group, and Several objects to be sent out of the warehouse constitute the information of a picking list, and a picking list is generated.
  • the content of the picking list is to inform the warehouse staff which SKUs are included in an object to be sent out of the warehouse, and which storage location these SKUs go to for picking.
  • Warehouse staff can perform picking operations quickly and accurately according to the picking list.
  • a picking list generation method provided in the embodiments of the present application is to generate wave tasks for objects to be sent out of the warehouse; classify the objects to be sent out of the wave tasks according to a preset picking strategy to obtain At least one group; then, according to the at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system.
  • a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders.
  • the purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible.
  • the probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
  • the following describes the interaction process of the picking list generation method through the order system and the logistics system.
  • FIG. 3A a flow chart of specific steps of a method for generating a picking list of the present application is shown, which may specifically include the following steps:
  • Step 201 The order system receives an order.
  • the transaction system includes customer-oriented online shopping applications and merchant-oriented merchant platform applications.
  • Customers will browse on the online shopping application. When they browse the favorite product, they will place an order for the product and generate Product order.
  • the content of a product order is the SKU of the product and the required quantity for the SKU.
  • an order for a commodity is sent to an order system by a merchant platform application of a trading system, and this process is called “order receiving”.
  • step 202 the order system sends the order to the warehouse system, and notifies the warehouse system to perform warehouse general ledger occupation for the order.
  • the order system receives the order
  • the order and its details are stored, and then a MetaQ message including the order and its details is sent to the warehouse system for the warehouse system to store the order and its details.
  • This process is a warehouse Orders from the system.
  • step 203 the warehouse system performs warehouse general ledger occupancy for the inventory unit in the order according to the order.
  • the warehouse system uses the warehouse general ledger for the inventory unit in the order according to the obtained order, that is, the primary account is occupied.
  • the purpose of occupying the primary account is to determine whether the total inventory of a SKU meets the SKU in the order. If the demand is met, the occupation is successful. If it is not met, the trading system will be reminded that the stock is out of stock.
  • Step 204 If the warehouse general ledger fails to be used, the warehouse system notifies the order system and the transaction system that the order is out of stock.
  • the order system and the trading system need to be informed that the SKU in the order is out of stock and needs to be replenished. After the goods are successfully delivered, you can continue to occupy the warehouse ledger of the SKU.
  • Step 205 If the warehouse general ledger is successfully occupied, the warehouse system broadcasts the successful occupation information to the transaction system and the order system.
  • the warehouse system broadcasts the successful occupation information to the transaction system and the order system to achieve the purpose of unifying data between the three systems, enabling subsequent processes.
  • step 206 the order system notifies the warehouse system to occupy the warehouse area type for the order.
  • the type of storage area can be used, that is, the secondary account.
  • the purpose is to determine whether the SKU has goods in the warehouse's picking area (subsequent sorting action) Is the picking in the picking area of the SKU in the warehouse).
  • the occupancy of the secondary account needs to be processed according to the warehouse order rules of the warehouse, and the occupancy of the secondary account and the occupancy of the primary account in step 203 must be uniform according to the scheduling rules and at a preset time. Scheduling, for example, processing the primary and secondary account occupancy actions of 10 objects out of the warehouse every 2 hours to improve occupancy efficiency.
  • Step 207 The warehouse system occupies the warehouse area type for the order.
  • step 208 if the type of storage area occupied by the order is a warehouse picking area, step 211 is performed.
  • the types of storage areas included in the secondary account are: stocking area, picking area, temporary storage area, scrap area, differential inventory area, etc., while the picking operation can only pick SKUs in the picking area. Therefore, when the type of storage area occupied by the order is a warehouse picking area, it means that the inventory of the SKU in the picking area can meet the demand of the order.
  • step 211 is performed.
  • the order system The inventory unit performs the box cutting operation to obtain the action of the package object. After the package is obtained, the wave task for the package can be established.
  • Step 209 If the type of the warehouse area occupied by the order is a replenishment type area, the warehouse system notifies the replenishment system to replenish.
  • the replenishment system needs to be notified to replenish the SKU warehouse area, where
  • the replenishment type area can be a stocking area, a temporary storage area, a defective area, a differential inventory area, and so on.
  • Step 210 The replenishment system replenishes the warehouse picking area.
  • the replenishment system for replenishing the warehouse picking area may specifically include: the replenishment system dispatches warehouse workers to generate replenishment orders for operations according to certain rules and priorities, and after the replenishment is completed, the warehouse The system will cycle the secondary account occupation for this SKU until the occupation is successful.
  • Step 211 According to a preset box-cutting rule, the order system performs a box-cut operation on the inventory unit in the order to obtain a parcel object.
  • the box cutting is a pre-processing action for orders.
  • the purpose is to aggregate the SKUs in the order according to the dimensions of appearance and packaging attributes to obtain packages.
  • the packages will flow into the package pool to be summarized.
  • the processing is directed at the package.
  • the order structure is as follows: (unit: mm, structure: length, width, height)
  • Product 1 size 160 mm, 60 mm, 270 mm; number: 3 pieces.
  • Commodity 2 size 110 mm, 30 mm, 150 mm; number: 2 pieces.
  • the size of the cartons in the warehouse system has the following specifications: (unit: mm, structure: length, width, height)
  • Carton No. 1 120mm, 111mm, 261mm.
  • Carton No. 2 245mm, 220mm, 370mm.
  • Carton No. 3 295 mm, 240 mm, 390 mm.
  • the box is determined to choose the carton No. 2 to pack all the goods in the order to get the package, so that the subsequent process can be carried out in accordance with the dimensions of the package, which facilitates subsequent picking and delivery Inventory and distribution processes.
  • step 212 the order system generates a wave task for the parcel object.
  • a wave task for the order may also be generated.
  • no box cutting action is required, which simplifies the process of generating picking lists.
  • the object on which the wave task is established may be an order or a package, which is not limited in the embodiment of the present application.
  • a wave task for the package object may be established to enable subsequent processes. It is carried out in accordance with the dimensions of the package, which facilitates the subsequent picking, storage and distribution processes.
  • step 212 further includes sub-step 2121.
  • Sub-step 2121 Adjust a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
  • the load balancing strategy means that the number of executions of wave tasks within a preset time must meet the requirement of uniform and no fluctuations, because the scheduling machine works similarly to a computer's process management and is divided into multiple scheduling processes.
  • the maximum number of wave times for a task to be run by a scheduling process is set to 5. Therefore, an optimal wave task threshold can be obtained based on experiments.
  • the number of thresholds can avoid the occurrence of jamming of the task waves of the scheduling machine and improve the execution efficiency of the task waves.
  • Step 213 According to a preset picking strategy, the order system sorts the objects to be stored in the wave task to obtain at least one group.
  • step 213 reference may be made to the description of step 102 above, and details are not described herein again.
  • Step 214 The order system acquires the location inventory distribution information of the location that stores the inventory unit in the group.
  • the order system can obtain the location inventory distribution information of the SKU in the warehouse system, that is, the three-level ledger.
  • the inventory location distribution information is the library updated after the previous wave task processing. Bit inventory distribution information can be used as the basis for subsequent inventory occupancy processes in this wave task to determine which location can be occupied by the corresponding SKU and which location cannot be occupied by the corresponding SKU.
  • Step 215 According to the inventory location distribution information, the ordering system uses a first path optimization rule to determine the grouped first picking order information and the first picking location information corresponding to the first picking order information; wherein, the The first location information is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest.
  • a path optimization may be performed on the occupied storage location of the SKU through a first path optimization rule to determine the first storage location information and the first picking order information, and the first storage location.
  • the information indicates the information about the location occupied by the SKU in the package included in a group.
  • the location information includes the physical location information of the location, and the first pick list information includes those packages in the group to form a pick list.
  • the first path optimization rule further optimizes the demand for SKUs between orders, so that SKUs with the same demand can be divided into a category for inventory occupation, which improves the occupation accuracy and reduces the same SKU being occupied in different warehouses. The probability of picking at the location.
  • the first path optimization rule includes a first clustering algorithm model and a first genetic algorithm model.
  • Step 215 may further include sub-step 2151 and sub-step 2152.
  • Sub-step 2151 According to the inventory location distribution information, the order system uses the first clustering algorithm model to re-cluster the objects to be stored in each group.
  • the Kmeans algorithm is the most classic partition-based clustering method, and it is one of the ten classic data mining algorithms.
  • the basic idea of the Kmeans algorithm is: clustering with k points in space as the center, classify the objects closest to them, and iteratively update the values of each cluster center one by one until the best clustering result is obtained. .
  • the SKUs included in the package are:
  • Parcel 1 sku1, sku2, sku3;
  • Parcel 2 sku2, sku3, sku4, sku8;
  • Parcel 3 sku5, sku6, sku8;
  • the stock situation is:
  • the dimension vector value is 1, otherwise it is 0.
  • wrapping vector is:
  • the convergence goal is: the sum of the picking paths of SKUs in the picking list is the shortest.
  • the parcel 1 and the parcel 5 are of one type, and constitute a picking list, and the parcel 2, parcel 3, and parcel 4 are of another type, forming another picking list.
  • the corresponding SKU is selected in the storage location of the vector value of 1 in the parcel vector.
  • the first clustering algorithm model may be calculated using a Kmeans algorithm model, or may be calculated using a clustering model with other similar functions, which is not limited in this application.
  • the clustering result is used as the initial first picking order information
  • the order system uses the first genetic algorithm model to optimize the initial first picking order information to obtain the first picking order information with the shortest sum of the picking paths.
  • the re-clustering result obtained in the sub-step 2151 is used as the initial first picking list information, and the initial first picking list information can be further optimized through the first genetic algorithm model to obtain the final optimal solution.
  • further optimization of the initial first picking list information through the first genetic algorithm model includes the following steps:
  • step S1 an initial solution is constructed. Specifically, the initial encoding of the solution of the problem, that is, the re-clustering result obtained in substep 21121 is used as the initial solution, and the vector form of 0-1 is encoded according to the rules. Generally, two initial solutions are required as the parent and the parent, and calculated The fitness of the parent and the mother. The fitness here is the sum of the selection paths in the selection list.
  • step S2 a new solution is generated. Specifically, the parent and the mother are crossed and mutated to generate a new solution.
  • the crossover strategy generally uses truncation and swap, and the mutation strategy generally uses a fixed mutation probability or a decay mutation probability.
  • Step S3 fine-tuning to a feasible solution.
  • the new solution generated in step S2 may not satisfy the constraint conditions. Therefore, the new solution is adjusted in the domain so that it satisfies the constraints and at the same time adaptability of the new solution.
  • step S4 the process from step 2 to step 3 is repeated. Specifically, the parent and the parent with the highest fitness in the current sequence are selected, and the cross mutation process is repeated until the sequence length is satisfied.
  • step S5 the solution with the highest fitness is output, and the solution is the first picking list information with the shortest sum of the picking paths.
  • Step 216 The order system sends the first storage location information to the warehouse system for the warehouse system to occupy the corresponding storage location according to the first storage location information.
  • the first location information is used to determine which location of the SKU packaged in the group to occupy, and the warehouse system performs the location occupancy action of the SKU for the first location information.
  • the warehouse system may be notified to occupy a storage location in the warehouse picking area.
  • the types of storage areas included in the secondary account are: stocking area, picking area, temporary storage area, scrap area, differential inventory area, etc., while the picking operation can only pick SKUs in the picking area. Therefore, when the type of warehouse area occupied by the order is a warehouse picking area, it means that the SKU inventory in the picking area can meet the demand of the order.
  • Step 217 The warehouse system occupies the corresponding storage location according to the first storage location information.
  • Step 218 When receiving the first location occupancy message of the warehouse system, the order system generates a first picking list according to the first picking order information and the first location information corresponding to the first picking order information.
  • the successful occupation information is sent to the order system, and the order system according to the first location of the location occupied by the SKU in the group Information, and which several packages in the group constitute the first picking order information of a picking list to generate a first picking list.
  • the first picking list contains information that tells warehouse employees which SKUs are included in a package, and these SKUs. Which warehouse location to go for picking, the warehouse staff can quickly and accurately perform the picking action according to the picking list.
  • a picking list generation method provided in FIG. 3A in the embodiment of the present application.
  • the ordering system generates wave tasks for objects to be shipped out of the warehouse, and then performs processing on the objects to be shipped out of the wave tasks according to a preset picking strategy. Classify to get at least one group, and then the order system obtains the location inventory distribution information of the SKU locations in the group by querying the tertiary account information of the warehouse system, and then determines the SKUs in the group by the path optimization rules. Location information, and which objects in the group are to be sent out to form a picking list, and then the location information of the SKU occupied location is sent to the warehouse system for the warehouse system to take the action. When the occupation is completed, the order The system generates a first picking list.
  • An embodiment of the present application provides a picking list generation method by generating wave tasks for objects to be delivered from a warehouse; classifying the objects to be delivered from a wave task according to a preset picking strategy to obtain at least one group; According to at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system.
  • a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders.
  • the purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible.
  • the probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
  • the following describes the interaction process of another picking order generation method through the order system and logistics system.
  • FIG. 4 a flowchart of specific steps of another method for generating a picking list of the present application is shown, which may specifically include the following steps:
  • Step 301 The order system receives an order.
  • step 301 may refer to the description of step 201 above, and details are not described herein again.
  • step 302 the order system sends the order to the warehouse system, and notifies the warehouse system to perform the warehouse general ledger occupation for the order.
  • step 302 reference may be made to the description of step 202 above, and details are not described herein again.
  • step 303 the warehouse system performs warehouse general ledger occupation for the inventory unit in the order according to the order.
  • step 303 reference may be made to the description of step 203, and details are not described herein again.
  • step 304 if the warehouse general ledger fails to be used, the warehouse system notifies the order system and the transaction system that the order is out of stock.
  • step 304 may refer to the description of step 204 described above, and details are not described herein again.
  • Step 305 If the warehouse general ledger is successfully occupied, the warehouse system broadcasts the successful occupation information to the transaction system and the order system.
  • step 305 reference may be made to the description of step 205, and details are not described herein again.
  • step 306 the order system notifies the warehouse system to occupy the warehouse area type for the order.
  • step 306 reference may be made to the description of step 206, and details are not described herein again.
  • Step 307 The warehouse system occupies the warehouse area type for the order.
  • step 308 if the type of storage area occupied by the order is a warehouse picking area, step 311 is performed.
  • step 308 reference may be made to the description of step 208, and details are not described herein again.
  • Step 309 If the type of the warehouse area occupied by the order is a replenishment type area, the warehouse system notifies the replenishment system to replenish.
  • step 309 reference may be made to the description of step 209, and details are not described herein again.
  • Step 310 The replenishment system replenishes the warehouse picking area.
  • step 310 reference may be made to the description of step 210 above, and details are not described herein again.
  • Step 311 According to a preset box-cutting rule, the order system performs a box-cut operation on the inventory unit in the order to obtain a parcel object.
  • step 311 reference may be made to the description of step 211, and details are not described herein again.
  • step 312 the order system generates a wave task for the parcel object.
  • a wave task for the order may also be generated.
  • no box cutting action is required, which simplifies the process of generating picking lists.
  • step 312 may refer to the description of step 212, and details are not described herein again.
  • step 312 further includes sub-step 3121.
  • Sub-step 3121 adjusting a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
  • step 3121 may refer to the description of step 2121 described above, and details are not described herein again.
  • Step 313 According to a preset picking strategy, the order system sorts the objects to be stored in the wave task to obtain at least one group.
  • step 313 reference may be made to the description of step 213, and details are not described herein again.
  • Step 314 The order system sends the group to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
  • the order system uses the inventory clearing rule and the first-in-first-out rule to notify the warehouse system to occupy the inventory corresponding to the SKU in the group.
  • the optimization rule determines which packages in the group form a picking list.
  • the inventory clearing rule is that for the storage location corresponding to a SKU, the storage location is filled before the next storage location corresponding to the SKU is occupied. Higher efficiency.
  • the first-in-first-out rule means that in the inventory management, the chronological order of the SKUs into the warehouse is sorted, and the operation is based on the principle of the SKUs that are put in the warehouse first.
  • Step 315 The warehouse system occupies the inventory corresponding to the inventory unit in the group according to the inventory clearing rule.
  • step 316 the order system receives a second storage location occupancy message returned by the warehouse system.
  • the warehouse system occupies the inventory corresponding to the inventory unit in the group. After completing the occupation, the warehouse system sends the successful occupation information to the order system.
  • the second location information of the location occupied by the SKU is obtained through the second path optimization rule to obtain the grouped second picking order information.
  • Step 317 According to the second storage location occupancy message, the order system uses a second path optimization rule to determine the grouped second picking order information; the sum of the picking paths of the second picking order information is the shortest.
  • the second path optimization rule includes a second clustering algorithm model and a second genetic algorithm model.
  • the sub-step 317 may further include a sub-step 3171 and a sub-step 3172.
  • Sub-step 3171 according to the second storage location occupation message, the order system uses the second clustering algorithm model to re-cluster the objects to be stored in each group.
  • the SKU inventory and parcel vector expressions in the package in sub-step 3171 are based on the SKU through the inventory clearance rule or the FIFO rule in step 314.
  • the second clustering algorithm model can be calculated by using the Kmeans algorithm model, or by using other clustering models with similar functions. The application does not limit this.
  • the clustering result is used as the initial second picking order information.
  • the order system uses a second genetic algorithm model to optimize the initial second picking order information to obtain the second picking order information with the shortest sum of the picking paths.
  • This step may refer to the description of sub-step 2152 in a picking list generation method provided in FIG. 3A, which is not described in the embodiment of the present application.
  • the result obtained in substep 3172 is the second picking order information with the shortest sum of the picking paths.
  • Step 318 The order system generates a second picking order according to the second picking order information.
  • the content of the second picking list is to inform the warehouse employees which SKUs are included in the package, and which storage locations are occupied by these SKUs through the inventory clearing rule.
  • the warehouse employee can use the picking list, Quick and precise picking.
  • the ordering system generates wave tasks for objects to be shipped from the warehouse, and then according to a preset picking strategy, processes the objects to be shipped from the waves.
  • the path optimization rules are used to determine which objects in the group to be taken out of the warehouse constitute a picking list.
  • the inventory clearing rule is that for the storage location corresponding to a SKU, the storage location is filled before the next SKU corresponding to the SKU. The occupancy of the storage location is more efficient.
  • the first-in-first-out rule means that in the inventory management, the chronological order of the SKUs into the warehouse is sorted, and the operation is based on the principle of the SKUs that are put in the warehouse first.
  • the operation accuracy of the method of FIG. 3A is higher than that of FIG. 4, which can effectively reduce the picking path, and the occupation efficiency of the method of FIG. 4 is higher. It can meet the demand for efficiency of inventory occupancy during the surge in orders such as “Double 11”.
  • the method in Figure 4 can use the inventory clearance rules to occupy the inventory first, and then simply The route optimization is performed to obtain the picking order information and generate the picking order.
  • the accuracy of the occupied space is not as shown in Figure 3A, its sorting efficiency when facing large-volume orders is higher than the method shown in Figure 3A. In practical applications, different occupancy methods can be selected according to requirements, which is not limited in this application.
  • An embodiment of the present application provides a picking list generation method by generating wave tasks for objects to be delivered from a warehouse; classifying the objects to be delivered from a wave task according to a preset picking strategy to obtain at least one group; According to at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system.
  • a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders.
  • the purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible.
  • the probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
  • FIG. 5 there is shown a flowchart of steps of another method for generating a picking list of the present application, which may specifically include the following steps:
  • Step 401 Generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
  • step 401 reference may be made to the description of step 101 above, and details are not described herein again.
  • Step 402 Classify the objects to be stored in the wave task to obtain at least one group according to a preset picking strategy.
  • step 402 reference may be made to the description of step 102 above, and details are not described herein again.
  • Step 403 Occupy the inventory corresponding to the inventory unit in the group according to the group.
  • step 403 when the warehouse system and the order system can be aggregated into a total system, step 403 can use the total system to occupy the inventory corresponding to the inventory unit in the group according to the group.
  • the warehouse system and the order system can also cooperate to complete the execution of step 403. For details, reference may be made to the description of step 403, and details are not described herein again.
  • Step 404 Generate a picking list based on the occupied locations.
  • step 404 when the warehouse system and the order system can be aggregated into one overall system, step 404 can generate a picking list by the overall system according to the occupied storage locations.
  • the execution of step 404 may also be completed by the warehouse system and the order system. For details, reference may be made to the description of step 404, and details are not described herein again.
  • a picking list generation method provided in the embodiments of the present application is to generate wave tasks for objects to be sent out of the warehouse; classify the objects to be sent out of the wave tasks according to a preset picking strategy to obtain At least one group; then, according to the at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system.
  • a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders.
  • the purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible.
  • the probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
  • FIG. 6 a structural diagram of a picking list generating device in a specific example of the present application is shown, which may specifically include the following modules:
  • the first wave establishment module 501 is configured to generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
  • a first classification module 502 is configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group.
  • the first inventory occupancy module 503 is configured to notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group.
  • the first picking list generation module 504 is configured to generate a picking list according to the occupancy location information returned by the warehouse system.
  • FIG. 7 a specific structural diagram of a picking list generating device in a specific example of the present application is shown, which may specifically include the following modules:
  • the order receiving module 601 is configured to receive an order.
  • the general ledger occupation module 602 is configured to notify the warehouse system to perform warehouse general ledger occupation for the order.
  • the general ledger occupation module 602 further includes:
  • the first general ledger occupation submodule is configured to notify the trading system that the order is out of stock if the warehouse general ledger occupation fails.
  • the second general ledger occupation submodule is configured to broadcast successful occupation information if the warehouse general ledger occupation is successful.
  • the warehouse area occupancy module 603 is configured to notify the warehouse system to occupy a warehouse area type for the order.
  • the picking area occupancy module 604 is configured to execute a step of generating a wave task for an object to be delivered if the type of the warehouse area occupied by the order is a warehouse picking area.
  • the replenishment module 605 is configured to notify the replenishment system to replenish if the type of the warehouse area occupied by the order is a replenishment type area.
  • the box cutting module 606 is configured to perform a box cutting operation on the inventory unit in the order according to a preset box cutting rule to obtain a parcel object.
  • the first wave establishment module 607 is configured to generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
  • the first wave establishment module 607 includes:
  • the order wave generation submodule is used to generate a wave task for the order.
  • a wrapped wave generation sub-module is used to generate a wave task for the wrapped object.
  • a load balancing module 608 is configured to adjust a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
  • a first classification module 609 is configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group.
  • the first inventory occupancy module 610 is configured to notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group.
  • the first inventory occupation module 610 includes:
  • An acquisition submodule configured to acquire the location inventory distribution information of the location that stores the inventory unit in the group
  • a first optimization submodule configured to determine the grouped first picking order information and the first picking order information corresponding to the first picking order information according to the inventory location distribution information and using a first path optimization rule;
  • the first location information is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest;
  • a second occupancy submodule is configured to send the group to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
  • the storage location occupancy submodule is configured to notify a warehouse system to occupy a storage location in the warehouse picking area according to the grouping.
  • the first optimization sub-module includes:
  • a first clustering unit configured to re-cluster the objects to be discharged from each group by using the first clustering algorithm model according to the inventory location distribution information
  • a first genetic optimization unit configured to use the clustering result as initial first picking order information, optimize the initial first picking order information using a first genetic algorithm model, and obtain first picking order information having a shortest sum of the picking paths .
  • a first occupancy submodule is configured to send the first storage location information to the warehouse system for the warehouse system to occupy a corresponding storage location according to the first storage location information.
  • the first picking list generation module 611 is configured to generate a picking list according to the storage space occupancy information returned by the warehouse system.
  • the first picking list generation module 611 includes:
  • a first generating submodule configured to generate a first picking according to the first picking order information and the first picking order information corresponding to the first picking order information when receiving the first picking position occupancy message of the warehouse system; single.
  • a receiving submodule configured to receive a second storage location occupancy message returned by the warehouse system
  • a second optimization sub-module configured to determine a second picking order information of the group by using a second path optimization rule according to the second location occupation message; the sum of the picking paths of the second picking order information is the shortest;
  • the second optimization sub-module includes:
  • a second clustering unit configured to re-cluster the to-be-deposited objects in each group by using the second clustering algorithm model according to the second location occupancy message;
  • a second genetic optimization unit configured to use the clustering result as the initial second picking order information, optimize the initial second picking order information using a second genetic algorithm model, and obtain the second picking order information with the shortest sum of the picking paths .
  • a second generating sub-module is configured to generate a second picking list according to the second picking list information.
  • FIG. 8 a structural diagram of another picking list generating device in a specific example of the present application is shown, which may specifically include the following modules:
  • the second wave establishment module 701 is configured to generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit;
  • a second classification module 702 configured to classify objects to be stored in the wave task to obtain at least one group according to a preset picking strategy
  • a second inventory occupancy module 703, configured to occupy the inventory corresponding to the inventory unit in the group according to the group;
  • the second picking list generation module 704 is configured to generate a picking list according to the occupied storage space.
  • a picking list generating device provided in the embodiments of the present application generates wave tasks for objects to be sent out of the warehouse; according to a preset picking strategy, classifies the objects to be sent out of the wave tasks to obtain At least one group; then, according to the at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system.
  • a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders.
  • the purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization.
  • the purpose is to occupy the same SKU in the same location as much as possible.
  • the probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
  • the description is relatively simple. For the relevant part, refer to the description of the method embodiment.
  • FIG. 9 is a schematic structural diagram of a server according to an embodiment of the present application.
  • the server 800 may be used to implement the method for determining a wave task provided in the foregoing embodiment.
  • the server 800 may have relatively large differences due to different configurations or performance, and may include one or more central processing units (CPUs) 822 (for example, one or more processors) and memory 832, one or one
  • the above storage medium 830 (for example, one or one storage device) storing the application program 842 or the data 844.
  • the memory 832 and the storage medium 830 may be temporarily stored or persistently stored.
  • the program stored in the storage medium 830 may include one or more modules (not shown in the figure), and each module may include a series of instruction operations on the server.
  • the central processing unit 822 may be configured to communicate with the storage medium 830 and execute a series of instruction operations in the storage medium 830 on the server 800.
  • the server 800 may also include one or more power sources 826, one or more wired or wireless network interfaces 850, one or more input-output interfaces 858, one or more keyboards 856, and / or, one or more operating systems 841. , Such as Windows ServerTM, Mac OSXTM, UnixTM, LinuxTM, FreeBSDTM and so on.
  • the central processing unit 822 may execute the following operations on the server 800:
  • a picking list is generated according to the storage location occupancy information returned by the warehouse system.
  • the one or more modules may have the following functions:
  • the first inventory position information Is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest;
  • the first path optimization rule includes a first clustering algorithm model and a first genetic algorithm model.
  • the first clustering algorithm model is used for each group in each group. Re-cluster the outbound objects;
  • the clustering result is used as the initial first picking list information
  • the first genetic algorithm model is used to optimize the initial first picking list information to obtain the first picking list information with the shortest sum of the picking paths.
  • a first picking list is generated according to the first picking order information and the first location information corresponding to the first picking order information.
  • the group is sent to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
  • the second path optimization rule includes a second clustering algorithm model and a second genetic algorithm model
  • the clustering result is used as the initial second picking list information
  • the second genetic algorithm model is used to optimize the initial second picking list information to obtain the second picking list information with the shortest sum of the picking paths.
  • a wave task for the order is generated.
  • a threshold of the number of wave tasks of the wave task is adjusted, and the threshold of the number of wave tasks is the number of executions of the wave task within a preset time.
  • a box cutting operation is performed on the inventory unit in the order to obtain a parcel object.
  • a wave task for the wrapped object is generated.
  • the warehouse system is notified to occupy a warehouse area type for the order
  • the type of the warehouse area occupied by the order is a warehouse picking area, performing a step of generating a wave task for the object to be delivered from the warehouse;
  • the replenishment system is notified to replenish.
  • a warehouse system is notified to occupy a storage location in the warehouse picking area.
  • the warehouse system is notified to perform a warehouse general ledger occupation for the inventory unit in the order.
  • the trading system is notified that the order is out of stock.
  • the successful occupation information is broadcast.
  • This application provides a device having one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, causes the device to execute a picking list generation method.
  • This application also provides one or more machine-readable media having instructions stored thereon that, when executed by one or more processors, cause the device to execute a picking list generation method.
  • the present application provides a device having one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, causes the device to execute another method for generating a pick list.
  • the application also provides one or more machine-readable media having instructions stored thereon that, when executed by one or more processors, cause the apparatus to execute another method for generating a pick list.
  • the embodiments of the embodiments of the present application may be provided as a method, an apparatus, or a computer program product. Therefore, the embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Moreover, the embodiments of the present application may take the form of a computer program product implemented on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) containing computer-usable program code.
  • computer-usable storage media including, but not limited to, disk storage, CD-ROM, optical storage, etc.
  • These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal device to produce a machine, such that the instructions executed by the processor of the computer or other programmable data processing terminal device Means are generated for implementing the functions specified in one or more flowcharts and / or one or more blocks of the block diagrams.
  • These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing terminal device to work in a specific manner, such that the instructions stored in the computer-readable memory produce a manufactured article including the instruction device,
  • the instruction means implements the functions specified in one or more flowcharts and / or one or more blocks of the block diagram.
  • These computer program instructions can also be loaded on a computer or other programmable data processing terminal device, so that a series of operation steps can be performed on the computer or other programmable terminal device to produce a computer-implemented process, so that the computer or other programmable terminal device can
  • the instructions executed on the steps provide steps for implementing the functions specified in one or more of the flowcharts and / or one or more of the block diagrams.

Landscapes

  • Business, Economics & Management (AREA)
  • Economics (AREA)
  • Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Quality & Reliability (AREA)
  • Theoretical Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Warehouses Or Storage Devices (AREA)

Abstract

The present application provides a sorting document generating method and apparatus: generating a wave picking task for objects to be delivered; classifying the objects to be delivered in the wave picking task according to a preset sorting policy to obtain at least one group; notifying, according to the at least one group, a warehouse system to occupy the stock corresponding to a stock keeping unit (SKU) in the group; and finally generating a sorting document according to storage location occupation information returned by the warehouse system. The purpose of unifying demands of adjacent orders for the same SKU is achieved, so that a warehouse system is able to implement stock occupation in a cluster mode, thus multiple orders can be gathered to be optimized, the probability that the same SKU is occupied at different storage locations for sorting is reduced, the length of a sorting path is reduced, and the sorting efficiency is improved.

Description

一种拣选单生成方法及装置Method and device for generating picking list
本申请要求2018年05月23日递交的申请号为201810501823.0、发明名称为“一种拣选单生成方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims priority from a Chinese patent application filed on May 23, 2018 with application number 201810501823.0 and the invention name is "a method and device for generating picking lists", the entire contents of which are incorporated herein by reference.
技术领域Technical field
本申请涉及物流信息技术领域,特别是涉及一种拣选单生成方法及装置。The present application relates to the field of logistics information technology, and in particular, to a method and device for generating a picking list.
背景技术Background technique
随着电子商务的发展,越来越多用户在网上购买商品,在商品被下单至订单系统后,订单系统会将商品订单消息发送至库存系统进行占库存和生成波次,以便后续进行拣选流程。With the development of e-commerce, more and more users purchase goods online. After the goods are placed into the order system, the order system sends the product order message to the inventory system to take inventory and generate waves for subsequent picking. Process.
在目前,商品订单的基本单元是库存量单位(SKU,Stock Keeping Unit),订单系统在接单后,会先对订单按照切箱规则进行切箱,获得多个包裹,之后调用库存系统进行针对包裹中SKU的库存占用,当库存占用完成后,再进行波次任务的建立,并生成拣选单,以供后续拣选、质检、出库等实操作业的开展。At present, the basic unit of a commodity order is a stock keeping unit (SKU, Stock Keeping Unit). After receiving an order, the order system first cuts the order in accordance with the cutting rule to obtain multiple packages, and then calls the inventory system to target The inventory of the SKU in the package is occupied. After the inventory is occupied, the wave task is established and a picking list is generated for subsequent picking, quality inspection, and warehouse delivery.
但是,在目前方案中,由于SKU的库存占用是在波次任务建立之前进行的,使得多个包裹中当前商品订单缺失了前后商品订单对同一SKU的需求信息,使得库存占用无法被独立优化,会导致同一SKU被占用在不同的仓库库位进行拣选的几率增大,增加了拣选路径的长度,导致拣选效率下降。However, in the current solution, the inventory occupancy of the SKU is performed before the establishment of the wave task, so that the current commodity orders in multiple packages are missing the information about the same SKU from the previous and subsequent commodity orders, so that the inventory occupancy cannot be independently optimized. It will increase the probability that the same SKU will be occupied in different warehouse locations for picking, increase the length of the picking path, and reduce the picking efficiency.
发明内容Summary of the Invention
鉴于上述问题,本申请实施例提供一种拣选单生成方法,以通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组以进行后续库存占用,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在同一库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。In view of the above problems, an embodiment of the present application provides a picking list generation method to establish a wave task by aggregating objects to be delivered from the warehouse, and to classify the objects to be delivered from the wave task according to a preset picking strategy of the warehouse system Obtaining at least one group for subsequent inventory occupancy, achieving the purpose of unifying the demand for the same SKU between adjacent orders, enabling the warehouse system to occupy inventory in a clustered manner, enabling multiple orders to be aggregated for optimization, The purpose is to occupy the same SKU in the same storage location as much as possible, reducing the probability that the same SKU is occupied in different storage locations for picking, reducing the length of the picking path, and improving the picking efficiency.
相应的,本申请实施例还提供了一种拣选单生成装置,用以保证上述方法的实现及应用。Correspondingly, an embodiment of the present application further provides a picking list generating device to ensure the implementation and application of the foregoing method.
为了解决上述问题,本申请实施例公开了一种拣选单生成方法,包括:In order to solve the above problems, an embodiment of the present application discloses a method for generating a picking list, including:
生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;Generating wave tasks for objects to be shipped out of the warehouse; the objects to be shipped out include inventory units;
根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组;Classifying objects to be stored in the wave task according to a preset picking strategy to obtain at least one group;
根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用;Notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group;
根据仓库系统返回的库位占用信息,生成拣选单。Generate picking lists based on the location occupancy information returned by the warehouse system.
相应的,本申请实施例还公开了一种拣选单生成装置,包括:Correspondingly, an embodiment of the present application further discloses a picking list generating device, including:
第一波次建立模块,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;A first wave establishment module, configured to generate a wave task for an object to be taken out of the warehouse; the object to be taken out of the warehouse includes an inventory unit;
第一分类模块,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组;A first classification module, configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group;
第一库存占用模块,用于根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用;A first inventory occupancy module, configured to notify a warehouse system to occupy inventory corresponding to an inventory unit in the group according to the group;
第一拣选单生成模块,用于根据仓库系统返回的库位占用信息,生成拣选单。The first picking list generation module is configured to generate a picking list based on the occupancy location information returned by the warehouse system.
另一方面,本申请实施例公开了另一种拣选单生成方法,包括:On the other hand, the embodiment of the present application discloses another method for generating a picking list, including:
生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;Generating wave tasks for objects to be shipped out of the warehouse; the objects to be shipped out include inventory units;
根据预设拣选策略,对所述波次任务中的待出库对象进行分类得到至少一个分组;Classify objects to be stored in the wave task to obtain at least one group according to a preset picking strategy;
根据所述分组,对所述分组中库存量单位对应的库存进行占用;Occupying the inventory corresponding to the inventory unit in the group according to the group;
根据所占用的库位,生成拣选单。Generate picking lists based on occupied locations.
相应的,本申请实施例还公开了另一种装置,包括:Correspondingly, the embodiment of the present application also discloses another device, including:
第二波次建立模块,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;A second wave establishment module, configured to generate a wave task for an object to be taken out of the warehouse; the object to be taken out of the warehouse includes an inventory unit;
第二分类模块,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类得到至少一个分组;A second classification module, configured to classify the objects to be warehoused in the wave task to obtain at least one group according to a preset picking strategy;
第二库存占用模块,用于根据所述分组,对所述分组中库存量单位对应的库存进行占用;A second inventory occupancy module, configured to occupy the inventory corresponding to the inventory unit in the group according to the group;
第二拣选单生成模块,用于根据所占用的库位,生成拣选单。The second picking list generation module is configured to generate a picking list according to the occupied warehouse.
相应的,本申请实施例还公开了一种装置,包括:Accordingly, an embodiment of the present application further discloses a device, including:
一个或多个处理器;和其上存储有指令的一个或多个机器可读介质,当由所述一个或多个处理器执行时,使得所述装置执行一种拣选单生成方法。One or more processors; and one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform a pick list generation method.
相应的,本申请实施例还公开了一个或多个机器可读介质,其上存储有指令,当由一个或多个处理器执行时,使得装置执行另一种拣选单生成方法。Correspondingly, the embodiment of the present application also discloses one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the apparatus to execute another method for generating a picking list.
相应的,本申请实施例还公开了一种装置,包括:Accordingly, an embodiment of the present application further discloses a device, including:
一个或多个处理器;和其上存储有指令的一个或多个机器可读介质,当由所述一个或多个处理器执行时,使得所述装置执行一种拣选单生成方法。One or more processors; and one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform a pick list generation method.
相应的,本申请实施例还公开了一个或多个机器可读介质,其上存储有指令,当由一个或多个处理器执行时,使得装置执行另一种拣选单生成方法。Correspondingly, the embodiment of the present application also discloses one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the apparatus to execute another method for generating a picking list.
本申请实施例包括以下优点:The embodiments of the present application include the following advantages:
本申请实施例通过生成针对待出库对象的波次任务;根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组;之后根据至少一个分组,通知仓库系统对分组中库存量单位对应的库存进行占用;最后根据仓库系统返回的库位占用信息,生成拣选单。本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在相同的库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。The embodiments of the present application generate wave tasks for objects to be sent out of the warehouse; classify the objects to be sent out of the wave tasks to obtain at least one group according to a preset picking strategy; and then notify the warehouse system to The inventory corresponding to the inventory unit in the group is occupied; and finally, a picking list is generated based on the location occupation information returned by the warehouse system. In the embodiment of the present application, a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders. The purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization. The purpose is to occupy the same SKU in the same location as much as possible. The probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1是本申请一实施例提供的一种拣选单生成方法的处理示意图;FIG. 1 is a schematic processing diagram of a picking list generation method according to an embodiment of the present application; FIG.
图2是本申请一实施例提供的一种拣选单生成方法的步骤流程图;2 is a flowchart of steps in a method for generating a picking list provided by an embodiment of the present application;
图3A是本申请一实施例提供的一种拣选单生成方法的具体步骤流程图;3A is a flowchart of specific steps of a method for generating a picking list provided by an embodiment of the present application;
图3B是本申请一实施例提供的一种第一聚类算法模型的数据处理示意图;3B is a schematic diagram of data processing of a first clustering algorithm model provided by an embodiment of the present application;
图4是本申请一实施例提供的另一种拣选单生成方法的具体步骤流程图;4 is a flowchart of specific steps of another method for generating a picking list provided by an embodiment of the present application;
图5是本申请一实施例提供的另一种拣选单生成方法的步骤流程图;5 is a flowchart of steps in another method for generating a picking list provided by an embodiment of the present application;
图6是本申请一实施例提供的一种拣选单生成装置的结构图;6 is a structural diagram of a picking list generating device according to an embodiment of the present application;
图7是本申请一实施例提供的一种拣选单生成装置的具体结构图;FIG. 7 is a specific structural diagram of a picking list generating device according to an embodiment of the present application; FIG.
图8是本申请一实施例提供的另一种拣选单生成装置的结构图;8 is a structural diagram of another picking list generating device according to an embodiment of the present application;
图9是本申请另一实施例提供的一种装置的硬件结构示意图。FIG. 9 is a schematic diagram of a hardware structure of a device according to another embodiment of the present application.
具体实施方式Detailed ways
为使本申请的上述目的、特征和优点能够更加明显易懂,下面结合附图和具体实施方式对本申请作进一步详细的说明。In order to make the foregoing objects, features, and advantages of the present application more comprehensible, the present application is further described in detail below with reference to the accompanying drawings and specific embodiments.
参照图1,示出了本申请一种拣选单生成实施例的示意图。Referring to FIG. 1, a schematic diagram of a picking list generation embodiment of the present application is shown.
其包括了交易系统10、订单系统20、仓库系统30、补货系统40。It includes a transaction system 10, an order system 20, a warehouse system 30, and a replenishment system 40.
其中交易系统10包括了面向客户的网购应用客户端和面向商家的商家应用客户端,网购应用客户端可以供客户进行针对商品的浏览、收藏和购买等操作,商家应用客户端则可以使商家对自己旗下的店铺进行管理,如:上架商品,设定商品信息,确认客户下达的商品订单等。The transaction system 10 includes a client-oriented online shopping application client and a merchant-oriented business application client. The online shopping application client can be used for customers to browse, collect and purchase goods, and the merchant application client can enable merchants to Manage your own stores, such as: placing products, setting product information, and confirming product orders placed by customers.
订单系统20可以接收交易系统10下发的订单,并对订单进行进一步处理,具体为:订单系统20可以根据订单,进行针对订单或包裹的波次任务的建立、按照预设拣选策略对波次任务中的订单或包裹进行分组、根据分组通知仓库系统30对分组中库存量单位对应的库存进行占用和生成拣选单。The order system 20 can receive the order issued by the transaction system 10 and further process the order. Specifically, the order system 20 can establish the wave task for the order or the package according to the order, and the wave order according to the preset picking strategy. The orders or packages in the task are grouped, and the warehouse system 30 is notified according to the group to occupy the inventory corresponding to the inventory unit in the group and generate a picking list.
仓库系统30是在接收到订单系统20下达的库存占用命令后,进行针对SKU的占库存操作,若占用成功,则通知订单系统20生成拣选单,另外,当若订单占用到的库区类型为补货类型区,则仓库系统30通知补货系统40进行补货。The warehouse system 30 performs an inventory operation for the SKU after receiving the inventory occupation command issued by the order system 20. If the occupation is successful, the order system 20 is notified to generate a picking list. In addition, if the type of the inventory area occupied by the order is In the replenishment type area, the warehouse system 30 notifies the replenishment system 40 to perform replenishment.
补货系统40可以接收仓库系统下发的补货命令,根据补货命令生成补货单,并派遣库工进行针对补货单的补货操作。The replenishment system 40 may receive a replenishment order issued by the warehouse system, generate a replenishment order according to the replenishment order, and dispatch a warehouse worker to perform a replenishment operation for the replenishment order.
具体交互过程为:The specific interaction process is:
A1:用户向交易系统下订单,交易系统生成商品订单。A1: The user places an order with the trading system, and the trading system generates a product order.
本申请在实施例中,在网购过程中,客户可以在交易系统10的网购应用客户端上进行浏览,当浏览到心仪的商品时,客户会在网购应用客户端进行针对该商品的下单动作,产生商品订单,并通过网购服务器将商品订单发送至商家应用服务器。In the embodiment of the present application, during the online shopping process, the customer can browse on the online shopping application client of the transaction system 10. When the desired product is browsed, the customer will place an order for the product on the online shopping application client , Generate a product order, and send the product order to the merchant application server through the online shopping server.
A2:交易系统将商品订单发送至订单系统。A2: The trading system sends commodity orders to the order system.
商家在通过商家应用客户端确认该商品订单后,商品的订单会由商家应用服务器发送至订单系统20,订单系统20会接收商品的订单,该过程称之为“接单”,其中,商品订单包含的内容是商品的SKU和针对SKU的需求数量。SKU的意思为库存量单位,被定义为保存库存控制的最小可用单位,例如纺织品中一个SKU通常表示规格、颜色、款式。After the merchant confirms the merchandise order through the merchant application client, the merchandise order will be sent by the merchant application server to the order system 20, and the order system 20 will receive the merchandise order. This process is called "order taking", where the merchandise order The content is the SKU of the product and the required quantity for the SKU. SKU means inventory unit, which is defined as the smallest available unit for inventory control. For example, a SKU in textiles usually indicates specifications, colors, and styles.
A3:订单系统针对商品订单建立波次任务。A3: The order system creates wave tasks for commodity orders.
当订单系统20接单后,订单系统20针对商品的订单,首先建立波次任务,汇总多份商品的订单或包裹为一个作业单位进行分拣操作,业内通常将这个作业的批次称为波次任务,例如:将早晨8点至10点接收到的所有订单汇总为一个波次任务,该过程等同于对一定批量的商品订单进行了聚合,使得后续的占库存动作可以依据波次任务的维度进行。After the order system 20 receives the order, the order system 20 first establishes a wave task for the order of the product, and aggregates the orders or packages of multiple products into a job unit for sorting operation. The industry usually refers to the batch of this job as the wave. Sub-task, for example: aggregate all orders received from 8 am to 10 am into a wave task, this process is equivalent to aggregating a certain batch of product orders, so that subsequent inventory-taking actions can be based on the wave task's Dimensions.
A4:订单系统针按照预设拣选策略对波次任务中的待出库对象进行分组后,通知仓库系统进行针对分类结果中SKU的库位占用。A4: After the order system has grouped the objects to be shipped out of the wave task according to the preset picking strategy, it will notify the warehouse system to occupy the storage space for the SKU in the classification result.
进一步的,波次任务建立之后,订单系统20可以确定商品的订单中的SKU从仓库系统30中的哪一个库位中进行拣选,得到第一库位信息;或根据清库存规则,调用仓库系统30进行针对商品的订单中的SKU占用,确定SKU被占用到仓库系统30中的哪一个库位,得到第二库位信息,上述过程称之为库存占用,例如,订单中需求10件SKU1,则订单系统20会通知仓库系统30在对应SKU1的库位为该订单占用10件SKU1。Further, after the wave task is established, the order system 20 may determine from which storage location in the warehouse system 30 the SKU in the order of the product is selected to obtain the first location information; or call the warehouse system according to the inventory clearance rule 30 performs the SKU occupation in the order for the product, determines which storage location in the warehouse system 30 the SKU is occupied in, and obtains the second location information. The above process is called inventory occupation. For example, 10 SKU1 are required in the order. Then the order system 20 will notify the warehouse system 30 to occupy 10 SKU1 for the order in the storage location corresponding to the SKU1.
具体的,库存占用包括:当建立波次任务汇总多份商品的订单或包裹后,按照仓库系统30规定的拣选策略,对波次任务中的待出库对象进行分类,得到多个分组,待出库对象可以为针对订单切箱得到的包裹,也可以直接为订单,拣选策略则是根据仓库系统30的拣选作业方式或包裹的结构规定的一种分类策略,例如:按照商品的品数和件数进行分类,如单品单件,多品多件等,也可以按照商品的包裹结构属性,如易碎品,正面向上放置等属性,对其进行分类。通过这种拣选策略,可以将波次任务中的待出库对象分类得到至少一个分组。Specifically, inventory occupancy includes: when a wave task is established to collect multiple orders or packages of goods, according to the picking strategy specified by the warehouse system 30, the objects to be discharged from the wave task are classified, and multiple groups are obtained. The outbound object can be the package obtained by cutting the box for the order, or it can be the order directly. The picking strategy is a sorting strategy specified according to the picking operation method of the warehouse system 30 or the structure of the package, for example, according to the number of items and the number of items For classification, such as single product, single product, multiple products, multiple products, etc., it can also be classified according to the attributes of the package structure of the product, such as fragile products, and placed face up. Through this picking strategy, at least one grouping can be obtained by classifying objects to be stored in the wave task.
之后,订单系统20可以根据上述分组,通过第一路径优化规则得到库存量单位所占库位的第一库位信息和第一拣选单信息,通知仓库系统30对分组中库存量单位对应的库存进行占用,另外,订单系统20还可以根据上述分组,通过清库存规则得到库存量单位所占库位的第二库位信息,再通过第二路径优化规则得到库存量单位所占库位的第二拣选单信息通知仓库系统30对分组中库存量单位对应的库存进行占用,进一步的优化了订单之间对SKU的需求,使得相同需求的SKU可以被分到一个分类中进行库存占用,提高了占用精确度,降低了同一SKU被占用在不同的仓库库位进行拣选的几率。After that, the order system 20 can obtain the first location information and the first picking order information of the storage space occupied by the inventory unit through the first path optimization rule according to the above grouping, and notify the warehouse system 30 of the inventory corresponding to the inventory unit in the group. In addition, according to the above grouping, the order system 20 can also obtain the second location information of the storage location occupied by the inventory unit through the inventory clearance rule, and then obtain the second location of the storage location occupied by the inventory unit through the second path optimization rule. The second picking order information informs the warehouse system 30 to occupy the inventory corresponding to the inventory unit in the group, further optimizing the demand for SKUs between orders, so that SKUs with the same demand can be divided into a category for inventory occupation, which improves the Occupancy accuracy reduces the probability that the same SKU will be occupied in different warehouse locations for picking.
A5:仓库系统进行针对分组结果中SKU的库位占用。A5: The warehouse system occupies the SKU in the grouping result.
在该步骤中,库存占用的动作发生在仓库系统30,仓库系统30可以依据订单系统20生成的第一库位信息进行对分组中库存量单位对应的库存占用,另外,仓库系统30还可以根据清库存规则,对分组中库存量单位对应的库存占用,得到第二库位信息。当 仓库系统30占用库位成功后,会发送第一库位信息或第二库位信息至订单系统20。In this step, the action of inventory occupation occurs in the warehouse system 30. The warehouse system 30 can perform inventory occupation corresponding to the inventory unit in the group according to the first location information generated by the order system 20. In addition, the warehouse system 30 can also Clear the inventory rules and obtain the second location information for the inventory occupied by the inventory unit in the group. When the storage system 30 successfully occupies the storage location, it sends the first storage location information or the second storage location information to the order system 20.
A6:订单系统根据仓库系统返回的库位占用信息,生成拣选单。A6: The order system generates a picking list based on the location occupancy information returned by the warehouse system.
在该步骤中,拣选单包括了:分组中SKU对应的占用库位信息,和分组中由哪几个待出库对象组成一张拣选单。In this step, the picking list includes: the location information corresponding to the SKUs in the group, and which objects to be sent out of the group form a picking list.
A7:订单系统将拣选单发送至仓库系统。A7: The order system sends the picking list to the warehouse system.
A8:仓库系统根据拣选单,安排员工进行拣选。A8: The warehouse system arranges employees for picking according to the picking list.
生成拣选单后,订单系统20会将拣选单下发至仓库系统30,仓库系统30选派员工针对拣选单包括的信息进行拣选,当对一待出库对象拣选完毕后,即可对待出库对象进行出库和后续派送流程。After the picking list is generated, the order system 20 sends the picking list to the warehouse system 30. The warehouse system 30 assigns employees to pick the information included in the picking list. After the picking of an object to be shipped out, the object can be treated Outbound and subsequent dispatch processes.
另外,在需要补货时,可以执行步骤A9:当缺货时,仓库系统通知补货系统进行补货。In addition, when replenishment is required, step A9 can be performed: when the stock is out of stock, the warehouse system notifies the replenishment system to replenish it.
在目前,现有技术中的库存占用是发生在波次任务建立之前的,其占用动作是无序、随机的,由于相邻订单之间缺乏对同一个SKU的需求,会产生很大几率将一个波次中的同一SKU占用到多个库位,违反了清库存原则,会导致拣选路径长度增加,拣选效率降低。At present, the inventory occupancy in the prior art occurs before the establishment of wave tasks, and its occupancy actions are random and random. Due to the lack of demand for the same SKU between adjacent orders, there will be a great chance that The same SKU in one wave occupies multiple storage locations, which violates the principle of clearing inventory, which will lead to an increase in the length of the picking path and a reduction in picking efficiency.
因此,在本申请实施例中,针对SKU的库存占用动作是发生在波次任务建立之后的,本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在同一库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。Therefore, in the embodiment of the present application, the inventory occupancy action for the SKU occurs after the establishment of the wave task. The embodiment of the present application establishes the wave task by aggregating the objects to be delivered from the warehouse, and The objects to be delivered in the wave task are classified to obtain at least one grouping, which achieves the purpose of unifying the demand for the same SKU between adjacent orders, enabling the warehouse system to occupy inventory in a clustered manner, enabling multiple orders It can be summarized for optimization. The purpose is to occupy the same SKU in the same location as much as possible, reducing the probability that the same SKU is occupied in different locations for picking, reducing the length of the picking path, and improving the efficiency of picking. .
下面通过订单系统侧对一种拣选单生成方法进行描述。The following describes a picking order generation method through the order system side.
参照图2,示出了本申请的一种拣选单生成方法实施例的步骤流程图,具体可以包括如下步骤:Referring to FIG. 2, a flowchart of steps in an embodiment of a picking list generation method according to the present application is shown, which may specifically include the following steps:
步骤101,生成针对待出库对象的波次任务;所述待出库对象包括库存量单位。Step 101: Generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
在本申请实施例中,商品的订单是以SKU作为最小可用单位的,其包含的内容是商品的SKU和针对SKU的需求数量,如:某品牌XL码的红色体恤,可以被称作SKU1,需求10件;某品牌L码的红色体恤,可以被称作SKU2,需求5件。In the embodiment of the present application, the order of a product is based on the SKU as the minimum available unit, which contains the SKU of the product and the required quantity for the SKU. For example, a red t-shirt of a certain brand XL code can be called SKU1. 10 pieces are required; a red shirt of L code of a certain brand can be called SKU2, and 5 pieces are required.
具体的,在订单系统接单后,会根据定时调度规则,聚合一定数量的待出库对象作 为一个波次任务,例如:将早晨8点至10点接收到的所有订单汇总为一个波次任务,或设置3个小时为一个时间周期,将每一个时间周期内的所有待出库对象聚合为一个波次任务。Specifically, after the order system receives an order, it will aggregate a certain number of objects to be shipped out of the warehouse as a wave task according to the timing scheduling rule. For example, all orders received from 8 am to 10 am will be aggregated into a wave task. , Or set 3 hours as a time period, aggregate all the objects to be stored in each time period into a wave task.
生成波次任务的过程等同于对一定批量的商品订单进行了聚合,使得后续的占库存动作可以依据波次任务的维度进行,避免了一个当前订单缺失与其相邻的订单对同一个SKU需求的信息,能够使得库存占用可以以波次任务的维度,进行后续占库存动作的优化。The process of generating wave tasks is equivalent to aggregating a certain batch of product orders, so that subsequent inventory taking actions can be performed according to the dimensions of wave tasks, avoiding the lack of a current order and its neighboring orders for the same SKU. Information, so that inventory occupancy can be optimized for subsequent inventory occupancy actions in the dimension of wave tasks.
步骤102,根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组。Step 102: According to a preset picking strategy, classify objects to be stored in the wave task to obtain at least one group.
在本申请实施例中,拣选策略则是根据仓库系统的拣选作业方式或包裹的结构规定的一种分类策略,例如:按照商品的品数和件数进行分类,如单品单件,多品多件等,单品是指对同一SUK,多品是指多个不同的SKU,单件是指需求数量是1件,多件是指需求数量为多件。另外,也可以按照商品的包裹结构属性,如易碎品,正面向上放置等属性,对其进行分类。In the embodiment of the present application, the picking strategy is a sorting strategy stipulated according to the picking operation method of the warehouse system or the structure of the package. For example, the sorting is based on the number of items and the number of items, such as single product, single product, multiple products, multiple products. Etc., single product refers to the same SUK, multiple product refers to multiple different SKUs, single product refers to the demand quantity is 1 unit, and multiple product refers to the demand quantity is multiple. In addition, you can also classify products according to their package structure attributes, such as fragile products and placing them face up.
例如,假设按照商品的品数和件数,对一个波次任务包括的5个待出库对象进行分类。For example, suppose that according to the number of products and the number of items, the five objects to be shipped out of a wave task are classified.
待出库对象1包括SKU1,1件;SKU2,1件。Objects to be shipped out 1 include SKU1, 1 item; SKU2, 1 item.
待出库对象2包括SKU1,1件。Objects to be shipped 2 include SKU1 and 1 item.
待出库对象3包括SKU1,4件。Objects to be taken out 3 include SKU1 and 4 pieces.
待出库对象4包括SKU1,3件;SKU2,4件;SKU3,1件。Objects to be shipped out 4 include SKU1, 3 pieces; SKU2, 4 pieces; SKU3, 1 piece.
待出库对象5包括SKU2,1件。Objects to be shipped out 5 include SKU2, 1 item.
则,分类结果为,待出库对象1为多品多件,待出库对象2位单品单件,待出库对象3位单品多件,待出库对象4为多品多件,待出库对象5位单品单件。因此,将五个待出库对象分为了3个分组。后续的库存占用可以按照这三个分组独立进行。Then, the classification result is that the object 1 to be shipped out is multiple items and multiple pieces, the object to be shipped out is 2 items and single items, the object to be shipped out is 3 items and multiple items, and the object to be shipped out 4 is multiple items and multiple pieces. There are 5 single items and single items to be shipped out of the warehouse. Therefore, the five objects to be discharged are divided into three groups. Subsequent inventory occupancy can be performed independently according to these three groups.
需要说明的是,也可以按照待出库对象的包裹结构属性,如易碎品,正面向上放置等属性,对其进行分类,该分类策略依据待出库对象的外观结构和包装结构进行分类,使得分类的结果能够满足仓库系统的拣选作业方式需求,如,仓库系统针对易碎品有对应的拣选方式,针对需正面向上放置的商品有另一种对应的拣选方式,可以通过上述分类方式,将相同需求的待出库对象聚合为同一分类。It should be noted that the objects of the package structure can also be classified according to the package structure attributes of the object to be shipped, such as fragile products, and placed face up. The classification strategy is based on the appearance structure and packaging structure of the objects to be shipped. The classification results can meet the needs of the picking operation method of the warehouse system. For example, the warehouse system has a corresponding picking method for fragile products and another corresponding picking method for products that need to be placed face up. The above classification method can be adopted. Aggregate objects to be shipped from the same demand into the same category.
通过预设拣选策略,可以将波次任务中的待出库对象分类得到至少一个分组,进一 步的优化了订单之间对SKU的需求,使得相同需求的SKU可以被分到一个分类中进行库存占用,提高了占用精确度,降低了同一SKU被占用在不同的仓库库位进行拣选的几率。Through the preset picking strategy, at least one group can be classified into the out-of-warehouse objects in the wave task, which further optimizes the demand for SKUs between orders, so that SKUs with the same demand can be divided into a category for inventory occupation. , Improve the occupation accuracy, reduce the probability of the same SKU being occupied in different warehouse locations for picking.
步骤103,根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用。Step 103: According to the group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group.
在本申请实施例中,订单系统将库存信息拆解为三级账的形式,以进行SKU对不同级帐的占用。In the embodiment of the present application, the order system decomposes the inventory information into the form of a three-level ledger to occupy the different level ledger by the SKU.
一级帐是仓库总账,是SKU的全仓库存信息,主要包含如下信息:商品ID、正残品状态、总实物库存、总可销售库存、总占用库存等。The primary account is the general ledger of the warehouse, which is the inventory information of the entire warehouse of the SKU, which mainly includes the following information: product ID, positive and defective status, total physical inventory, total saleable inventory, total occupied inventory, etc.
二级账是库区类型帐,除包含一级账的内容外,还新增了库区类型,以及SKU在作业过程中的占用数据,其库区类型有:备货区、拣选区、暂存区、残品区、差异库存区等。The secondary account is a storage area type account. In addition to the contents of the primary account, the storage area type and SKU occupation data during the operation are added. The types of storage area are: stocking area, picking area, temporary storage. Area, defective area, differential inventory area, etc.
三级账是仓库库位账,核心表达的是一SKU在一库区中的库位上的数量。The tertiary account is the warehouse location account. The core expression is the number of SKUs in a warehouse area.
在本申请实施例中,一级帐和二级账的占用动作是发生在波次任务建立之前的,目的是判断是否缺货,和同一订单系统、交易系统与仓库系统之间的占用数据。该步骤主要依据三级账进行占用,其针对步骤103生成的分组进行库存占用主要有两种方式:In the embodiment of the present application, the occupancy action of the primary account and the secondary account occurs before the establishment of the wave task, and the purpose is to determine whether there is a shortage of inventory and the occupancy data between the same order system, transaction system, and warehouse system. This step is mainly based on the tertiary account. There are two main ways to use the inventory for the group generated in step 103:
方式一:订单系统通过查询仓库系统的三级账信息,得到分组中SKU的库位的库位库存分布信息,再将该信息通过路径优化规则确定出分组中SKU所占库位的库位信息,和分组中哪几个待出库对象组成一个拣选单,之后将SKU所占库位的库位信息发送至仓库系统,供仓库系统进行占用动作。Method 1: The order system obtains the inventory location distribution information of the location of the SKU in the group by querying the three-level account information of the warehouse system, and then determines the location information of the location occupied by the SKU in the group through the path optimization rule. , And which group of objects to be warehoused in the group form a picking list, and then send the location information of the location occupied by the SKU to the warehouse system for the warehouse system to take the action.
方式二:订单系统针对每一个分组,采用清库存规则和先进先出规则通知仓库系统对分组中SKU对应的库存进行占用,在占用成功后,根据占用的库位信息,通过路径优化规则确定出分组中哪几个待出库对象组成一个拣选单,其中,清库存规则是,针对一SKU对应的库位,将该库位占满后再进行该SKU对应的下一库位的占用,效率较高。先进先出规则是指在库存管理中,按照SKU入库的时间顺序排序,在占用时按照先入库的SKU先占用的原则进行操作,其时效性较强。Method 2: For each group, the order system uses the inventory clearing rule and the first-in-first-out rule to notify the warehouse system to occupy the inventory corresponding to the SKU in the group. After the occupation is successful, it is determined through the route optimization rules based on the occupied location information. Which of the objects to be put out of the group constitutes a picking list. The inventory clearing rule is that for the storage location corresponding to a SKU, the storage location is filled before the next storage location corresponding to the SKU is occupied. Higher. The first-in-first-out rule means that in the inventory management, the chronological order of the SKUs into the warehouse is sorted, and the operation is based on the principle of the SKUs that are put in the warehouse first.
基于上述两种库位占用方式,方式一相较于方式二的操作精确度较高,能够有效降低拣选路径,而方式二的占用效率较高,能够满足“双11”等订单数量激增时期库存占用对于效率的需求。Based on the two above-mentioned occupancy methods, the first method has higher operation accuracy than the second method, which can effectively reduce the picking path, and the second method has a higher occupation efficiency, which can meet the inventory surge in orders such as “Double 11”. Take up the need for efficiency.
步骤104,根据所述仓库系统返回的库位占用信息,生成拣选单。Step 104: Generate a picking list based on the occupancy location information returned by the warehouse system.
在本申请实施例中,当仓库系统针对至少一个分组的库位占用完成后,会将成功占用信息发送至订单系统,订单系统根据分组中SKU所占库位的库位信息,和分组中哪几个待出库对象组成一个拣选单的信息,生成拣选单,拣选单包括的内容是告知仓库员工一个待出库对象中包括了哪几个SKU,和这些SKU分别去哪个库位进行拣选,仓库员工可以根据拣选单,快速精确的进行拣选动作。In the embodiment of the present application, after the warehouse system completes the occupation of the at least one group of storage locations, it sends the successful occupancy information to the order system. The order system uses the location information of the storage locations occupied by the SKUs in the group, and Several objects to be sent out of the warehouse constitute the information of a picking list, and a picking list is generated. The content of the picking list is to inform the warehouse staff which SKUs are included in an object to be sent out of the warehouse, and which storage location these SKUs go to for picking. Warehouse staff can perform picking operations quickly and accurately according to the picking list.
综上所述,本申请实施例提供的一种拣选单生成方法,通过生成针对待出库对象的波次任务;根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组;之后根据至少一个分组,通知仓库系统对分组中库存量单位对应的库存进行占用;最后根据仓库系统返回的库位占用信息,生成拣选单。本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在相同的库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。In summary, a picking list generation method provided in the embodiments of the present application is to generate wave tasks for objects to be sent out of the warehouse; classify the objects to be sent out of the wave tasks according to a preset picking strategy to obtain At least one group; then, according to the at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system. In the embodiment of the present application, a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders The purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization. The purpose is to occupy the same SKU in the same location as much as possible. The probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
下面通过订单系统和物流系统对拣选单生成方法的交互过程进行具体描述。The following describes the interaction process of the picking list generation method through the order system and the logistics system.
参照图3A,示出了本申请的一种拣选单生成方法的具体步骤流程图,具体可以包括如下步骤:Referring to FIG. 3A, a flow chart of specific steps of a method for generating a picking list of the present application is shown, which may specifically include the following steps:
步骤201,订单系统接收订单。Step 201: The order system receives an order.
在网购过程中,交易系统包括了面向客户的网购应用和面向商家的商家平台应用,客户会在网购应用上进行浏览,当浏览到心仪的商品时,会进行针对该商品的下单动作,产生商品订单,商品订单包含的内容是商品的SKU和针对SKU的需求数量。在本申请实施例中,商品的订单会由交易系统的商家平台应用发送至订单系统,该过程称之为“接单”。In the process of online shopping, the transaction system includes customer-oriented online shopping applications and merchant-oriented merchant platform applications. Customers will browse on the online shopping application. When they browse the favorite product, they will place an order for the product and generate Product order. The content of a product order is the SKU of the product and the required quantity for the SKU. In the embodiment of the present application, an order for a commodity is sent to an order system by a merchant platform application of a trading system, and this process is called “order receiving”.
步骤202,订单系统将订单发送至仓库系统,通知仓库系统进行针对订单的仓库总账占用。In step 202, the order system sends the order to the warehouse system, and notifies the warehouse system to perform warehouse general ledger occupation for the order.
在本申请实施例中,订单系统接单后,会储存订单及其明细,之后会发送包括了订单及其明细的MetaQ消息至仓库系统,以供仓库系统储存订单及其明细,该过程为仓库系统的接单。In the embodiment of the present application, after the order system receives the order, the order and its details are stored, and then a MetaQ message including the order and its details is sent to the warehouse system for the warehouse system to store the order and its details. This process is a warehouse Orders from the system.
步骤203,仓库系统根据上述订单,进行针对订单中库存量单位的仓库总账占用。In step 203, the warehouse system performs warehouse general ledger occupancy for the inventory unit in the order according to the order.
在该步骤中,仓库系统根据得到的订单,进行针对订单中库存量单位的仓库总账占 用,即占用一级帐,占用一级帐的目的是判断一SKU的总库存是否满足订单中该SKU的需求,若满足,则占用成功,若不满足,则提醒交易系统缺货。In this step, the warehouse system uses the warehouse general ledger for the inventory unit in the order according to the obtained order, that is, the primary account is occupied. The purpose of occupying the primary account is to determine whether the total inventory of a SKU meets the SKU in the order. If the demand is met, the occupation is successful. If it is not met, the trading system will be reminded that the stock is out of stock.
步骤204,若所述仓库总账占用失败,则仓库系统通知订单系统和交易系统所述订单缺货。Step 204: If the warehouse general ledger fails to be used, the warehouse system notifies the order system and the transaction system that the order is out of stock.
在本申请实施例中,若仓库总账占用失败,则意味着该仓库中针对SKU的库存量不足,此时需告知订单系统和交易系统所述订单中的SKU缺货,需补货,当补货成功后,可以继续占用该SKU的仓库总账。In the embodiment of the present application, if the general ledger of the warehouse fails, it means that the inventory for the SKU in the warehouse is insufficient. At this time, the order system and the trading system need to be informed that the SKU in the order is out of stock and needs to be replenished. After the goods are successfully delivered, you can continue to occupy the warehouse ledger of the SKU.
步骤205,若所述仓库总账占用成功,则仓库系统向交易系统和订单系统广播成功占用信息。Step 205: If the warehouse general ledger is successfully occupied, the warehouse system broadcasts the successful occupation information to the transaction system and the order system.
在本申请实施例中,若仓库总账占用成功,则仓库系统向交易系统和订单系统广播成功占用信息,达到三个系统之间统一数据的目的,使得能够进行后续流程。In the embodiment of the present application, if the warehouse general ledger is successfully occupied, the warehouse system broadcasts the successful occupation information to the transaction system and the order system to achieve the purpose of unifying data between the three systems, enabling subsequent processes.
步骤206,订单系统通知所述仓库系统进行针对所述订单的库区类型占用。In step 206, the order system notifies the warehouse system to occupy the warehouse area type for the order.
在本申请实施例中,当仓库系统占用一级帐完成后,即可进行库区类型占用,即二级账的占用,其目的是确定SKU在仓库的拣选区是否有货(后续分拣动作是在仓库中该SKU的拣选区进行的拣选)。需要说明的是,二级账的占用需要根据仓库系统对订单的捞单规则进行处理,并且二级账的占用和步骤203中一级帐的占用都要根据调度规则,按预设时间进行均匀调度,例如,每2个小时处理10个待出库对象的一级、二级账占用动作,以提高占用效率。In the embodiment of the present application, after the warehouse system occupies the primary account, the type of storage area can be used, that is, the secondary account. The purpose is to determine whether the SKU has goods in the warehouse's picking area (subsequent sorting action) Is the picking in the picking area of the SKU in the warehouse). It should be noted that the occupancy of the secondary account needs to be processed according to the warehouse order rules of the warehouse, and the occupancy of the secondary account and the occupancy of the primary account in step 203 must be uniform according to the scheduling rules and at a preset time. Scheduling, for example, processing the primary and secondary account occupancy actions of 10 objects out of the warehouse every 2 hours to improve occupancy efficiency.
步骤207,仓库系统进行针对所述订单的库区类型占用。Step 207: The warehouse system occupies the warehouse area type for the order.
步骤208,若所述订单占用到的库区类型为仓库拣选区,则执行步骤211。In step 208, if the type of storage area occupied by the order is a warehouse picking area, step 211 is performed.
在本申请实施例中,二级账包括的其库区类型有:备货区、拣选区、暂存区、残品区、差异库存区等,而拣选作业只能够对拣选区中的SKU进行拣选,因此,当订单占用到的库区类型为仓库拣选区时,说明拣选区中SKU的库存能够满足订单的需求,此时执行步骤211,按照预设的切箱规则,订单系统对订单中的库存量单位进行切箱操作,获取包裹对象的动作,获得包裹后,可以进行针对包裹的波次任务的建立。In the embodiment of the present application, the types of storage areas included in the secondary account are: stocking area, picking area, temporary storage area, scrap area, differential inventory area, etc., while the picking operation can only pick SKUs in the picking area. Therefore, when the type of storage area occupied by the order is a warehouse picking area, it means that the inventory of the SKU in the picking area can meet the demand of the order. At this time, step 211 is performed. According to the preset cutting rule, the order system The inventory unit performs the box cutting operation to obtain the action of the package object. After the package is obtained, the wave task for the package can be established.
步骤209,若所述订单占用到的库区类型为补货类型区,则仓库系统通知补货系统进行补货。Step 209: If the type of the warehouse area occupied by the order is a replenishment type area, the warehouse system notifies the replenishment system to replenish.
在该步骤中,若订单占用到的库区类型为补货类型区,说明拣选区中SKU的库存不能够满足订单的需求,此时需要通知补货系统对该SKU库区进行补货,其中补货类型区可以为备货区、暂存区、残品区、差异库存区等。In this step, if the type of storage area occupied by the order is a replenishment type area, it means that the inventory of the SKU in the picking area cannot meet the demand of the order. At this time, the replenishment system needs to be notified to replenish the SKU warehouse area, where The replenishment type area can be a stocking area, a temporary storage area, a defective area, a differential inventory area, and so on.
步骤210,补货系统对仓库拣选区进行补货。Step 210: The replenishment system replenishes the warehouse picking area.
在本申请实施例中,补货系统对仓库拣选区进行补货具体可以包括:由补货系统派遣库工根据一定的规则和优先级,生成补货单进行作业,待补货完成后,仓库系统会循环进行针对该SKU的二级账占用,直至占用成功。In the embodiment of the present application, the replenishment system for replenishing the warehouse picking area may specifically include: the replenishment system dispatches warehouse workers to generate replenishment orders for operations according to certain rules and priorities, and after the replenishment is completed, the warehouse The system will cycle the secondary account occupation for this SKU until the occupation is successful.
步骤211,按照预设的切箱规则,订单系统对所述订单中的库存量单位进行切箱操作,获取包裹对象。Step 211: According to a preset box-cutting rule, the order system performs a box-cut operation on the inventory unit in the order to obtain a parcel object.
在本申请实施例中,切箱是一种针对订单的预处理动作,目的是将订单中的SKU按照外观和包装属性的维度进行聚合,得到包裹,届时,将包裹流入待汇总包裹池,之后走的处理都是针对包裹。In the embodiment of the present application, the box cutting is a pre-processing action for orders. The purpose is to aggregate the SKUs in the order according to the dimensions of appearance and packaging attributes to obtain packages. At that time, the packages will flow into the package pool to be summarized. The processing is directed at the package.
例如,订单结构如下:(单位:毫米,结构:长、宽、高)For example, the order structure is as follows: (unit: mm, structure: length, width, height)
商品1大小:160毫米,60毫米,270毫米;个数:3个。 Product 1 size: 160 mm, 60 mm, 270 mm; number: 3 pieces.
商品2大小:110毫米,30毫米,150毫米;个数:2个。 Commodity 2 size: 110 mm, 30 mm, 150 mm; number: 2 pieces.
商品3大小:90毫米,50毫米,180毫米;个数:2个。 Product 3 size: 90mm, 50mm, 180mm; number: 2
而仓库系统的纸箱的大小有如下规格:(单位:毫米,结构:长、宽、高)The size of the cartons in the warehouse system has the following specifications: (unit: mm, structure: length, width, height)
1号纸箱:120毫米,111毫米,261毫米。Carton No. 1: 120mm, 111mm, 261mm.
2号纸箱:245毫米,220毫米,370毫米。Carton No. 2: 245mm, 220mm, 370mm.
3号纸箱:295毫米,240毫米,390毫米。Carton No. 3: 295 mm, 240 mm, 390 mm.
则,根据订单中包括的商品的数量及结构规格,切箱确定选择2号纸箱对该订单中所有的商品进行包装,得到包裹,使得后续流程能够按照包裹的维度进行,方便了后续拣选、出库和配送流程的进行。Then, according to the quantity and structural specifications of the goods included in the order, the box is determined to choose the carton No. 2 to pack all the goods in the order to get the package, so that the subsequent process can be carried out in accordance with the dimensions of the package, which facilitates subsequent picking and delivery Inventory and distribution processes.
步骤212,订单系统生成针对包裹对象的波次任务。In step 212, the order system generates a wave task for the parcel object.
可选的,还可以生成针对所述订单的波次任务。此时可以不需要切箱动作,简化了拣选单生成的流程。Optionally, a wave task for the order may also be generated. In this case, no box cutting action is required, which simplifies the process of generating picking lists.
在本申请实施例中,波次任务建立依据的对象可以为订单,也可以为包裹,本申请实施例对此不做限定,优选的,可以建立针对包裹对象的波次任务,使得后续流程能够按照包裹的维度进行,方便了后续拣选、出库和配送流程的进行。In the embodiment of the present application, the object on which the wave task is established may be an order or a package, which is not limited in the embodiment of the present application. Preferably, a wave task for the package object may be established to enable subsequent processes. It is carried out in accordance with the dimensions of the package, which facilitates the subsequent picking, storage and distribution processes.
可选的,步骤212还包括子步骤2121。Optionally, step 212 further includes sub-step 2121.
子步骤2121,根据预设的负载均衡策略,调整所述波次任务的波次任务数量阈值,所述波次任务数量阈值为预设时间内所述波次任务的执行数量。Sub-step 2121: Adjust a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
在本申请实施例中,负载均衡策略是指预设时间内波次任务的执行数量要满足均匀 无波动的要求,因为调度机器的工作方式类似于计算机的进程管理,分为多个调度进程来进行波次任务的调度执行,如,对一个调度进程运行的最大任务波次数量设定为5个,因此,可以根据实验得出一个较优的波次任务数量阈值,通过设置该波次任务数量阈值,避免调度机器发生任务波次调度堵塞的情况,提高任务波次的执行效率。In the embodiment of the present application, the load balancing strategy means that the number of executions of wave tasks within a preset time must meet the requirement of uniform and no fluctuations, because the scheduling machine works similarly to a computer's process management and is divided into multiple scheduling processes. For the execution of wave tasks, for example, the maximum number of wave times for a task to be run by a scheduling process is set to 5. Therefore, an optimal wave task threshold can be obtained based on experiments. By setting the wave task The number of thresholds can avoid the occurrence of jamming of the task waves of the scheduling machine and improve the execution efficiency of the task waves.
步骤213,根据预设拣选策略,订单系统对所述波次任务中的待出库对象进行分类,得到至少一个分组。Step 213: According to a preset picking strategy, the order system sorts the objects to be stored in the wave task to obtain at least one group.
步骤213可以参照上述步骤102的描述,此处不再赘述。For step 213, reference may be made to the description of step 102 above, and details are not described herein again.
步骤214,订单系统获取存放所述分组中库存量单位的库位的库位库存分布信息。Step 214: The order system acquires the location inventory distribution information of the location that stores the inventory unit in the group.
在该步骤中,订单系统可以获取仓库系统中,存放分组中SKU的库位的库位库存分布信息,即三级账,该库位库存分布信息是上一个波次任务处理之后更新得到的库位库存分布信息,可以用来作为本次波次任务中,后续库存占用流程的依据,以确定哪个库位可以进行对应SKU的占用,哪个库位不可以进行对应SKU的占用。In this step, the order system can obtain the location inventory distribution information of the SKU in the warehouse system, that is, the three-level ledger. The inventory location distribution information is the library updated after the previous wave task processing. Bit inventory distribution information can be used as the basis for subsequent inventory occupancy processes in this wave task to determine which location can be occupied by the corresponding SKU and which location cannot be occupied by the corresponding SKU.
步骤215,根据所述库位库存分布信息,订单系统利用第一路径优化规则确定所述分组的第一拣选单信息以及所述第一拣选单信息对应的第一库位信息;其中,所述第一库位信息为所述第一拣选单信息中库存量单位所占库位的库位信息;所述第一拣选单信息的拣选路径之和最短。Step 215: According to the inventory location distribution information, the ordering system uses a first path optimization rule to determine the grouped first picking order information and the first picking location information corresponding to the first picking order information; wherein, the The first location information is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest.
在本申请实施例中,根据所述库位库存分布信息,可以通过第一路径优化规则对SKU的占用库位进行路径优化,确定第一库位信息和第一拣选单信息,第一库位信息表示对一个分组包括的包裹中的SKU所占用库位的信息,库位信息包括了该库位的物理位置信息,第一拣选单信息则包含该分组中由那些包裹组成一个拣选单,通过第一路径优化规则,进一步的优化了订单之间对SKU的需求,使得相同需求的SKU可以被分到一个分类中进行库存占用,提高了占用精确度,降低了同一SKU被占用在不同的仓库库位进行拣选的几率。In the embodiment of the present application, according to the storage location inventory distribution information, a path optimization may be performed on the occupied storage location of the SKU through a first path optimization rule to determine the first storage location information and the first picking order information, and the first storage location. The information indicates the information about the location occupied by the SKU in the package included in a group. The location information includes the physical location information of the location, and the first pick list information includes those packages in the group to form a pick list. The first path optimization rule further optimizes the demand for SKUs between orders, so that SKUs with the same demand can be divided into a category for inventory occupation, which improves the occupation accuracy and reduces the same SKU being occupied in different warehouses. The probability of picking at the location.
可选的,所述第一路径优化规则包括第一聚类算法模型、第一遗传算法模型,步骤215还可以包括子步骤2151,子步骤2152。Optionally, the first path optimization rule includes a first clustering algorithm model and a first genetic algorithm model. Step 215 may further include sub-step 2151 and sub-step 2152.
子步骤2151,根据所述库位库存分布信息,订单系统利用所述第一聚类算法模型对每个分组中的待出库对象进行再聚类。Sub-step 2151: According to the inventory location distribution information, the order system uses the first clustering algorithm model to re-cluster the objects to be stored in each group.
在该步骤中,可以利用的聚类算法模型有多种,本申请以Kmeans聚类模型为例进行说明。具体的,Kmeans算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。Kmeans算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们 的对象归类,通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。In this step, there are multiple types of clustering algorithm models that can be used. This application uses the Kmeans clustering model as an example for illustration. Specifically, the Kmeans algorithm is the most classic partition-based clustering method, and it is one of the ten classic data mining algorithms. The basic idea of the Kmeans algorithm is: clustering with k points in space as the center, classify the objects closest to them, and iteratively update the values of each cluster center one by one until the best clustering result is obtained. .
例如:在一个包裹组中,包裹包括的SKU情况为:For example: In a package group, the SKUs included in the package are:
包裹1:sku1,sku2,sku3;Parcel 1: sku1, sku2, sku3;
包裹2:sku2,sku3,sku4,sku8;Parcel 2: sku2, sku3, sku4, sku8;
包裹3:sku5,sku6,sku8;Parcel 3: sku5, sku6, sku8;
包裹4:sku7,sku8,sku10;Parcel 4: sku7, sku8, sku10;
包裹5:sku1,sku9。Parcel 5: sku1, sku9.
库存情况为:The stock situation is:
sku1:zone1,zone2,zone3;sku1: zone1, zone2, zone3;
sku2:zone2,zone3;sku2: zone2, zone3;
sku3:zone4;sku3: zone4;
sku4:zone1,zone5;sku4: zone1, zone5;
sku5:zone5,zone6;sku5: zone5, zone6;
sku6:zone1;sku6: zone1;
sku7:zone5,zone6,zone7;sku7: zone5, zone6, zone7;
sku8:zone6,zone7;sku8: zone6, zone7;
sku9:zone7;sku9: zone7;
sku10:zone2。sku10: zone2.
由此可知包裹的向量表达为:(zone1,zone2,zone3,zone4,zone5,zone6,zone7)It can be seen that the wrapped vector is expressed as: (zone1, zone2, zone3, zone4, zone5, zone6, zone7)
其中,依据库位库存分布信息,若包裹包括的SKU存在对应的库位能够满足其占用,那么该维向量值为1,否则为0。Among them, according to the location inventory distribution information, if the corresponding SKU included in the package can satisfy its occupation, the dimension vector value is 1, otherwise it is 0.
由此可知,包裹向量为:It can be seen that the wrapping vector is:
包裹1:[1,1,1,1,0,0,0]Parcel 1: [1,1,1,1,0,0,0]
包裹2:[1,1,1,1,1,1,1]Parcel 2: [1,1,1,1,1,1,1]
包裹3:[1,0,0,0,1,1,1]Parcel 3: [1,0,0,0,1,1,1]
包裹4:[0,1,0,0,1,1,1]Parcel 4: [0,1,0,0,1,1,1]
包裹5:[1,1,1,0,0,0,1]Parcel 5: [1,1,1,0,0,0,1]
假设Kmeans分类的分类数为2,即生成两张拣选单,收敛目标为:拣选单中SKU的拣选路径之和最短。Assume that the number of Kmeans classification is two, that is, two picking lists are generated, and the convergence goal is: the sum of the picking paths of SKUs in the picking list is the shortest.
此时随机选取两个聚类质心点:包裹1和包裹2,根据jaccrod相似度,以同一聚类 中的对象相似度较高;而不同聚类中的对象相似度较小为目标。执行如图3B所示的步骤1至步骤4,直至收敛结果得到,需要说明的是,如,包裹1与包裹2的jaccrod距离=4/7=0.57。At this time, two centroid points of the cluster are randomly selected: Parcel 1 and Parcel 2. According to the jaccrod similarity, the objects in the same cluster have a high similarity; and the objects in different clusters have a small similarity. Steps 1 to 4 shown in FIG. 3B are performed until the convergence result is obtained. It should be noted that, for example, the jaccrod distance between the parcel 1 and the parcel 2 is 4/7 = 0.57.
由图3B中可知,最终,包裹1和包裹5为一类,组成一张拣选单,包裹2、包裹3、包裹4为另一类,组成另一张拣选单。并分别在包裹向量中向量值为1的库位进行对应SKU的拣选。It can be known from FIG. 3B that, in the end, the parcel 1 and the parcel 5 are of one type, and constitute a picking list, and the parcel 2, parcel 3, and parcel 4 are of another type, forming another picking list. And the corresponding SKU is selected in the storage location of the vector value of 1 in the parcel vector.
需要说明的是,第一聚类算法模型可以利用Kmeans算法模型进行计算,也可以利用其它类似功能的聚类模型进行计算,本申请对此不做限定。It should be noted that the first clustering algorithm model may be calculated using a Kmeans algorithm model, or may be calculated using a clustering model with other similar functions, which is not limited in this application.
子步骤2152,将聚类结果作为初始第一拣选单信息,订单系统利用第一遗传算法模型对所述初始第一拣选单信息进行优化,获取拣选路径之和最短的第一拣选单信息。In sub-step 2152, the clustering result is used as the initial first picking order information, and the order system uses the first genetic algorithm model to optimize the initial first picking order information to obtain the first picking order information with the shortest sum of the picking paths.
在该步骤中,子步骤2151得到的再聚类结果作为初始第一拣选单信息,还可以通过第一遗传算法模型对初始第一拣选单信息进行进一步优化,得到最终的优选解。In this step, the re-clustering result obtained in the sub-step 2151 is used as the initial first picking list information, and the initial first picking list information can be further optimized through the first genetic algorithm model to obtain the final optimal solution.
具体的,通过第一遗传算法模型对初始第一拣选单信息进行进一步优化包括以下几个步骤:Specifically, further optimization of the initial first picking list information through the first genetic algorithm model includes the following steps:
步骤S1,构造初始解。具体为对问题的解进行初始编码,即利用子步骤21121得到的再聚类结果作为初始解,按照规则编码成为0-1的向量形式,一般需要两个初始解作为父体和母体,并计算父体和母体的适应度,这里的适应度就是拣选单中的拣选路径之和。In step S1, an initial solution is constructed. Specifically, the initial encoding of the solution of the problem, that is, the re-clustering result obtained in substep 21121 is used as the initial solution, and the vector form of 0-1 is encoded according to the rules. Generally, two initial solutions are required as the parent and the parent, and calculated The fitness of the parent and the mother. The fitness here is the sum of the selection paths in the selection list.
步骤S2,产生新的解。具体为对父体和母体进行交叉和变异,产生新的解,交叉的策略一般采用截断互换,变异的策略一般采用固定变异概率或衰减变异概率。In step S2, a new solution is generated. Specifically, the parent and the mother are crossed and mutated to generate a new solution. The crossover strategy generally uses truncation and swap, and the mutation strategy generally uses a fixed mutation probability or a decay mutation probability.
步骤S3,微调至可行解。步骤S2产生的新的解可以无法满足约束条件,因此对新的解进行领域调整,使得其满足约束,同时及时新的解的适应度。Step S3, fine-tuning to a feasible solution. The new solution generated in step S2 may not satisfy the constraint conditions. Therefore, the new solution is adjusted in the domain so that it satisfies the constraints and at the same time adaptability of the new solution.
步骤S4,重复步骤2-步骤3的流程,具体为选择当前序列中适应度最高的父体和母体,重复交叉变异流程,直至满足序列长度。In step S4, the process from step 2 to step 3 is repeated. Specifically, the parent and the parent with the highest fitness in the current sequence are selected, and the cross mutation process is repeated until the sequence length is satisfied.
步骤S5,输出适应度最大的解,该解即为拣选路径之和最短的第一拣选单信息。In step S5, the solution with the highest fitness is output, and the solution is the first picking list information with the shortest sum of the picking paths.
步骤216,订单系统将所述第一库位信息发送给所述仓库系统,以供所述仓库系统根据所述第一库位信息对相应库位进行占用。Step 216: The order system sends the first storage location information to the warehouse system for the warehouse system to occupy the corresponding storage location according to the first storage location information.
在该步骤中,通过第一库位信息,即确定了分组中包裹的SKU去哪个库位进行占用的信息,仓库系统进行SKU针对第一库位信息的库位占用动作。In this step, the first location information is used to determine which location of the SKU packaged in the group to occupy, and the warehouse system performs the location occupancy action of the SKU for the first location information.
进一步的,还可以根据所述分组,通知仓库系统在所述仓库拣选区中占用库位。Further, according to the grouping, the warehouse system may be notified to occupy a storage location in the warehouse picking area.
在本申请实施例中,二级账包括的其库区类型有:备货区、拣选区、暂存区、残品区、差异库存区等,而拣选作业只能够对拣选区中的SKU进行拣选,因此,当订单占用到的库区类型为仓库拣选区时,说明拣选区中SKU的库存能够满足订单的需求。In the embodiment of the present application, the types of storage areas included in the secondary account are: stocking area, picking area, temporary storage area, scrap area, differential inventory area, etc., while the picking operation can only pick SKUs in the picking area. Therefore, when the type of warehouse area occupied by the order is a warehouse picking area, it means that the SKU inventory in the picking area can meet the demand of the order.
步骤217,仓库系统根据所述第一库位信息对相应库位进行占用。Step 217: The warehouse system occupies the corresponding storage location according to the first storage location information.
步骤218,当接收到所述仓库系统的第一库位占用消息时,订单系统根据第一拣选单信息以及所述第一拣选单信息对应的第一库位信息,生成第一拣选单。Step 218: When receiving the first location occupancy message of the warehouse system, the order system generates a first picking list according to the first picking order information and the first location information corresponding to the first picking order information.
在本申请实施例中,当仓库系统根据第一库位信息对相应库位进行占用完成后,会将成功占用信息发送至订单系统,订单系统根据分组中SKU所占库位的第一库位信息,和分组中哪几个包裹组成一个拣选单的第一拣选单信息,生成第一拣选单,第一拣选单包括的内容是告知仓库员工一个包裹中包括了哪几个SKU,和这些SKU分别去哪个库位进行拣选,仓库员工可以根据拣选单,快速精确的进行拣选动作。In the embodiment of the present application, after the warehouse system completes the occupation of the corresponding location according to the first location information, the successful occupation information is sent to the order system, and the order system according to the first location of the location occupied by the SKU in the group Information, and which several packages in the group constitute the first picking order information of a picking list to generate a first picking list. The first picking list contains information that tells warehouse employees which SKUs are included in a package, and these SKUs. Which warehouse location to go for picking, the warehouse staff can quickly and accurately perform the picking action according to the picking list.
综上,本申请实施例图3A提供的一种拣选单生成方法,订单系统通过生成针对待出库对象的波次任务,再根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组,之后订单系统通过查询仓库系统的三级账信息,得到分组中SKU的库位的库位库存分布信息,再将该信息通过路径优化规则确定出分组中SKU所占库位的库位信息,和分组中哪几个待出库对象组成一个拣选单,之后将SKU所占库位的库位信息发送至仓库系统,供仓库系统进行占用动作,当占用完毕后,订单系统生成第一拣选单。In summary, a picking list generation method provided in FIG. 3A in the embodiment of the present application. The ordering system generates wave tasks for objects to be shipped out of the warehouse, and then performs processing on the objects to be shipped out of the wave tasks according to a preset picking strategy. Classify to get at least one group, and then the order system obtains the location inventory distribution information of the SKU locations in the group by querying the tertiary account information of the warehouse system, and then determines the SKUs in the group by the path optimization rules. Location information, and which objects in the group are to be sent out to form a picking list, and then the location information of the SKU occupied location is sent to the warehouse system for the warehouse system to take the action. When the occupation is completed, the order The system generates a first picking list.
本申请实施例提供的一种拣选单生成方法,通过生成针对待出库对象的波次任务;根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组;之后根据至少一个分组,通知仓库系统对分组中库存量单位对应的库存进行占用;最后根据仓库系统返回的库位占用信息,生成拣选单。本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在相同的库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。An embodiment of the present application provides a picking list generation method by generating wave tasks for objects to be delivered from a warehouse; classifying the objects to be delivered from a wave task according to a preset picking strategy to obtain at least one group; According to at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system. In the embodiment of the present application, a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders The purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization. The purpose is to occupy the same SKU in the same location as much as possible. The probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
下面通过订单系统和物流系统对另一种拣选单生成方法的交互过程进行具体描述。The following describes the interaction process of another picking order generation method through the order system and logistics system.
参照图4,示出了本申请的另一种拣选单生成方法的具体步骤流程图,具体可以包括如下步骤:Referring to FIG. 4, a flowchart of specific steps of another method for generating a picking list of the present application is shown, which may specifically include the following steps:
步骤301,订单系统接收订单。Step 301: The order system receives an order.
可选的,步骤301可以参照上述步骤201的描述,此处不再赘述。Optionally, step 301 may refer to the description of step 201 above, and details are not described herein again.
步骤302,订单系统将订单发送至仓库系统,通知仓库系统进行针对订单的仓库总账占用。In step 302, the order system sends the order to the warehouse system, and notifies the warehouse system to perform the warehouse general ledger occupation for the order.
可选的,步骤302可以参照上述步骤202的描述,此处不再赘述。Optionally, for step 302, reference may be made to the description of step 202 above, and details are not described herein again.
步骤303,仓库系统根据上述订单,进行针对订单中库存量单位的仓库总账占用。In step 303, the warehouse system performs warehouse general ledger occupation for the inventory unit in the order according to the order.
可选的,步骤303可以参照上述步骤203的描述,此处不再赘述。Optionally, for step 303, reference may be made to the description of step 203, and details are not described herein again.
步骤304,若所述仓库总账占用失败,则仓库系统通知订单系统和交易系统所述订单缺货。In step 304, if the warehouse general ledger fails to be used, the warehouse system notifies the order system and the transaction system that the order is out of stock.
可选的,步骤304可以参照上述步骤204的描述,此处不再赘述。Optionally, step 304 may refer to the description of step 204 described above, and details are not described herein again.
步骤305,若所述仓库总账占用成功,则仓库系统向交易系统和订单系统广播成功占用信息。Step 305: If the warehouse general ledger is successfully occupied, the warehouse system broadcasts the successful occupation information to the transaction system and the order system.
可选的,步骤305可以参照上述步骤205的描述,此处不再赘述。Optionally, for step 305, reference may be made to the description of step 205, and details are not described herein again.
步骤306,订单系统通知所述仓库系统进行针对所述订单的库区类型占用。In step 306, the order system notifies the warehouse system to occupy the warehouse area type for the order.
可选的,步骤306可以参照上述步骤206的描述,此处不再赘述。Optionally, for step 306, reference may be made to the description of step 206, and details are not described herein again.
步骤307,仓库系统进行针对所述订单的库区类型占用。Step 307: The warehouse system occupies the warehouse area type for the order.
步骤308,若所述订单占用到的库区类型为仓库拣选区,则执行步骤311。In step 308, if the type of storage area occupied by the order is a warehouse picking area, step 311 is performed.
可选的,步骤308可以参照上述步骤208的描述,此处不再赘述。Optionally, for step 308, reference may be made to the description of step 208, and details are not described herein again.
步骤309,若所述订单占用到的库区类型为补货类型区,则仓库系统通知补货系统进行补货。Step 309: If the type of the warehouse area occupied by the order is a replenishment type area, the warehouse system notifies the replenishment system to replenish.
可选的,步骤309可以参照上述步骤209的描述,此处不再赘述。Optionally, for step 309, reference may be made to the description of step 209, and details are not described herein again.
步骤310,补货系统对仓库拣选区进行补货。Step 310: The replenishment system replenishes the warehouse picking area.
可选的,步骤310可以参照上述步骤210的描述,此处不再赘述。Optionally, for step 310, reference may be made to the description of step 210 above, and details are not described herein again.
步骤311,按照预设的切箱规则,订单系统对所述订单中的库存量单位进行切箱操作,获取包裹对象。Step 311: According to a preset box-cutting rule, the order system performs a box-cut operation on the inventory unit in the order to obtain a parcel object.
可选的,步骤311可以参照上述步骤211的描述,此处不再赘述。Optionally, for step 311, reference may be made to the description of step 211, and details are not described herein again.
步骤312,订单系统生成针对包裹对象的波次任务。In step 312, the order system generates a wave task for the parcel object.
可选的,还可以生成针对所述订单的波次任务。此时可以不需要切箱动作,简化了拣选单生成的流程。Optionally, a wave task for the order may also be generated. In this case, no box cutting action is required, which simplifies the process of generating picking lists.
可选的,步骤312可以参照上述步骤212的描述,此处不再赘述。Optionally, step 312 may refer to the description of step 212, and details are not described herein again.
可选的,步骤312还包括子步骤3121。Optionally, step 312 further includes sub-step 3121.
子步骤3121,根据预设的负载均衡策略,调整所述波次任务的波次任务数量阈值,所述波次任务数量阈值为预设时间内所述波次任务的执行数量。Sub-step 3121, adjusting a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
可选的,步骤3121可以参照上述步骤2121的描述,此处不再赘述。Optionally, step 3121 may refer to the description of step 2121 described above, and details are not described herein again.
步骤313,根据预设拣选策略,订单系统对所述波次任务中的待出库对象进行分类,得到至少一个分组。Step 313: According to a preset picking strategy, the order system sorts the objects to be stored in the wave task to obtain at least one group.
可选的,步骤313可以参照上述步骤213的描述,此处不再赘述。Optionally, for step 313, reference may be made to the description of step 213, and details are not described herein again.
步骤314,订单系统将所述分组发送至所述仓库系统,以供所述仓库系统按照清库存规则,对所述分组中的库存量单位对应的库存进行占用。Step 314: The order system sends the group to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
在本申请实施例中,订单系统针对每一个分组,采用清库存规则和先进先出规则通知仓库系统对分组中SKU对应的库存进行占用,在占用成功后,根据占用的库位信息,通过路径优化规则确定出分组中哪几个包裹组成一个拣选单,其中,清库存规则是,针对一SKU对应的库位,将该库位占满后再进行该SKU对应的下一库位的占用,效率较高。先进先出规则是指在库存管理中,按照SKU入库的时间顺序排序,在占用时按照先入库的SKU先占用的原则进行操作,其时效性较强。In the embodiment of the present application, for each group, the order system uses the inventory clearing rule and the first-in-first-out rule to notify the warehouse system to occupy the inventory corresponding to the SKU in the group. After the occupation is successful, according to the occupied location information, the path is passed. The optimization rule determines which packages in the group form a picking list. The inventory clearing rule is that for the storage location corresponding to a SKU, the storage location is filled before the next storage location corresponding to the SKU is occupied. Higher efficiency. The first-in-first-out rule means that in the inventory management, the chronological order of the SKUs into the warehouse is sorted, and the operation is based on the principle of the SKUs that are put in the warehouse first.
步骤315,仓库系统按照清库存规则,对所述分组中的库存量单位对应的库存进行占用。Step 315: The warehouse system occupies the inventory corresponding to the inventory unit in the group according to the inventory clearing rule.
步骤316,订单系统接收所述仓库系统返回的第二库位占用消息。In step 316, the order system receives a second storage location occupancy message returned by the warehouse system.
在该步骤中,根据步骤314中仓库系统按照清库存规则,对所述分组中的库存量单位对应的库存进行占用完成后,仓库系统会将成功占用信息发送至订单系统,订单系统根据分组中SKU所占库位的第二库位信息,通过第二路径优化规则得出分组的第二拣选单信息。In this step, according to the inventory clearing rule in step 314, the warehouse system occupies the inventory corresponding to the inventory unit in the group. After completing the occupation, the warehouse system sends the successful occupation information to the order system. The second location information of the location occupied by the SKU is obtained through the second path optimization rule to obtain the grouped second picking order information.
步骤317,根据所述第二库位占用消息,订单系统利用第二路径优化规则,确定所述分组的第二拣选单信息;所述第二拣选单信息的拣选路径之和最短。Step 317: According to the second storage location occupancy message, the order system uses a second path optimization rule to determine the grouped second picking order information; the sum of the picking paths of the second picking order information is the shortest.
可选的,所述第二路径优化规则包括第二聚类算法模型、第二遗传算法模型,子步骤317还可以包括子步骤3171,子步骤3172。Optionally, the second path optimization rule includes a second clustering algorithm model and a second genetic algorithm model. The sub-step 317 may further include a sub-step 3171 and a sub-step 3172.
子步骤3171,根据所述第二库位占用消息,订单系统利用所述第二聚类算法模型对每个分组中的待出库对象进行再聚类。Sub-step 3171, according to the second storage location occupation message, the order system uses the second clustering algorithm model to re-cluster the objects to be stored in each group.
不同于图3A提供的一种拣选单生成方法中步骤2151的举例,子步骤3171中的包裹中SKU的库存情况和包裹向量表达,是根据步骤314中通过清库存规则或先进先出规 则对SKU进行占用后确定的,而不是步骤2151中根据查询得到的三级账来确定的,第二聚类算法模型可以利用Kmeans算法模型进行计算,也可以利用其它类似功能的聚类模型进行计算,本申请对此不做限定。Different from the example of step 2151 in a picking order generation method provided in FIG. 3A, the SKU inventory and parcel vector expressions in the package in sub-step 3171 are based on the SKU through the inventory clearance rule or the FIFO rule in step 314. The second clustering algorithm model can be calculated by using the Kmeans algorithm model, or by using other clustering models with similar functions. The application does not limit this.
子步骤3172,将聚类结果作为初始第二拣选单信息,订单系统利用第二遗传算法模型对所述初始第二拣选单信息进行优化,获取拣选路径之和最短的第二拣选单信息。In sub-step 3172, the clustering result is used as the initial second picking order information. The order system uses a second genetic algorithm model to optimize the initial second picking order information to obtain the second picking order information with the shortest sum of the picking paths.
该步骤可以参照图3A提供的一种拣选单生成方法中子步骤2152的描述,本申请实施例对此不做赘述。This step may refer to the description of sub-step 2152 in a picking list generation method provided in FIG. 3A, which is not described in the embodiment of the present application.
需要说明的是,由于在步骤314中已经根据清库存规则得到了第二库位占用消息,则子步骤3172得到的结果为拣选路径之和最短的第二拣选单信息。It should be noted that, since the second location occupancy message has been obtained according to the inventory clearing rule in step 314, the result obtained in substep 3172 is the second picking order information with the shortest sum of the picking paths.
步骤318,订单系统根据所述第二拣选单信息生成第二拣选单。Step 318: The order system generates a second picking order according to the second picking order information.
在本申请实施例中,第二拣选单包括的内容是告知仓库员工包裹中分别包括了哪几个SKU,和这些SKU分别通过清库存规则占用在了哪些库位,仓库员工可以根据拣选单,快速精确的进行拣选动作。In the embodiment of the present application, the content of the second picking list is to inform the warehouse employees which SKUs are included in the package, and which storage locations are occupied by these SKUs through the inventory clearing rule. The warehouse employee can use the picking list, Quick and precise picking.
综上,本申请实施例图4提供的另一种拣选单生成方法,订单系统通过生成针对待出库对象的波次任务,再根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组,之后订单系统针对每一个分组,采用清库存规则和先进先出规则通知仓库系统对分组中SKU对应的库存进行占用,在占用成功后,根据占用的库位信息,通过路径优化规则确定出分组中哪几个待出库对象组成一个拣选单,其中,清库存规则是,针对一SKU对应的库位,将该库位占满后再进行该SKU对应的下一库位的占用,效率较高。先进先出规则是指在库存管理中,按照SKU入库的时间顺序排序,在占用时按照先入库的SKU先占用的原则进行操作,其时效性较强。In summary, another picking order generation method provided in FIG. 4 in the embodiment of the present application. The ordering system generates wave tasks for objects to be shipped from the warehouse, and then according to a preset picking strategy, processes the objects to be shipped from the waves. Classify to get at least one group, and then for each group, the order system uses the inventory clearing rule and the FIFO rule to notify the warehouse system to occupy the inventory corresponding to the SKU in the group. After the occupation is successful, according to the occupied location information, The path optimization rules are used to determine which objects in the group to be taken out of the warehouse constitute a picking list. The inventory clearing rule is that for the storage location corresponding to a SKU, the storage location is filled before the next SKU corresponding to the SKU. The occupancy of the storage location is more efficient. The first-in-first-out rule means that in the inventory management, the chronological order of the SKUs into the warehouse is sorted, and the operation is based on the principle of the SKUs that are put in the warehouse first.
基于图3A和图4分别提供的两种库位占用方式,图3A的方式相较于图4的方式的操作精确度更高,能够有效降低拣选路径,而图4的方式占用效率较高,能够满足“双11”等订单数量激增时期库存占用对于效率的需求,具体的,在订单数量激增时期,图4的方式可以将大批量的订单通过清库存规则先进行库位占用,之后通过简单的路径优化,得到拣选单信息,生成拣选单,其对库位占用的精确度虽不如图3A的方式,但其在面对大批量订单时的分拣效率较图3A的方式更高,在实际应用中,可以根据需求选择不同的库位占用方式,本申请对此不作限定。Based on the two storage space occupation methods provided in FIGS. 3A and 4 respectively, the operation accuracy of the method of FIG. 3A is higher than that of FIG. 4, which can effectively reduce the picking path, and the occupation efficiency of the method of FIG. 4 is higher. It can meet the demand for efficiency of inventory occupancy during the surge in orders such as “Double 11”. Specifically, during the surge in orders, the method in Figure 4 can use the inventory clearance rules to occupy the inventory first, and then simply The route optimization is performed to obtain the picking order information and generate the picking order. Although the accuracy of the occupied space is not as shown in Figure 3A, its sorting efficiency when facing large-volume orders is higher than the method shown in Figure 3A. In practical applications, different occupancy methods can be selected according to requirements, which is not limited in this application.
本申请实施例提供的一种拣选单生成方法,通过生成针对待出库对象的波次任务;根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组;之后根 据至少一个分组,通知仓库系统对分组中库存量单位对应的库存进行占用;最后根据仓库系统返回的库位占用信息,生成拣选单。本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在相同的库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。An embodiment of the present application provides a picking list generation method by generating wave tasks for objects to be delivered from a warehouse; classifying the objects to be delivered from a wave task according to a preset picking strategy to obtain at least one group; According to at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system. In the embodiment of the present application, a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders The purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization. The purpose is to occupy the same SKU in the same location as much as possible. The probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
参照图5,示出了本申请的另一种拣选单生成方法的步骤流程图,具体可以包括如下步骤:Referring to FIG. 5, there is shown a flowchart of steps of another method for generating a picking list of the present application, which may specifically include the following steps:
步骤401,生成针对待出库对象的波次任务;所述待出库对象包括库存量单位。Step 401: Generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
步骤401可以参照上述步骤101的描述,此处不再赘述。For step 401, reference may be made to the description of step 101 above, and details are not described herein again.
步骤402,根据预设拣选策略,对所述波次任务中的待出库对象进行分类得到至少一个分组。Step 402: Classify the objects to be stored in the wave task to obtain at least one group according to a preset picking strategy.
步骤402可以参照上述步骤102的描述,此处不再赘述。For step 402, reference may be made to the description of step 102 above, and details are not described herein again.
步骤403,根据所述分组,对所述分组中库存量单位对应的库存进行占用。Step 403: Occupy the inventory corresponding to the inventory unit in the group according to the group.
对于步骤403,当仓库系统和订单系统可以汇集为一个总系统时,步骤403可以根据分组,通过该总系统对所述分组中库存量单位对应的库存进行占用。另外,也可以由仓库系统和订单系统配合完成步骤403的执行动作,具体的,可以参照上述步骤403的描述,此处不再赘述。For step 403, when the warehouse system and the order system can be aggregated into a total system, step 403 can use the total system to occupy the inventory corresponding to the inventory unit in the group according to the group. In addition, the warehouse system and the order system can also cooperate to complete the execution of step 403. For details, reference may be made to the description of step 403, and details are not described herein again.
步骤404,根据所占用的库位,生成拣选单。Step 404: Generate a picking list based on the occupied locations.
对于步骤404,当仓库系统和订单系统可以汇集为一个总系统时,步骤404可以根据所占用的库位,由总系统生成拣选单。另外,也可以由仓库系统和订单系统配合完成步骤404的执行动作,具体的,可以参照上述步骤404的描述,此处不再赘述。For step 404, when the warehouse system and the order system can be aggregated into one overall system, step 404 can generate a picking list by the overall system according to the occupied storage locations. In addition, the execution of step 404 may also be completed by the warehouse system and the order system. For details, reference may be made to the description of step 404, and details are not described herein again.
综上所述,本申请实施例提供的一种拣选单生成方法,通过生成针对待出库对象的波次任务;根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组;之后根据至少一个分组,通知仓库系统对分组中库存量单位对应的库存进行占用;最后根据仓库系统返回的库位占用信息,生成拣选单。本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系 统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是将同一SKU尽可能的被占用在相同的库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。In summary, a picking list generation method provided in the embodiments of the present application is to generate wave tasks for objects to be sent out of the warehouse; classify the objects to be sent out of the wave tasks according to a preset picking strategy to obtain At least one group; then, according to the at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system. In the embodiment of the present application, a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders. The purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization. The purpose is to occupy the same SKU in the same location as much as possible. The probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
需要说明的是,对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请实施例并不受所描述的动作顺序的限制,因为依据本申请实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本申请实施例所必须的。It should be noted that, for the method embodiments, for the sake of simple description, they are all expressed as a series of action combinations. However, those skilled in the art should know that the embodiments of the present application are not limited by the described action sequence because According to the embodiment of the present application, some steps may be performed in other orders or simultaneously. Secondly, a person skilled in the art should also know that the embodiments described in the specification are all preferred embodiments, and the actions involved are not necessarily required by the embodiments of the present application.
参照图6,示出了本申请一个具体示例中的一种拣选单生成装置的结构图,具体可以包括如下模块:Referring to FIG. 6, a structural diagram of a picking list generating device in a specific example of the present application is shown, which may specifically include the following modules:
第一波次建立模块501,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位。The first wave establishment module 501 is configured to generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
第一分类模块502,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组。A first classification module 502 is configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group.
第一库存占用模块503,用于根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用。The first inventory occupancy module 503 is configured to notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group.
第一拣选单生成模块504,用于根据仓库系统返回的库位占用信息,生成拣选单。The first picking list generation module 504 is configured to generate a picking list according to the occupancy location information returned by the warehouse system.
参照图7,示出了本申请一个具体示例中的一种拣选单生成装置的具体结构图,具体可以包括如下模块:Referring to FIG. 7, a specific structural diagram of a picking list generating device in a specific example of the present application is shown, which may specifically include the following modules:
订单接收模块601,用于接收订单。The order receiving module 601 is configured to receive an order.
总账占用模块602,用于通知所述仓库系统进行针对所述订单的仓库总账占用。The general ledger occupation module 602 is configured to notify the warehouse system to perform warehouse general ledger occupation for the order.
可选的,总账占用模块602还包括:Optionally, the general ledger occupation module 602 further includes:
第一总账占用子模块,用于若所述仓库总账占用失败,则通知交易系统所述订单缺货。The first general ledger occupation submodule is configured to notify the trading system that the order is out of stock if the warehouse general ledger occupation fails.
第二总账占用子模块,用于若所述仓库总账占用成功,则广播成功占用信息。The second general ledger occupation submodule is configured to broadcast successful occupation information if the warehouse general ledger occupation is successful.
库区占用模块603,用于通知所述仓库系统进行针对所述订单的库区类型占用。The warehouse area occupancy module 603 is configured to notify the warehouse system to occupy a warehouse area type for the order.
拣选区占用模块604,用于若所述订单占用到的库区类型为仓库拣选区,则执行生成针对待出库对象的波次任务的步骤。The picking area occupancy module 604 is configured to execute a step of generating a wave task for an object to be delivered if the type of the warehouse area occupied by the order is a warehouse picking area.
补货模块605,用于若所述订单占用到的库区类型为补货类型区,则通知补货系统 进行补货。The replenishment module 605 is configured to notify the replenishment system to replenish if the type of the warehouse area occupied by the order is a replenishment type area.
切箱模块606,用于按照预设的切箱规则,对所述订单中的库存量单位进行切箱操作,获取包裹对象。The box cutting module 606 is configured to perform a box cutting operation on the inventory unit in the order according to a preset box cutting rule to obtain a parcel object.
第一波次建立模块607,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位。The first wave establishment module 607 is configured to generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit.
可选的,第一波次建立模块607,包括:Optionally, the first wave establishment module 607 includes:
订单波次生成子模块,用于生成针对所述订单的波次任务。The order wave generation submodule is used to generate a wave task for the order.
包裹波次生成子模块,用于生成针对所述包裹对象的波次任务。A wrapped wave generation sub-module is used to generate a wave task for the wrapped object.
负载均衡模块608,用于根据预设的负载均衡策略,调整所述波次任务的波次任务数量阈值,所述波次任务数量阈值为预设时间内所述波次任务的执行数量。A load balancing module 608 is configured to adjust a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
第一分类模块609,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组。A first classification module 609 is configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group.
第一库存占用模块610,用于根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用。The first inventory occupancy module 610 is configured to notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group.
可选的,第一库存占用模块610,包括:Optionally, the first inventory occupation module 610 includes:
获取子模块,用于获取存放所述分组中库存量单位的库位的库位库存分布信息;An acquisition submodule, configured to acquire the location inventory distribution information of the location that stores the inventory unit in the group;
第一优化子模块,用于根据所述库位库存分布信息,利用第一路径优化规则确定所述分组的第一拣选单信息以及所述第一拣选单信息对应的第一库位信息;其中,所述第一库位信息为所述第一拣选单信息中库存量单位所占库位的库位信息;所述第一拣选单信息的拣选路径之和最短;A first optimization submodule, configured to determine the grouped first picking order information and the first picking order information corresponding to the first picking order information according to the inventory location distribution information and using a first path optimization rule; The first location information is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest;
第二占用子模块,用于将所述分组发送至所述仓库系统,以供所述仓库系统按照清库存规则,对所述分组中的库存量单位对应的库存进行占用。A second occupancy submodule is configured to send the group to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
库位占用子模块,用于根据所述分组,通知仓库系统在所述仓库拣选区中占用库位。The storage location occupancy submodule is configured to notify a warehouse system to occupy a storage location in the warehouse picking area according to the grouping.
可选的,第一优化子模块,包括:Optionally, the first optimization sub-module includes:
第一聚类单元,用于根据所述库位库存分布信息,利用所述第一聚类算法模型对每个分组中的待出库对象进行再聚类;A first clustering unit, configured to re-cluster the objects to be discharged from each group by using the first clustering algorithm model according to the inventory location distribution information;
第一遗传优化单元,用于将聚类结果作为初始第一拣选单信息,利用第一遗传算法模型对所述初始第一拣选单信息进行优化,获取拣选路径之和最短的第一拣选单信息。A first genetic optimization unit, configured to use the clustering result as initial first picking order information, optimize the initial first picking order information using a first genetic algorithm model, and obtain first picking order information having a shortest sum of the picking paths .
第一占用子模块,用于将所述第一库位信息发送给所述仓库系统,以供所述仓库系统根据所述第一库位信息对相应库位进行占用。A first occupancy submodule is configured to send the first storage location information to the warehouse system for the warehouse system to occupy a corresponding storage location according to the first storage location information.
第一拣选单生成模块611,用于根据仓库系统返回的库位占用信息,生成拣选单。The first picking list generation module 611 is configured to generate a picking list according to the storage space occupancy information returned by the warehouse system.
可选的,第一拣选单生成模块611,包括:Optionally, the first picking list generation module 611 includes:
第一生成子模块,用于当接收到所述仓库系统的第一库位占用消息时,根据第一拣选单信息以及所述第一拣选单信息对应的第一库位信息,生成第一拣选单。A first generating submodule, configured to generate a first picking according to the first picking order information and the first picking order information corresponding to the first picking order information when receiving the first picking position occupancy message of the warehouse system; single.
接收子模块,用于接收所述仓库系统返回的第二库位占用消息;A receiving submodule, configured to receive a second storage location occupancy message returned by the warehouse system;
第二优化子模块,用于根据所述第二库位占用消息,利用第二路径优化规则,确定所述分组的第二拣选单信息;所述第二拣选单信息的拣选路径之和最短;A second optimization sub-module, configured to determine a second picking order information of the group by using a second path optimization rule according to the second location occupation message; the sum of the picking paths of the second picking order information is the shortest;
可选的,第二优化子模块,包括:Optionally, the second optimization sub-module includes:
第二聚类单元,用于根据所述第二库位占用消息,利用所述第二聚类算法模型对每个分组中的待出库对象进行再聚类;A second clustering unit, configured to re-cluster the to-be-deposited objects in each group by using the second clustering algorithm model according to the second location occupancy message;
第二遗传优化单元,用于将聚类结果作为初始第二拣选单信息,利用第二遗传算法模型对所述初始第二拣选单信息进行优化,获取拣选路径之和最短的第二拣选单信息。A second genetic optimization unit, configured to use the clustering result as the initial second picking order information, optimize the initial second picking order information using a second genetic algorithm model, and obtain the second picking order information with the shortest sum of the picking paths .
第二生成子模块,用于根据所述第二拣选单信息生成第二拣选单。A second generating sub-module is configured to generate a second picking list according to the second picking list information.
参照图8,示出了本申请一个具体示例中的另一种拣选单生成装置的结构图,具体可以包括如下模块:Referring to FIG. 8, a structural diagram of another picking list generating device in a specific example of the present application is shown, which may specifically include the following modules:
第二波次建立模块701,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;The second wave establishment module 701 is configured to generate a wave task for an object to be delivered from the warehouse; the object to be delivered from the warehouse includes an inventory unit;
第二分类模块702,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类得到至少一个分组;A second classification module 702, configured to classify objects to be stored in the wave task to obtain at least one group according to a preset picking strategy;
第二库存占用模块703,用于根据所述分组,对所述分组中库存量单位对应的库存进行占用;A second inventory occupancy module 703, configured to occupy the inventory corresponding to the inventory unit in the group according to the group;
第二拣选单生成模块704,用于根据所占用的库位,生成拣选单。The second picking list generation module 704 is configured to generate a picking list according to the occupied storage space.
综上所述,本申请实施例提供的一种拣选单生成装置,通过生成针对待出库对象的波次任务;根据预设拣选策略,对波次任务中的待出库对象进行分类,得到至少一个分组;之后根据至少一个分组,通知仓库系统对分组中库存量单位对应的库存进行占用;最后根据仓库系统返回的库位占用信息,生成拣选单。本申请实施例通过汇总待出库对象建立波次任务,和按照仓库系统的预设拣选策略对波次任务中的待出库对象进行分类,得到至少一个分组,达到了统一相邻订单之间对同一个SKU的需求的目的,使得仓库系统能够按照聚簇方式进行库存占用,使得多个订单能够被汇总起来进行优化,其目的是 将同一SKU尽可能的被占用在相同的库位中,降低了同一SKU被占用在不同的库位进行拣选的几率,降低了拣选路径长度,提高了拣选效率。In summary, a picking list generating device provided in the embodiments of the present application generates wave tasks for objects to be sent out of the warehouse; according to a preset picking strategy, classifies the objects to be sent out of the wave tasks to obtain At least one group; then, according to the at least one group, the warehouse system is notified to occupy the inventory corresponding to the inventory unit in the group; and finally, a picking list is generated according to the location occupation information returned by the warehouse system. In the embodiment of the present application, a wave task is established by summarizing the objects to be delivered from the warehouse, and the objects to be delivered from the wave task are classified according to a preset picking strategy of the warehouse system, and at least one group is obtained to achieve uniformity between adjacent orders. The purpose of the demand for the same SKU enables the warehouse system to occupy inventory in a clustered manner, so that multiple orders can be aggregated for optimization. The purpose is to occupy the same SKU in the same location as much as possible. The probability that the same SKU is occupied for picking in different locations is reduced, the length of the picking path is reduced, and the picking efficiency is improved.
对于装置实施例而言,由于其与方法实施例基本相似,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。As for the device embodiment, since it is basically similar to the method embodiment, the description is relatively simple. For the relevant part, refer to the description of the method embodiment.
图9是本申请实施例提供的一种服务器的结构示意图。参见图9,服务器800可以用于实施上述实施例中提供的波次任务的确定方法。该服务器800可因配置或性能不同而产生比较大的差异,可以包括一个或一个以上中央处理器(central processing units,CPU)822(例如,一个或一个以上处理器)和存储器832,一个或一个以上存储应用程序842或数据844的存储介质830(例如一个或一个以上海量存储设备)。其中,存储器832和存储介质830可以是短暂存储的或持久存储的。存储在存储介质830的程序可以包括一个或一个以上模块(图示没标出),每个模块可以包括对服务器中的一系列指令操作。更进一步地,中央处理器822可以设置为与存储介质830通信,在服务器800上执行存储介质830中的一系列指令操作。FIG. 9 is a schematic structural diagram of a server according to an embodiment of the present application. Referring to FIG. 9, the server 800 may be used to implement the method for determining a wave task provided in the foregoing embodiment. The server 800 may have relatively large differences due to different configurations or performance, and may include one or more central processing units (CPUs) 822 (for example, one or more processors) and memory 832, one or one The above storage medium 830 (for example, one or one storage device) storing the application program 842 or the data 844. The memory 832 and the storage medium 830 may be temporarily stored or persistently stored. The program stored in the storage medium 830 may include one or more modules (not shown in the figure), and each module may include a series of instruction operations on the server. Furthermore, the central processing unit 822 may be configured to communicate with the storage medium 830 and execute a series of instruction operations in the storage medium 830 on the server 800.
服务器800还可以包括一个或一个以上电源826,一个或一个以上有线或无线网络接口850,一个或一个以上输入输出接口858,一个或一个以上键盘856,和/或,一个或一个以上操作系统841,例如Windows ServerTM,Mac OS XTM,UnixTM,LinuxTM,FreeBSDTM等等。其中,中央处理器822可以在服务器800上执行以下操作的指令:The server 800 may also include one or more power sources 826, one or more wired or wireless network interfaces 850, one or more input-output interfaces 858, one or more keyboards 856, and / or, one or more operating systems 841. , Such as Windows ServerTM, Mac OSXTM, UnixTM, LinuxTM, FreeBSDTM and so on. The central processing unit 822 may execute the following operations on the server 800:
生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;Generating wave tasks for objects to be shipped out of the warehouse; the objects to be shipped out include inventory units;
根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组;Classifying objects to be stored in the wave task according to a preset picking strategy to obtain at least one group;
根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用;Notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group;
根据所述仓库系统返回的库位占用信息,生成拣选单。A picking list is generated according to the storage location occupancy information returned by the warehouse system.
可选地,该一个或多个模块可以具有如下功能:Optionally, the one or more modules may have the following functions:
获取存放所述分组中库存量单位的库位的库位库存分布信息;Obtaining the inventory location distribution information of the inventory locations storing the inventory quantity units in the group;
根据所述库位库存分布信息,利用第一路径优化规则确定所述分组的第一拣选单信息以及所述第一拣选单信息对应的第一库位信息;其中,所述第一库位信息为所述第一拣选单信息中库存量单位所占库位的库位信息;所述第一拣选单信息的拣选路径之和最短;Determining the grouped first picking order information and the first picking order information corresponding to the first picking order information according to the inventory location distribution information by using a first path optimization rule; wherein the first inventory position information Is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest;
将所述第一库位信息发送给所述仓库系统,以供所述仓库系统根据所述第一库位信息对相应库位进行占用。Sending the first storage location information to the warehouse system for the warehouse system to occupy a corresponding storage location according to the first storage location information.
可选的,所述第一路径优化规则包括第一聚类算法模型、第一遗传算法模型,根据 所述库位库存分布信息,利用所述第一聚类算法模型对每个分组中的待出库对象进行再聚类;Optionally, the first path optimization rule includes a first clustering algorithm model and a first genetic algorithm model. According to the inventory location distribution information, the first clustering algorithm model is used for each group in each group. Re-cluster the outbound objects;
将聚类结果作为初始第一拣选单信息,利用第一遗传算法模型对所述初始第一拣选单信息进行优化,获取拣选路径之和最短的第一拣选单信息。The clustering result is used as the initial first picking list information, and the first genetic algorithm model is used to optimize the initial first picking list information to obtain the first picking list information with the shortest sum of the picking paths.
可选的,当接收到所述仓库系统的第一库位占用消息时,根据第一拣选单信息以及所述第一拣选单信息对应的第一库位信息,生成第一拣选单。Optionally, when receiving the first location occupancy message of the warehouse system, a first picking list is generated according to the first picking order information and the first location information corresponding to the first picking order information.
可选的,将所述分组发送至所述仓库系统,以供所述仓库系统按照清库存规则,对所述分组中的库存量单位对应的库存进行占用。Optionally, the group is sent to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
可选的,接收所述仓库系统返回的第二库位占用消息;Optionally, receiving a second location occupancy message returned by the warehouse system;
根据所述第二库位占用消息,利用第二路径优化规则,确定所述分组的第二拣选单信息;所述第二拣选单信息的拣选路径之和最短;Determining the second picking order information of the group according to the second location occupation message using a second path optimization rule; the sum of the picking paths of the second picking order information is the shortest;
根据所述第二拣选单信息生成第二拣选单。Generate a second picking list according to the second picking list information.
可选的,所述第二路径优化规则包括第二聚类算法模型、第二遗传算法模型;Optionally, the second path optimization rule includes a second clustering algorithm model and a second genetic algorithm model;
根据所述第二库位占用消息,利用所述第二聚类算法模型对每个分组中的待出库对象进行再聚类;Use the second clustering algorithm model to re-cluster the objects to be stored in each group according to the second location occupancy message;
将聚类结果作为初始第二拣选单信息,利用第二遗传算法模型对所述初始第二拣选单信息进行优化,获取拣选路径之和最短的第二拣选单信息。The clustering result is used as the initial second picking list information, and the second genetic algorithm model is used to optimize the initial second picking list information to obtain the second picking list information with the shortest sum of the picking paths.
可选的,接收订单。Optionally, receive the order.
可选的,生成针对所述订单的波次任务。Optionally, a wave task for the order is generated.
可选的,根据预设的负载均衡策略,调整所述波次任务的波次任务数量阈值,所述波次任务数量阈值为预设时间内所述波次任务的执行数量。Optionally, according to a preset load balancing strategy, a threshold of the number of wave tasks of the wave task is adjusted, and the threshold of the number of wave tasks is the number of executions of the wave task within a preset time.
可选的,按照预设的切箱规则,对所述订单中的库存量单位进行切箱操作,获取包裹对象。Optionally, according to a preset box cutting rule, a box cutting operation is performed on the inventory unit in the order to obtain a parcel object.
可选的,生成针对所述包裹对象的波次任务。Optionally, a wave task for the wrapped object is generated.
可选的,通知所述仓库系统进行针对所述订单的库区类型占用;Optionally, the warehouse system is notified to occupy a warehouse area type for the order;
若所述订单占用到的库区类型为仓库拣选区,则执行生成针对待出库对象的波次任务的步骤;If the type of the warehouse area occupied by the order is a warehouse picking area, performing a step of generating a wave task for the object to be delivered from the warehouse;
若所述订单占用到的库区类型为补货类型区,则通知补货系统进行补货。If the type of the warehouse area occupied by the order is a replenishment type area, the replenishment system is notified to replenish.
可选的,根据所述分组,通知仓库系统在所述仓库拣选区中占用库位。Optionally, according to the grouping, a warehouse system is notified to occupy a storage location in the warehouse picking area.
可选的,通知所述仓库系统进行针对所述订单中库存量单位的仓库总账占用。Optionally, the warehouse system is notified to perform a warehouse general ledger occupation for the inventory unit in the order.
可选的,若所述仓库总账占用失败,则通知交易系统所述订单缺货。Optionally, if the warehouse general ledger fails to be used, the trading system is notified that the order is out of stock.
可选的,若所述仓库总账占用成功,则广播成功占用信息。Optionally, if the warehouse general ledger is successfully occupied, the successful occupation information is broadcast.
本申请提供一种装置,其上存储有指令的一个或多个机器可读介质,当由所述一个或多个处理器执行时,使得所述装置执行一种拣选单生成方法。This application provides a device having one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, causes the device to execute a picking list generation method.
本申请还提供一个或多个机器可读介质,其上存储有指令,当由一个或多个处理器执行时,使得装置执行一种拣选单生成方法。This application also provides one or more machine-readable media having instructions stored thereon that, when executed by one or more processors, cause the device to execute a picking list generation method.
本申请提供一种装置,其上存储有指令的一个或多个机器可读介质,当由所述一个或多个处理器执行时,使得所述装置执行另一种拣选单生成方法。The present application provides a device having one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, causes the device to execute another method for generating a pick list.
本申请还提供一个或多个机器可读介质,其上存储有指令,当由一个或多个处理器执行时,使得装置执行另一种拣选单生成方法。The application also provides one or more machine-readable media having instructions stored thereon that, when executed by one or more processors, cause the apparatus to execute another method for generating a pick list.
本说明书中的各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似的部分互相参见即可。Each embodiment in this specification is described in a progressive manner. Each embodiment focuses on the differences from other embodiments, and the same or similar parts between the various embodiments may refer to each other.
本领域内的技术人员应明白,本申请实施例的实施例可提供为方法、装置、或计算机程序产品。因此,本申请实施例可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请实施例可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that the embodiments of the embodiments of the present application may be provided as a method, an apparatus, or a computer program product. Therefore, the embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Moreover, the embodiments of the present application may take the form of a computer program product implemented on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) containing computer-usable program code.
本申请实施例是参照根据本申请实施例的方法、终端设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理终端设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理终端设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The embodiments of the present application are described with reference to flowcharts and / or block diagrams of the method, the terminal device (system), and the computer program product according to the embodiments of the present application. It should be understood that each process and / or block in the flowcharts and / or block diagrams, and combinations of processes and / or blocks in the flowcharts and / or block diagrams can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal device to produce a machine, such that the instructions executed by the processor of the computer or other programmable data processing terminal device Means are generated for implementing the functions specified in one or more flowcharts and / or one or more blocks of the block diagrams.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理终端设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing terminal device to work in a specific manner, such that the instructions stored in the computer-readable memory produce a manufactured article including the instruction device, The instruction means implements the functions specified in one or more flowcharts and / or one or more blocks of the block diagram.
这些计算机程序指令也可装载到计算机或其他可编程数据处理终端设备上,使得在计算机或其他可编程终端设备上执行一系列操作步骤以产生计算机实现的处理,从而在 计算机或其他可编程终端设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing terminal device, so that a series of operation steps can be performed on the computer or other programmable terminal device to produce a computer-implemented process, so that the computer or other programmable terminal device can The instructions executed on the steps provide steps for implementing the functions specified in one or more of the flowcharts and / or one or more of the block diagrams.
尽管已描述了本申请实施例的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例做出另外的变更和修改。Although the preferred embodiments of the embodiments of the present application have been described, those skilled in the art can make other changes and modifications to these embodiments once they know the basic inventive concepts.
最后,还需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者终端设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者终端设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者终端设备中还存在另外的相同要素。Finally, it should be noted that in this article, relational terms such as first and second are used only to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply these entities. There is any such actual relationship or order between OR operations. Moreover, the terms "including", "comprising", or any other variation thereof are intended to encompass non-exclusive inclusion, such that a process, method, article, or terminal device that includes a series of elements includes not only those elements but also those that are not explicitly listed Other elements, or elements inherent to such a process, method, article, or terminal. Without more restrictions, the elements defined by the sentence "including a ..." do not exclude the existence of other identical elements in the process, method, article, or terminal device including the elements.
以上对本申请所提供的一种拣选单生成方法及装置,进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的一般技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本申请的限制。The method and device for generating a picking list provided in the present application have been described in detail above. Specific examples are used in this document to explain the principle and implementation of the present application. The description of the above embodiments is only used to help understand the present application. Method and its core ideas; at the same time, for those of ordinary skill in the art, according to the ideas of this application, there will be changes in the specific implementation and application scope. In summary, the contents of this description should not be understood as Restrictions on this application.

Claims (40)

  1. 一种拣选单生成方法,其特征在于,包括:A picking list generation method is characterized in that it includes:
    生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;Generating wave tasks for objects to be shipped out of the warehouse; the objects to be shipped out include inventory units;
    根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组;Classifying objects to be stored in the wave task according to a preset picking strategy to obtain at least one group;
    根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用;Notify the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the group;
    根据所述仓库系统返回的库位占用信息,生成拣选单。A picking list is generated according to the storage location occupancy information returned by the warehouse system.
  2. 根据权利要求1所述的方法,其特征在于,所述根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用的步骤,包括:The method according to claim 1, wherein the step of notifying a warehouse system to occupy inventory corresponding to an inventory unit in the group according to the grouping comprises:
    获取存放所述分组中库存量单位的库位的库位库存分布信息;Obtaining the inventory location distribution information of the inventory locations storing the inventory quantity units in the group;
    根据所述库位库存分布信息,利用第一路径优化规则确定所述分组的第一拣选单信息以及所述第一拣选单信息对应的第一库位信息;其中,所述第一库位信息为所述第一拣选单信息中库存量单位所占库位的库位信息;所述第一拣选单信息的拣选路径之和最短;Determining the grouped first picking order information and the first picking order information corresponding to the first picking order information according to the inventory location distribution information by using a first path optimization rule; wherein the first inventory position information Is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest;
    将所述第一库位信息发送给所述仓库系统,以供所述仓库系统根据所述第一库位信息对相应库位进行占用。Sending the first storage location information to the warehouse system for the warehouse system to occupy a corresponding storage location according to the first storage location information.
  3. 根据权利要求2所述的方法,其特征在于,所述第一路径优化规则包括第一聚类算法模型、第一遗传算法模型;所述根据所述库位库存分布信息,利用第一路径优化规则确定所述分组的第一拣选单信息以及所述第一拣选单信息对应的第一库位信息的步骤,包括:The method according to claim 2, wherein the first path optimization rule comprises a first clustering algorithm model and a first genetic algorithm model; and the first path optimization is used according to the inventory location distribution information. The step of determining the grouped first picking order information and the first location information corresponding to the first picking order information includes:
    根据所述库位库存分布信息,利用所述第一聚类算法模型对每个分组中的待出库对象进行再聚类;Using the first clustering algorithm model to re-cluster the objects to be discharged from each group according to the inventory location distribution information;
    将聚类结果作为初始第一拣选单信息,利用第一遗传算法模型对所述初始第一拣选单信息进行优化,获取拣选路径之和最短的第一拣选单信息。The clustering result is used as the initial first picking list information, and the first genetic algorithm model is used to optimize the initial first picking list information to obtain the first picking list information with the shortest sum of the picking paths.
  4. 根据权利要求3所述的方法,其特征在于,所述根据仓库系统返回的库位占用信息,生成拣选单的步骤,包括:The method according to claim 3, wherein the step of generating a picking list based on the location occupancy information returned by the warehouse system comprises:
    当接收到所述仓库系统的第一库位占用消息时,根据第一拣选单信息以及所述第一拣选单信息对应的第一库位信息,生成第一拣选单。When the first storage location occupancy message of the warehouse system is received, a first picking list is generated according to the first picking order information and first storage location information corresponding to the first picking order information.
  5. 根据权利要求1所述的方法,其特征在于,所述根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用的步骤,包括:The method according to claim 1, wherein the step of notifying a warehouse system to occupy inventory corresponding to an inventory unit in the group according to the grouping comprises:
    将所述分组发送至所述仓库系统,以供所述仓库系统按照清库存规则,对所述分组 中的库存量单位对应的库存进行占用。And sending the group to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group in accordance with the inventory clearance rule.
  6. 根据权利要求5所述的方法,其特征在于,所述根据仓库系统返回的库位占用信息,生成拣选单的步骤,包括:The method according to claim 5, wherein the step of generating a picking list based on the storage location occupancy information returned by the warehouse system comprises:
    接收所述仓库系统返回的第二库位占用消息;Receiving a second location occupancy message returned by the warehouse system;
    根据所述第二库位占用消息,利用第二路径优化规则,确定所述分组的第二拣选单信息;所述第二拣选单信息的拣选路径之和最短;Determining the second picking order information of the group according to the second location occupation message using a second path optimization rule; the sum of the picking paths of the second picking order information is the shortest;
    根据所述第二拣选单信息生成第二拣选单。Generate a second picking list according to the second picking list information.
  7. 根据权利要求6所述的方法,其特征在于,所述第二路径优化规则包括第二聚类算法模型、第二遗传算法模型;根据所述第二库位占用消息,利用第二路径优化规则,确定所述分组的第二拣选单信息的步骤,包括:The method according to claim 6, wherein the second path optimization rule comprises a second clustering algorithm model and a second genetic algorithm model; and according to the second location occupation message, a second path optimization rule is used The step of determining the second picking order information of the group includes:
    根据所述第二库位占用消息,利用所述第二聚类算法模型对每个分组中的待出库对象进行再聚类;Use the second clustering algorithm model to re-cluster the objects to be stored in each group according to the second location occupancy message;
    将聚类结果作为初始第二拣选单信息,利用第二遗传算法模型对所述初始第二拣选单信息进行优化,获取拣选路径之和最短的第二拣选单信息。The clustering result is used as the initial second picking list information, and the second genetic algorithm model is used to optimize the initial second picking list information to obtain the second picking list information with the shortest sum of the picking paths.
  8. 根据权利要求1所述的方法,其特征在于,还包括:The method according to claim 1, further comprising:
    接收订单。Receive the order.
  9. 根据权利要求8所述的方法,其特征在于,所述生成针对待出库对象的波次任务的步骤,包括:The method according to claim 8, wherein the step of generating a wave task for an object to be decommissioned comprises:
    生成针对所述订单的波次任务。Generate wave tasks for the order.
  10. 根据权利要求9所述的方法,其特征在于,还包括:The method according to claim 9, further comprising:
    根据预设的负载均衡策略,调整所述波次任务的波次任务数量阈值,所述波次任务数量阈值为预设时间内所述波次任务的执行数量。According to a preset load balancing strategy, a threshold of the number of wave tasks of the wave task is adjusted, and the threshold of the number of wave tasks is the number of executions of the wave task within a preset time.
  11. 根据权利要求8所述的方法,其特征在于,还包括:The method according to claim 8, further comprising:
    按照预设的切箱规则,对所述订单中的库存量单位进行切箱操作,获取包裹对象。Carry out a box cutting operation on the inventory unit in the order according to a preset box cutting rule to obtain a parcel object.
  12. 根据权利要求11所述的方法,其特征在于,所述生成针对待出库对象的波次任务的步骤,包括:The method according to claim 11, wherein the step of generating a wave task for an object to be sent out comprises:
    生成针对所述包裹对象的波次任务。Generate a wave task for the wrapped object.
  13. 根据权利要求9所述的方法,其特征在于,在生成针对所述订单的波次任务的步骤之前,还包括:The method according to claim 9, before the step of generating wave tasks for the order, further comprising:
    通知所述仓库系统进行针对所述订单的库区类型占用;Notifying the warehouse system to occupy a warehouse area type for the order;
    若所述订单占用到的库区类型为仓库拣选区,则执行生成针对待出库对象的波次任务的步骤;If the type of the warehouse area occupied by the order is a warehouse picking area, performing a step of generating a wave task for the object to be delivered from the warehouse;
    若所述订单占用到的库区类型为补货类型区,则通知补货系统进行补货。If the type of the warehouse area occupied by the order is a replenishment type area, the replenishment system is notified to replenish.
  14. 根据权利要求13所述的方法,其特征在于,所述根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用的步骤,包括:The method according to claim 13, wherein the step of notifying the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the grouping comprises:
    根据所述分组,通知仓库系统在所述仓库拣选区中占用库位。According to the grouping, the warehouse system is notified to occupy a storage location in the warehouse picking area.
  15. 根据权利要求8所述的方法,其特征在于,还包括:The method according to claim 8, further comprising:
    通知所述仓库系统进行针对所述订单中库存量单位的仓库总账占用。Notifying the warehouse system to perform warehouse general ledger occupancy for the inventory unit in the order.
  16. 根据权利要求15所述的方法,其特征在于,还包括:The method according to claim 15, further comprising:
    若所述仓库总账占用失败,则通知交易系统所述订单缺货。If the warehouse general ledger fails, the trading system is notified that the order is out of stock.
  17. 根据权利要求15所述的方法,其特征在于,还包括:The method according to claim 15, further comprising:
    若所述仓库总账占用成功,则广播成功占用信息。If the warehouse ledger is successfully occupied, the successful occupation information is broadcast.
  18. 一种拣选单生成方法,其特征在于,包括:A picking list generation method is characterized in that it includes:
    生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;Generating wave tasks for objects to be shipped out of the warehouse; the objects to be shipped out include inventory units;
    根据预设拣选策略,对所述波次任务中的待出库对象进行分类得到至少一个分组;Classify objects to be stored in the wave task to obtain at least one group according to a preset picking strategy;
    根据所述分组,对所述分组中库存量单位对应的库存进行占用;Occupying the inventory corresponding to the inventory unit in the group according to the group;
    根据所占用的库位,生成拣选单。Generate picking lists based on occupied locations.
  19. 一种拣选单生成装置,其特征在于,包括:A picking list generating device, comprising:
    第一波次建立模块,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;A first wave establishment module, configured to generate a wave task for an object to be taken out of the warehouse; the object to be taken out of the warehouse includes an inventory unit;
    第一分类模块,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类,得到至少一个分组;A first classification module, configured to classify objects to be stored in the wave task according to a preset picking strategy to obtain at least one group;
    第一库存占用模块,用于根据所述分组,通知仓库系统对所述分组中库存量单位对应的库存进行占用;A first inventory occupancy module, configured to notify a warehouse system to occupy inventory corresponding to an inventory unit in the group according to the group;
    第一拣选单生成模块,用于根据仓库系统返回的库位占用信息,生成拣选单。The first picking list generation module is configured to generate a picking list based on the occupancy location information returned by the warehouse system.
  20. 根据权利要求19所述的装置,其特征在于,所述第一库存占用模块,包括:The device according to claim 19, wherein the first inventory occupancy module comprises:
    获取子模块,用于获取存放所述分组中库存量单位的库位的库位库存分布信息;An acquisition submodule, configured to acquire the location inventory distribution information of the location that stores the inventory unit in the group;
    第一优化子模块,用于根据所述库位库存分布信息,利用第一路径优化规则确定所述分组的第一拣选单信息以及所述第一拣选单信息对应的第一库位信息;其中,所述第 一库位信息为所述第一拣选单信息中库存量单位所占库位的库位信息;所述第一拣选单信息的拣选路径之和最短;A first optimization submodule, configured to determine the grouped first picking order information and the first picking order information corresponding to the first picking order information according to the inventory location distribution information and using a first path optimization rule; The first location information is the location information of the location occupied by the inventory unit in the first picking order information; the sum of the picking paths of the first picking order information is the shortest;
    第一占用子模块,用于将所述第一库位信息发送给所述仓库系统,以供所述仓库系统根据所述第一库位信息对相应库位进行占用。A first occupancy submodule is configured to send the first storage location information to the warehouse system for the warehouse system to occupy a corresponding storage location according to the first storage location information.
  21. 根据权利要求20所述的装置,其特征在于,所述第一路径优化规则包括第一聚类算法模型、第一遗传算法模型;所述第一优化子模块,包括:The device according to claim 20, wherein the first path optimization rule comprises a first clustering algorithm model and a first genetic algorithm model; and the first optimization sub-module comprises:
    第一聚类单元,用于根据所述库位库存分布信息,利用所述第一聚类算法模型对每个分组中的待出库对象进行再聚类;A first clustering unit, configured to re-cluster the objects to be discharged from each group by using the first clustering algorithm model according to the inventory location distribution information;
    第一遗传优化单元,用于将聚类结果作为初始第一拣选单信息,利用第一遗传算法模型对所述初始第一拣选单信息进行优化,获取拣选路径之和最短的第一拣选单信息。A first genetic optimization unit, configured to use the clustering result as initial first picking order information, optimize the initial first picking order information using a first genetic algorithm model, and obtain first picking order information having a shortest sum of the picking paths .
  22. 根据权利要求21所述的装置,其特征在于,所述第一拣选单生成模块,包括:The device according to claim 21, wherein the first picking list generation module comprises:
    第一生成子模块,用于当接收到所述仓库系统的第一库位占用消息时,根据第一拣选单信息以及所述第一拣选单信息对应的第一库位信息,生成第一拣选单。A first generating submodule, configured to generate a first picking according to the first picking order information and the first picking order information corresponding to the first picking order information when receiving the first picking position occupancy message of the warehouse system; single.
  23. 根据权利要求19所述的装置,其特征在于,所述第一库存占用模块,包括:The device according to claim 19, wherein the first inventory occupancy module comprises:
    第二占用子模块,用于将所述分组发送至所述仓库系统,以供所述仓库系统按照清库存规则,对所述分组中的库存量单位对应的库存进行占用。A second occupancy submodule is configured to send the group to the warehouse system for the warehouse system to occupy the inventory corresponding to the inventory unit in the group according to the inventory clearance rule.
  24. 根据权利要求23所述的装置,其特征在于,所述第一拣选单生成模块,包括:The apparatus according to claim 23, wherein the first picking list generation module comprises:
    接收子模块,用于接收所述仓库系统返回的第二库位占用消息;A receiving submodule, configured to receive a second storage location occupancy message returned by the warehouse system;
    第二优化子模块,用于根据所述第二库位占用消息,利用第二路径优化规则,确定所述分组的第二拣选单信息;所述第二拣选单信息的拣选路径之和最短;A second optimization sub-module, configured to determine a second picking order information of the group by using a second path optimization rule according to the second location occupation message; the sum of the picking paths of the second picking order information is the shortest;
    第二生成子模块,用于根据所述第二拣选单信息生成第二拣选单。A second generating sub-module is configured to generate a second picking list according to the second picking list information.
  25. 根据权利要求24所述的装置,其特征在于,所述第二优化子模块,包括:The apparatus according to claim 24, wherein the second optimization sub-module comprises:
    第二聚类单元,用于根据所述第二库位占用消息,利用所述第二聚类算法模型对每个分组中的待出库对象进行再聚类;A second clustering unit, configured to re-cluster the to-be-deposited objects in each group by using the second clustering algorithm model according to the second location occupancy message;
    第二遗传优化单元,用于将聚类结果作为初始第二拣选单信息,利用第二遗传算法模型对所述初始第二拣选单信息进行优化,获取拣选路径之和最短的第二拣选单信息。A second genetic optimization unit, configured to use the clustering result as the initial second picking order information, optimize the initial second picking order information using a second genetic algorithm model, and obtain the second picking order information with the shortest sum of the picking paths .
  26. 根据权利要求19所述的装置,其特征在于,还包括:The apparatus according to claim 19, further comprising:
    订单接收模块,用于接收订单。An order receiving module is used to receive an order.
  27. 根据权利要求26所述的装置,其特征在于,所述第一波次建立模块,包括:The apparatus according to claim 26, wherein the first wave establishment module comprises:
    订单波次生成子模块,用于生成针对所述订单的波次任务。The order wave generation submodule is used to generate a wave task for the order.
  28. 根据权利要求27所述的装置,其特征在于,还包括:The apparatus according to claim 27, further comprising:
    负载均衡模块,用于根据预设的负载均衡策略,调整所述波次任务的波次任务数量阈值,所述波次任务数量阈值为预设时间内所述波次任务的执行数量。A load balancing module is configured to adjust a wave number task threshold of the wave task according to a preset load balancing policy, and the wave number task threshold is a number of wave task executions within a preset time.
  29. 根据权利要求26所述的装置,其特征在于,还包括:The apparatus according to claim 26, further comprising:
    切箱模块,用于按照预设的切箱规则,对所述订单中的库存量单位进行切箱操作,获取包裹对象。The box cutting module is configured to perform a box cutting operation on the inventory unit in the order according to a preset box cutting rule to obtain a parcel object.
  30. 根据权利要求29所述的装置,其特征在于,所述第一波次建立模块,包括:The apparatus according to claim 29, wherein the first wave establishment module comprises:
    包裹波次生成子模块,用于生成针对所述包裹对象的波次任务。A wrapped wave generation sub-module is used to generate a wave task for the wrapped object.
  31. 根据权利要求27所述的装置,其特征在于,还包括:The apparatus according to claim 27, further comprising:
    库区占用模块,用于通知所述仓库系统进行针对所述订单的库区类型占用;A warehouse area occupancy module, configured to notify the warehouse system to occupy a warehouse area type for the order;
    拣选区占用模块,用于若所述订单占用到的库区类型为仓库拣选区,则执行生成针对待出库对象的波次任务的步骤;The picking area occupancy module is configured to execute the step of generating wave tasks for objects to be delivered from the warehouse if the type of storage area occupied by the order is a warehouse picking area;
    补货模块,用于若所述订单占用到的库区类型为补货类型区,则通知补货系统进行补货。The replenishment module is configured to notify the replenishment system to replenish if the type of the warehouse area occupied by the order is a replenishment type area.
  32. 根据权利要求31所述的装置,其特征在于,所述第一库存占用模块,包括:The apparatus according to claim 31, wherein the first inventory occupancy module comprises:
    库位占用子模块,用于根据所述分组,通知仓库系统在所述仓库拣选区中占用库位。The storage location occupancy submodule is configured to notify a warehouse system to occupy a storage location in the warehouse picking area according to the grouping.
  33. 根据权利要求26所述的装置,其特征在于,还包括:The apparatus according to claim 26, further comprising:
    总账占用模块,用于通知所述仓库系统进行针对所述订单的仓库总账占用。The general ledger occupation module is used to notify the warehouse system to perform warehouse general ledger occupation for the order.
  34. 根据权利要求33所述的装置,其特征在于,还包括:The apparatus according to claim 33, further comprising:
    第一总账占用子模块,用于若所述仓库总账占用失败,则通知交易系统所述订单缺货。The first general ledger occupation submodule is configured to notify the trading system that the order is out of stock if the warehouse general ledger occupation fails.
  35. 根据权利要求33所述的装置,其特征在于,还包括:The apparatus according to claim 33, further comprising:
    第二总账占用子模块,用于若所述仓库总账占用成功,则广播成功占用信息。The second general ledger occupation submodule is configured to broadcast successful occupation information if the warehouse general ledger occupation is successful.
  36. 一种拣选单生成装置,其特征在于,包括:A picking list generating device, comprising:
    第二波次建立模块,用于生成针对待出库对象的波次任务;所述待出库对象包括库存量单位;A second wave establishment module, configured to generate a wave task for an object to be taken out of the warehouse; the object to be taken out of the warehouse includes an inventory unit;
    第二分类模块,用于根据预设拣选策略,对所述波次任务中的待出库对象进行分类得到至少一个分组;A second classification module, configured to classify the objects to be warehoused in the wave task to obtain at least one group according to a preset picking strategy;
    第二库存占用模块,用于根据所述分组,对所述分组中库存量单位对应的库存进行占用;A second inventory occupancy module, configured to occupy the inventory corresponding to the inventory unit in the group according to the group;
    第二拣选单生成模块,用于根据所占用的库位,生成拣选单。The second picking list generation module is configured to generate a picking list according to the occupied warehouse.
  37. 一种拣选单生成装置,其特征在于,包括:A picking list generating device, comprising:
    一个或多个处理器;和One or more processors; and
    其上存储有指令的一个或多个机器可读介质,当由所述一个或多个处理器执行时,使得所述装置执行如权利要求1-17中任一项所述的方法。One or more machine-readable media having instructions stored thereon, when executed by the one or more processors, cause the apparatus to perform the method of any one of claims 1-17.
  38. 一个或多个机器可读介质,其上存储有指令,当由一个或多个处理器执行时,使得装置执行如权利要求1-17中任一项所述的方法。One or more machine-readable media having stored thereon instructions that, when executed by one or more processors, cause a device to perform the method of any one of claims 1-17.
  39. 一种拣选单生成装置,其特征在于,包括:A picking list generating device, comprising:
    一个或多个处理器;和One or more processors; and
    其上存储有指令的一个或多个机器可读介质,当由所述一个或多个处理器执行时,使得所述装置执行如权利要求18所述的方法。One or more machine-readable media having instructions stored thereon, when executed by the one or more processors, cause the apparatus to perform the method of claim 18.
  40. 一个或多个机器可读介质,其上存储有指令,当由一个或多个处理器执行时,使得装置执行如权利要求18所述的方法。One or more machine-readable media having stored thereon instructions that, when executed by one or more processors, cause a device to perform the method of claim 18.
PCT/CN2019/085822 2018-05-23 2019-05-07 Sorting document generating method and apparatus WO2019223529A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810501823.0A CN110533350B (en) 2018-05-23 2018-05-23 Method and device for generating picking order
CN201810501823.0 2018-05-23

Publications (1)

Publication Number Publication Date
WO2019223529A1 true WO2019223529A1 (en) 2019-11-28

Family

ID=68616537

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/085822 WO2019223529A1 (en) 2018-05-23 2019-05-07 Sorting document generating method and apparatus

Country Status (2)

Country Link
CN (1) CN110533350B (en)
WO (1) WO2019223529A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110889661A (en) * 2019-12-03 2020-03-17 北京美鲜科技有限公司 Production wave number positioning method and device, computer equipment and storage medium
CN113723892A (en) * 2021-09-13 2021-11-30 北京沃东天骏信息技术有限公司 Data processing method and device, electronic equipment and storage medium

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113762825A (en) * 2020-07-15 2021-12-07 北京京东振世信息技术有限公司 Method and device for determining ex-warehouse list
CN112734329A (en) * 2020-12-30 2021-04-30 深圳千岸科技股份有限公司 Warehouse goods picking shortest path calculation method, device, equipment and storage medium
CN112884408A (en) * 2021-02-20 2021-06-01 北京每日优鲜电子商务有限公司 Method and device for delivering articles out of warehouse, electronic equipment and computer readable medium
CN113283961B (en) * 2021-05-21 2023-12-05 北京京东振世信息技术有限公司 Order processing method and device
CN113537640B (en) * 2021-08-18 2022-05-03 南京希音电子商务有限公司 Goods picking frequency planning method based on package clustering and storage position recommendation
CN115783577A (en) * 2021-09-10 2023-03-14 深圳市库宝软件有限公司 Warehouse-out method and equipment
CN116452122A (en) * 2023-06-15 2023-07-18 浙江凯乐士科技集团股份有限公司 Picking order feeding method, picking order feeding device, computer equipment and storage medium
CN116957473A (en) * 2023-07-11 2023-10-27 宝开(上海)智能物流科技有限公司 Warehouse system warehouse-out order wave number dividing method and device based on high-density storage
CN116611769A (en) * 2023-07-19 2023-08-18 杭州吉客云网络技术有限公司 Order aggregation method, order aggregation device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881768A (en) * 2015-05-25 2015-09-02 北京京东尚科信息技术有限公司 Order-sorting out-of-warehouse task processing method and apparatus
US20160042312A1 (en) * 2014-08-06 2016-02-11 Flexe, Inc. System and method for an internet-enabled marketplace for commercial warehouse storage and services
CN105427065A (en) * 2015-10-20 2016-03-23 陈东升 Commodity object warehouse-out information processing method and apparatus
CN106682860A (en) * 2016-12-30 2017-05-17 深圳天珑无线科技有限公司 Material order distributing method and material order distributing device
CN106779531A (en) * 2016-11-25 2017-05-31 慈溪太平鸟物流有限公司 A kind of picking path generating method and device
CN107368987A (en) * 2017-06-29 2017-11-21 仓智(上海)智能科技有限公司 A kind of warehouse order management method mixed based on B2B or B2C

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8571702B1 (en) * 2010-06-30 2013-10-29 Amazon Technologies, Inc. Pick-to-tote optimization

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160042312A1 (en) * 2014-08-06 2016-02-11 Flexe, Inc. System and method for an internet-enabled marketplace for commercial warehouse storage and services
CN104881768A (en) * 2015-05-25 2015-09-02 北京京东尚科信息技术有限公司 Order-sorting out-of-warehouse task processing method and apparatus
CN105427065A (en) * 2015-10-20 2016-03-23 陈东升 Commodity object warehouse-out information processing method and apparatus
CN106779531A (en) * 2016-11-25 2017-05-31 慈溪太平鸟物流有限公司 A kind of picking path generating method and device
CN106682860A (en) * 2016-12-30 2017-05-17 深圳天珑无线科技有限公司 Material order distributing method and material order distributing device
CN107368987A (en) * 2017-06-29 2017-11-21 仓智(上海)智能科技有限公司 A kind of warehouse order management method mixed based on B2B or B2C

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110889661A (en) * 2019-12-03 2020-03-17 北京美鲜科技有限公司 Production wave number positioning method and device, computer equipment and storage medium
CN113723892A (en) * 2021-09-13 2021-11-30 北京沃东天骏信息技术有限公司 Data processing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110533350B (en) 2023-11-07
CN110533350A (en) 2019-12-03

Similar Documents

Publication Publication Date Title
WO2019223529A1 (en) Sorting document generating method and apparatus
US7979359B1 (en) System and method for selectively applying an item sortation process
Ribas et al. Review and classification of hybrid flow shop scheduling problems from a production system and a solutions procedure perspective
WO2018137330A1 (en) Order processing method, device, server and computer storage medium
Bellanger et al. Three-stage hybrid-flowshop model for cross-docking
US9189733B2 (en) Systems and methods for vector scalability of evolutionary algorithms
Salamati-Hormozi et al. Trade-off between the costs and the fairness for a collaborative production planning problem in make-to-order manufacturing
CN114118888A (en) Order ex-warehouse method and device
CN109583624A (en) A kind of combination similarity algorithm and genetic algorithm seek package optimal combination algorithm
CN111507651A (en) Order data processing method and device applied to man-machine mixed warehouse
CN113191713A (en) Warehouse out-of-stock transferring method, device, equipment and storage medium
CN108415912A (en) Data processing method based on MapReduce model and equipment
CN111260270A (en) Method and device for improving order processing efficiency of store
CN114462952A (en) Intelligent warehouse management method, device, equipment and medium
Martins et al. A savings-based heuristic for solving the omnichannel vehicle routing problem with pick-up and delivery
CN111950830A (en) Task allocation method and device
CN112631612B (en) Optimization method for kubernetes cloud platform configuration based on genetic algorithm
Damayanti et al. Intelligent warehouse picking improvement model for e-logistics warehouse using single picker routing problem and wave picking
CN110689293A (en) Method and device for processing articles out of warehouse
CN111260288B (en) Order management method, device, medium and electronic equipment
Zhou et al. Optimization model and algorithm of empty pallets dispatching under the time-space network of express shipment
CN112784212A (en) Method and device for optimizing inventory
CN112825171B (en) Article delivery method and device
CN113065825A (en) Model generation method, package matching method, model generation device, package matching device, electronic equipment and storage medium
US20240083698A1 (en) Methods and apparatus for automatic item placement

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19807221

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19807221

Country of ref document: EP

Kind code of ref document: A1