CN113706064A - Order processing method and device - Google Patents

Order processing method and device Download PDF

Info

Publication number
CN113706064A
CN113706064A CN202010436455.3A CN202010436455A CN113706064A CN 113706064 A CN113706064 A CN 113706064A CN 202010436455 A CN202010436455 A CN 202010436455A CN 113706064 A CN113706064 A CN 113706064A
Authority
CN
China
Prior art keywords
order
wave
rule
attributes
information
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202010436455.3A
Other languages
Chinese (zh)
Inventor
李红印
张桂利
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Zhenshi Information Technology Co Ltd
Original Assignee
Beijing Jingdong Zhenshi Information Technology Co Ltd
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 Beijing Jingdong Zhenshi Information Technology Co Ltd filed Critical Beijing Jingdong Zhenshi Information Technology Co Ltd
Priority to CN202010436455.3A priority Critical patent/CN113706064A/en
Publication of CN113706064A publication Critical patent/CN113706064A/en
Pending legal-status Critical Current

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
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders

Landscapes

  • Business, Economics & Management (AREA)
  • Economics (AREA)
  • Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Quality & Reliability (AREA)
  • Finance (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Accounting & Taxation (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)

Abstract

The invention discloses an order processing method and device, and relates to the technical field of computers. One embodiment of the method comprises: receiving one or more orders to be grouped; acquiring a preset order wave-forming rule corresponding to the order type according to the order type of the order; according to the order number of the order, obtaining order information corresponding to the order and position information of the article indicated by the order in the warehouse; screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes; and generating a picking task according to the first order set and the second order set respectively. The implementation mode realizes flexible configuration of order wave-grouping rules, generates the picking task based on the order set after wave-grouping and improves the picking efficiency.

Description

Order processing method and device
Technical Field
The invention relates to the technical field of computers, in particular to an order processing method and device.
Background
In warehouse operation, in order to improve the delivery efficiency of order goods, the operation efficiency of warehouse operators is improved usually through order waves, namely, a mode of collecting single orders into batch orders according to the requirements of delivery orders to generate picking tasks is adopted, and the larger the quantity of the batch orders is, the more obvious the improvement of the operation efficiency is.
Currently, warehouse operators can only perform order wave generation in a limited fixed mode according to order creation time, order types and the like, and cannot flexibly configure order wave generation rules according to order attributes such as customer numbers, carriers and the like, so that the order wave generation scheme is single in applicable scene, and personalized order wave generation service cannot be provided for different business scenes, different customers and the like.
Disclosure of Invention
In view of this, embodiments of the present invention provide an order processing method and apparatus, which can flexibly configure order grouping rules according to actual requirements, and generate a picking task based on an order set after grouping, so as to improve the picking efficiency of warehouse operators.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided an order processing method including:
receiving one or more orders to be grouped;
acquiring a preset order wave-forming rule corresponding to the order type according to the order type of the order, wherein the order wave-forming rule indicates one or more order attributes for screening the order;
according to the order number of the order, obtaining order information corresponding to the order and position information of the article indicated by the order in the warehouse;
screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes;
and generating a picking task according to the first order set and the second order set respectively, wherein the picking task indicates the position information corresponding to each order in the corresponding order set.
Alternatively,
the order group wave rule further indicates one or more order group wave rules, the order group wave rules indicate at least two order attributes, and the order attributes have logic rules therebetween;
and screening the order according to the order group wave rule to obtain an order set of which the order information meets the order group wave rule.
Alternatively,
the order attribute and the order wave rule indicated by the order wave rule have priority;
and sequentially screening the current order to be subjected to wave grouping according to the order attributes and the priority of the order wave grouping rule from high to low so as to obtain an order set of the order attributes and the order wave grouping rule, wherein the order set has order information meeting the same priority.
Optionally, the logic rules include one or more of: and operation, or operation, not operation.
Optionally, the method further comprises:
before the order is screened according to the order attribute, judging whether the order group wave rule indicates owner information of the goods in the warehouse;
and under the condition that the order group wave rule does not indicate the owner information, adding the owner information into the order group wave rule, and screening the orders according to the owner information to obtain an order set with the same owner information.
Optionally, the method further comprises:
after the first order set is obtained, whether the order quantity of the first order set is larger than a threshold quantity is judged, and under the condition that the order quantity of the first order set is larger than the threshold quantity, the first order set is divided into one or more sub-order sets, so that a picking task is generated according to the sub-order sets.
To achieve the above object, according to another aspect of an embodiment of the present invention, there is provided an order processing apparatus including: the order receiving module, the wave grouping rule obtaining module, the order information obtaining module, the order screening module and the picking task generating module; wherein,
the order receiving module is used for receiving one or more orders to be grouped;
the wave-forming rule obtaining module is used for obtaining a preset order wave-forming rule corresponding to the order type according to the order type of the order, and the order wave-forming rule indicates one or more order attributes for screening the order;
the order information acquisition module is used for acquiring order information corresponding to the order and position information of the article indicated by the order in the warehouse according to the order number of the order;
the order screening module is used for screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes;
the order picking task generating module is used for generating an order picking task according to the first order set and the second order set respectively, and the order picking task indicates the position information corresponding to each order in the corresponding order set.
Alternatively,
the order group wave rule further indicates one or more order group wave rules, the order group wave rules indicate at least two order attributes, and the order attributes have logic rules therebetween;
and the order screening module is further used for screening the order according to the order group wave sub rule so as to obtain an order set of which the order information meets the order group wave sub rule.
Alternatively,
the order attribute and the order wave rule indicated by the order wave rule have priority;
the order screening module is further configured to sequentially screen a current order to be subjected to wave grouping according to the order attributes and the priority of the order wave grouping rule from high to low, so as to obtain an order set in which order information satisfies the order attributes and the order wave grouping rule of the same priority.
Optionally, the logic rules include one or more of: and operation, or operation, not operation.
Optionally, the order filtering module is further configured to,
before the order is screened according to the order attribute, judging whether the order group wave rule indicates owner information of the goods in the warehouse;
and under the condition that the order group wave rule does not indicate the owner information, adding the owner information into the order group wave rule, and screening the orders according to the owner information to obtain an order set with the same owner information.
Optionally, the order filtering module is further configured to,
after the first order set is obtained, whether the order quantity of the first order set is larger than a threshold quantity is judged, and under the condition that the order quantity of the first order set is larger than the threshold quantity, the first order set is divided into one or more sub-order sets, so that corresponding picking tasks are generated according to the sub-order sets.
To achieve the above object, according to still another aspect of an embodiment of the present invention, there is provided an electronic apparatus for order processing, including:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any of the order processing methods described above.
To achieve the above object, according to still another aspect of an embodiment of the present invention, there is provided a computer-readable medium having stored thereon a computer program which, when executed by a processor, implements any one of the order processing methods described above.
The invention has the following advantages or beneficial effects: by presetting the wave-forming rule, the universality of the order wave-forming rule is ensured, the flexible configuration of the order wave-forming rule is realized, and the applicability of the order wave-forming rule to various scenes, multiple users and the like is improved; meanwhile, the order picking tasks corresponding to the batch orders are generated in a single order wave mode, and the order picking efficiency of the order goods is greatly improved.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of a main flow of an order processing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a main flow of another order processing method according to an embodiment of the invention;
FIG. 3 is a schematic diagram of the main modules of an order processing apparatus according to an embodiment of the present invention;
FIG. 4 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 5 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of a main flow of an order processing method according to an embodiment of the present invention, and as shown in fig. 1, the order processing method may specifically include the following steps:
step S101, one or more orders to be grouped are received.
The waiting order refers to an outbound order to be processed, that is, an order document sent by an individual or an enterprise customer to a merchant, and includes information such as an ordered commodity, a commodity quantity, a harvest address and the like.
Step S102, according to the order type of the order, obtaining a preset order wave-forming rule corresponding to the order type, wherein the order wave-forming rule indicates one or more order attributes for screening the order.
Order types include, but are not limited to: selling warehouse-out orders, withdrawing supplier orders, TOB orders, common warehouse-out orders and the like, and the order wave-grouping rules corresponding to each type of orders are quite different. The order of the returned supplier refers to an order for returning products with lost sales and the like to the supplier, and the corresponding order wave-grouping rule comprises information of the supplier and the like; the TOB order refers to an order for selling a product to another enterprise, and the corresponding order wave grouping rule includes: purchasing enterprises, harvesting addresses and the like. The order attribute refers to all possible order information indicated by any order, including but not limited to: order priority, storage area corresponding to the article, article type, logistics driver, license plate number, logistics route, carrier, article belonging store, aviation piece identification, product group, contact name, clearance port, invoice identification, contact telephone, customs status identification, train number, manufacturer, payment on delivery identification, receiving customer group, receiving customer name, receiving province city, receiving address, seller/buyer, receiving address and the like.
Step S103, according to the order number of the order, obtaining order information corresponding to the order and position information of the article indicated by the order in the warehouse.
It can be understood that the logistics management system stores in advance the order type corresponding to the order number, the order information, the location information of the article indicated by the order in the warehouse, and the like, so that the logistics management system can query for the order information and the location information corresponding to the order type according to the order number. The position information includes information such as an area code, a storage area, a roadway, a storage position and the like of the warehouse where the article is located, for example, A-J01-01-001, so that the article can be quickly positioned in the extensive warehouse according to the position information to realize the picking of the article.
And step S104, screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes.
If the order attribute is "receiving province city a", for example, the order may be grouped according to the receiving province city to generate a first order set in which the receiving province city is a and a second order set in which the receiving province city is not a. It can be understood that, in the case that the order wave grouping rule indicates two or more order attributes, a first order set that can simultaneously satisfy all the order attributes and a second order set that cannot simultaneously satisfy all the order attributes need to be screened to obtain order information. Specifically, the order attributes are "consignee province city a" and "carrier B" for explanation, then the consignee province city corresponding to each order in the first order set obtained by screening is a and the carrier is B, and the consignee province city corresponding to each order in the second order set is not a or the carrier is not B. In this way, the warehouse operator can pick the articles indicated by the orders in batches based on the first order set and the second order set, and can carry, hand over and deliver the articles in batches according to carriers, harvest provinces and cities and the like after picking the articles.
In an alternative embodiment, the order group wave rule further indicates one or more order group wave rules, the order group wave rules indicate at least two order attributes, and the order attributes have logic rules therebetween; and screening the order according to the order group wave rule to obtain an order set of which the order information meets the order group wave rule. Therefore, besides the order is directly grouped based on one or more order attributes, logic rules among different order attributes can be flexibly configured to realize flexible grouping of the order.
Specifically, the order group wave rule indicates "take province city a", "carrier B", and "order group wave sub-rule C", and the order group wave sub-rule C indicates "the article type is a mobile phone or the article type is a computer", for example, in the actual order screening process, three intermediate order sets respectively satisfying the "take province city a", "carrier B", and "order group wave sub-rule C" may be screened from all orders, and then the intersection of the three intermediate order sets may be taken to obtain a first order set simultaneously satisfying the three conditions of "take province city a", "carrier B", and "order group wave sub-rule C", and all remaining orders not in the first order set constitute a second order set.
It should be noted that, in the embodiment, the order group waver rule C is only used to illustrate that "the article type is a mobile phone or the article type is a computer", where the logic rule is or operation, but the logic rule may also include and operation, non-operation, etc., that is, the order group waver rule may be in any form of: "three receivers and item category are mobile phone", "item category is mobile phone but manufacturer is not hua shi", etc.
On the basis, different priorities can be configured for the order attributes and the order wave sub-rule indicated by the order wave rule according to actual requirements; therefore, the current order to be grouped needs to be sequentially screened according to the order attributes and the priority of the order group wave rule from high to low so as to obtain the order set of the order attributes and the order group wave rule of which the order information meets the same priority.
Referring to table 1, table 1 shows the order attribute indicated by an order group wave rule and the priority corresponding to the order group wave rule. The highest priority of the order attribute 1 is 5, the priorities of the order attribute 2 and the order attribute 3 are both 4, the priority of the order attribute 4 is 3, the order group wave rule 1 with the priority of 2 is followed, and the order group wave rule 2 with the priority of 1 is followed. Based on this, all the order to be grouped are screened by using the order attribute 1 with the highest priority to obtain the order set 1 of which the order information meets the order attribute 1, and all the rest order to be grouped are the current order to be grouped corresponding to the order attribute of the next priority; continuously using the order attributes 2 and 3 with the priorities of 4 to screen the current wave-to-be-grouped orders so as to obtain order information and simultaneously meet the order set 2 of the order attributes 1 and 3, and forming the current wave-to-be-grouped orders corresponding to the order attributes 4 of the next priority again by all the remaining wave-to-be-grouped orders; and repeating the steps until an order set 5 in which the order information in the current order to be grouped meets the order group wave rule 2 and an order set 6 formed by the rest orders to be grouped are obtained.
TABLE 1 priority example
Figure BDA0002502456590000081
Figure BDA0002502456590000091
On the basis, the picking tasks can be generated according to the order set 1, the order set 2, … …, the order set 5, and the order set 6, respectively, and indicate the position information corresponding to each order in the corresponding order set.
Furthermore, in the case that the storage location of the article in the warehouse is planned according to the owner information to which the article belongs, in order to further generate a picking task based on the post-group order set to improve the picking efficiency of the warehouse operator, before the order is screened according to the order attribute, whether the order group wave rule indicates the owner information to which the article belongs in the warehouse is judged; and under the condition that the order group wave rule does not indicate the owner information, adding the owner information into the order group wave rule, and screening the orders according to the owner information to obtain an order set with the same owner information. That is, the orders can be preferentially subjected to the wave-grouping according to the owner information of the goods in the warehouse, and then the orders are continuously subjected to the wave-grouping based on other order attributes, so that the time consumption of picking is effectively reduced by improving the concentration of the storage positions of the same batch of goods to be picked distributed in the warehouse.
In addition, in order to avoid that the processing efficiency of the warehouse operators on the picking tasks is affected by the picking tasks corresponding to the first order sets due to the large quantity of the involved articles, after the first order sets are obtained, whether the order quantity of the first order sets is larger than a threshold quantity is judged, and in the case that the order quantity of the first order sets is larger than the threshold quantity, the first order sets are divided into one or more sub-order sets, so that the picking tasks are generated according to the sub-order sets. Therefore, the splitting of the picking task is realized by splitting the first order set into the plurality of sub-order sets and respectively generating the picking tasks, and the processing efficiency of the warehouse operators on the picking task is improved by executing the plurality of picking tasks concurrently by the warehouse operators.
Step S105, generating a picking task according to the first order set and the second order set, wherein the picking task indicates the position information corresponding to each order in the corresponding order set. Therefore, the warehouse operators can quickly position the storage position where the goods are located in the warehouse according to the position information indicated by the goods picking task, and then the goods can be picked quickly.
Based on the embodiment, by presetting the wave-forming rule, the universality of the order wave-forming rule is ensured, the flexible configuration of the order wave-forming rule is realized, and the applicability of the order wave-forming rule to various scenes, multiple users and the like is improved; meanwhile, the order picking tasks corresponding to the batch orders are generated in a single order wave mode, and the order picking efficiency of the order goods is greatly improved.
Referring to fig. 2, on the basis of the above embodiment, an embodiment of the present invention provides another order processing method, which may specifically include the following steps:
step S201, receiving one or more orders to be grouped.
Step S202, according to the order type of the order, obtaining a preset order wave-forming rule corresponding to the order type, wherein the order wave-forming rule indicates one or more order attributes for screening the order.
Step S203, judging whether the order group wave rule indicates the owner information of the goods in the warehouse; if the order wave rule does not indicate the owner information, the following step S204 is continuously performed, and if the order wave rule indicates the owner information, the following step S205 is continuously performed.
And step S204, adding the owner information into the order group wave rule, and screening the orders according to the owner information to obtain an order set with the same owner information.
Step S205, the orders are screened according to the order attributes to obtain a first order set in which the order information satisfies the order attributes, and a second order set in which the order information does not satisfy the order attributes. That is, on the basis of filtering the pending wabble orders using the owner information, the remaining pending wabble orders are filtered using the order attributes, or the orders with the same owner information are re-wabbled using the order attributes to generate one or more first order sets. That is, the orders can be preferentially subjected to wave grouping according to the owner information of the goods in the warehouse, and then the orders are continuously subjected to wave grouping based on other order attributes, so that the concentration of the storage positions of the same batch of goods to be picked in the warehouse is improved, and the time consumption of picking is effectively reduced.
Step S206, judging whether the order quantity of the first order set is larger than a threshold quantity; if the order quantity is not greater than the threshold quantity, the following step S207 is continuously performed, and if the order quantity is greater than the threshold quantity, the following step S208 is continuously performed.
Step S207, generating a picking task according to the first order set and the second order set.
Step S208, splitting the first order set into one or more sub-order sets. Therefore, the splitting of the picking task is realized by splitting the first order set into the plurality of sub-order sets and respectively generating the picking tasks, and the processing efficiency of the warehouse operators on the picking task is improved by executing the plurality of picking tasks concurrently by the warehouse operators.
Step S209, a picking task is generated according to the sub-order set and the second order set.
Referring to fig. 3, on the basis of the above embodiment, an embodiment of the present invention provides an order processing apparatus 300, including: the order receiving module 301, the wave grouping rule obtaining module 302, the order information obtaining module 303, the order screening module 304 and the picking task generating module 305; wherein,
the order receiving module 301 is configured to receive one or more orders to be grouped;
the wave-grouping rule obtaining module 302 is configured to obtain a preset order wave-grouping rule corresponding to an order type according to the order type of the order, where the order wave-grouping rule indicates one or more order attributes for screening the order;
the order information obtaining module 303 is configured to obtain, according to an order number of the order, order information corresponding to the order and position information of an article indicated by the order in the warehouse;
the order screening module 304 is configured to screen the order according to the order attribute to obtain a first order set in which the order information satisfies the order attribute, and a second order set in which the order information does not satisfy the order attribute;
the picking task generating module 305 is configured to generate a picking task according to the first order set and the second order set, respectively, where the picking task indicates the position information corresponding to each order in the corresponding order set.
In an alternative embodiment, the order group wave rule further indicates one or more order group wave rules, the order group wave rules indicate at least two order attributes, and the order attributes have logic rules therebetween;
the order screening module 304 is further configured to screen the order according to the order group wave rule, so as to obtain an order set in which order information satisfies the order group wave rule.
In an alternative embodiment, the order attribute indicated by the order group wave rule, the order group wave sub rule have a priority;
the order screening module 304 is further configured to sequentially screen a current order to be subjected to wave grouping according to the order attributes and the priority of the order group wave sub-rule from high to low, so as to obtain an order set in which order information satisfies the order attributes and the order group wave sub-rule of the same priority.
In an alternative embodiment, the logic rules include one or more of: and operation, or operation, not operation.
In an alternative embodiment, the order filtering module 304 is further configured to,
before the order is screened according to the order attribute, judging whether the order group wave rule indicates owner information of the goods in the warehouse;
and under the condition that the order group wave rule does not indicate the owner information, adding the owner information into the order group wave rule, and screening the orders according to the owner information to obtain an order set with the same owner information.
In an alternative embodiment, the order filtering module 304 is further configured to,
after the first order set is obtained, whether the order quantity of the first order set is larger than a threshold quantity is judged, and under the condition that the order quantity of the first order set is larger than the threshold quantity, the first order set is divided into one or more sub-order sets, so that corresponding picking tasks are generated according to the sub-order sets.
Fig. 4 illustrates an exemplary system architecture 400 of an order processing method or an order processing apparatus to which embodiments of the present invention may be applied.
As shown in fig. 4, the system architecture 400 may include terminal devices 401, 402, 403, a network 404, and a server 405. The network 404 serves as a medium for providing communication links between the terminal devices 401, 402, 403 and the server 405. Network 404 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use terminal devices 401, 402, 403 to interact with a server 405 over a network 404 to receive or send messages or the like. The terminal devices 401, 402, 403 may have various communication client applications installed thereon, such as shopping applications, web browser applications, search applications, instant messaging tools, mailbox clients, social platform software, and the like.
The terminal devices 401, 402, 403 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 405 may be a server that provides various services, such as a background management server that supports shopping websites browsed by users using the terminal devices 401, 402, and 403. The background management server can analyze and process the received data such as the product information inquiry request and feed back the processing result to the terminal equipment.
It should be noted that the order processing method provided by the embodiment of the present invention is generally executed by the server 405, and accordingly, the order processing apparatus is generally disposed in the server 405.
It should be understood that the number of terminal devices, networks, and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 5, shown is a block diagram of a computer system 500 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 5, the computer system 500 includes a Central Processing Unit (CPU)501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the system 500 are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The modules described may be provided in a processor, and may be described as: a processor comprises an order receiving module, a wave-grouping rule obtaining module, an order information obtaining module, an order screening module and a picking task generating module. Where the names of these modules do not in some cases constitute a limitation on the module itself, for example, an order receiving module may also be described as a "module for receiving one or more orders to be composed".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: receiving one or more orders to be grouped; acquiring a preset order wave-forming rule corresponding to the order type according to the order type of the order, wherein the order wave-forming rule indicates one or more order attributes for screening the order; according to the order number of the order, obtaining order information corresponding to the order and position information of the article indicated by the order in the warehouse; screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes; and generating a picking task according to the first order set and the second order set respectively, wherein the picking task indicates the position information corresponding to each order in the corresponding order set.
According to the technical scheme of the embodiment of the invention, the generality of the order wave grouping rule is ensured, the flexible configuration of the order wave grouping rule is realized, and the applicability of the order wave grouping rule to various scenes, multiple users and the like is improved in a mode of presetting the wave grouping rule; meanwhile, the order picking tasks corresponding to the batch orders are generated in a single order wave mode, and the order picking efficiency of the order goods is greatly improved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (11)

1. An order processing method, comprising:
receiving one or more orders to be grouped;
acquiring a preset order wave-forming rule corresponding to the order type according to the order type of the order, wherein the order wave-forming rule indicates one or more order attributes for screening the order;
according to the order number of the order, obtaining order information corresponding to the order and position information of the article indicated by the order in the warehouse;
screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes;
and generating a picking task according to the first order set and the second order set respectively, wherein the picking task indicates the position information corresponding to each order in the corresponding order set.
2. The order processing method according to claim 1,
the order group wave rule further indicates one or more order group wave rules, the order group wave rules indicate at least two order attributes, and the order attributes have logic rules therebetween;
and screening the order according to the order group wave rule to obtain an order set of which the order information meets the order group wave rule.
3. The order processing method according to claim 2,
the order attribute and the order wave rule indicated by the order wave rule have priority;
and sequentially screening the current order to be subjected to wave grouping according to the order attributes and the priority of the order wave grouping rule from high to low so as to obtain an order set of the order attributes and the order wave grouping rule, wherein the order set has order information meeting the same priority.
4. The order processing method according to any one of claims 2 or 3,
the logic rules include one or more of: and operation, or operation, not operation.
5. The order processing method according to claim 1, further comprising:
before the order is screened according to the order attribute, judging whether the order group wave rule indicates owner information of the goods in the warehouse;
and under the condition that the order group wave rule does not indicate the owner information, adding the owner information into the order group wave rule, and screening the orders according to the owner information to obtain an order set with the same owner information.
6. The order processing method according to claim 1, further comprising:
after the first order set is obtained, whether the order quantity of the first order set is larger than a threshold quantity is judged, and under the condition that the order quantity of the first order set is larger than the threshold quantity, the first order set is divided into one or more sub-order sets, so that a picking task is generated according to the sub-order sets.
7. An order processing apparatus, comprising: the order receiving module, the wave grouping rule obtaining module, the order information obtaining module, the order screening module and the picking task generating module; wherein,
the order receiving module is used for receiving one or more orders to be grouped;
the wave-forming rule obtaining module is used for obtaining a preset order wave-forming rule corresponding to the order type according to the order type of the order, and the order wave-forming rule indicates one or more order attributes for screening the order;
the order information acquisition module is used for acquiring order information corresponding to the order and position information of the article indicated by the order in the warehouse according to the order number of the order;
the order screening module is used for screening the orders according to the order attributes to obtain a first order set of which the order information meets the order attributes and a second order set of which the order information does not meet the order attributes;
the order picking task generating module is used for generating an order picking task according to the first order set and the second order set respectively, and the order picking task indicates the position information corresponding to each order in the corresponding order set.
8. The order processing apparatus according to claim 7,
the order group wave rule further indicates one or more order group wave rules, the order group wave rules indicate at least two order attributes, and the order attributes have logic rules therebetween;
and the order screening module is further used for screening the order according to the order group wave sub rule so as to obtain an order set of which the order information meets the order group wave sub rule.
9. The order processing apparatus according to claim 8,
the order attribute and the order wave rule indicated by the order wave rule have priority;
the order screening module is further configured to sequentially screen a current order to be subjected to wave grouping according to the order attributes and the priority of the order wave grouping rule from high to low, so as to obtain an order set in which order information satisfies the order attributes and the order wave grouping rule of the same priority.
10. An electronic device for order processing, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-6.
11. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-6.
CN202010436455.3A 2020-05-21 2020-05-21 Order processing method and device Pending CN113706064A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010436455.3A CN113706064A (en) 2020-05-21 2020-05-21 Order processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010436455.3A CN113706064A (en) 2020-05-21 2020-05-21 Order processing method and device

Publications (1)

Publication Number Publication Date
CN113706064A true CN113706064A (en) 2021-11-26

Family

ID=78645848

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010436455.3A Pending CN113706064A (en) 2020-05-21 2020-05-21 Order processing method and device

Country Status (1)

Country Link
CN (1) CN113706064A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114925090A (en) * 2022-04-28 2022-08-19 江苏康众汽配有限公司 Multi-rule order-combining goods issuing method
CN115115313A (en) * 2022-07-08 2022-09-27 北京京东振世信息技术有限公司 Order aging management method and device
WO2023124600A1 (en) * 2021-12-31 2023-07-06 深圳市库宝软件有限公司 Outbound order processing method and apparatus, device, and storage medium

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107369055A (en) * 2016-05-11 2017-11-21 北京京东尚科信息技术有限公司 The picking distribution method and device of order messages
CN107392543A (en) * 2017-07-28 2017-11-24 网易无尾熊(杭州)科技有限公司 Information processing method, data handling system, medium and computing device
CN107844933A (en) * 2017-09-21 2018-03-27 北京小度信息科技有限公司 order processing method and device
CN107918839A (en) * 2016-10-08 2018-04-17 阿里巴巴集团控股有限公司 A kind of sequence information processing method, apparatus and system
CN108205739A (en) * 2016-12-20 2018-06-26 北京京东尚科信息技术有限公司 Gather single group construction method and system
CN108280733A (en) * 2017-01-06 2018-07-13 阿里巴巴集团控股有限公司 A kind of order processing system
CN108694636A (en) * 2017-04-10 2018-10-23 北京京东尚科信息技术有限公司 A kind of method and apparatus of optimization group list
CN109658027A (en) * 2018-12-17 2019-04-19 北京极智嘉科技有限公司 A kind of processing method of order taking responsibility, device, server and medium
CN109872107A (en) * 2019-02-19 2019-06-11 杭州米阳信息技术有限公司 Picking method for optimizing route and system
CN110175794A (en) * 2019-04-16 2019-08-27 德邦物流股份有限公司 Logistics distribution information data acquisition methods, device and computer readable storage medium
CN110348771A (en) * 2018-04-02 2019-10-18 北京京东尚科信息技术有限公司 The method and apparatus that a kind of pair of order carries out group list
CN110443531A (en) * 2018-05-02 2019-11-12 北京京东尚科信息技术有限公司 The method and apparatus for determining the bit information of article in order
CN110516986A (en) * 2018-05-21 2019-11-29 北京京东振世信息技术有限公司 Wrap up the set single group construction method and device under production model
CN110728483A (en) * 2019-09-30 2020-01-24 深圳易可达科技有限公司 Rapid goods picking method
CN110807616A (en) * 2019-10-29 2020-02-18 上海悦易网络信息技术有限公司 Goods picking method and equipment
CN110866709A (en) * 2018-08-28 2020-03-06 北京京东尚科信息技术有限公司 Order combination method and device
CN110880057A (en) * 2018-09-05 2020-03-13 北京京东振世信息技术有限公司 Order combining method and device
CN111080207A (en) * 2019-12-26 2020-04-28 北京每日优鲜电子商务有限公司 Order processing method, device, equipment and storage medium

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107369055A (en) * 2016-05-11 2017-11-21 北京京东尚科信息技术有限公司 The picking distribution method and device of order messages
CN107918839A (en) * 2016-10-08 2018-04-17 阿里巴巴集团控股有限公司 A kind of sequence information processing method, apparatus and system
CN108205739A (en) * 2016-12-20 2018-06-26 北京京东尚科信息技术有限公司 Gather single group construction method and system
CN108280733A (en) * 2017-01-06 2018-07-13 阿里巴巴集团控股有限公司 A kind of order processing system
CN108694636A (en) * 2017-04-10 2018-10-23 北京京东尚科信息技术有限公司 A kind of method and apparatus of optimization group list
CN107392543A (en) * 2017-07-28 2017-11-24 网易无尾熊(杭州)科技有限公司 Information processing method, data handling system, medium and computing device
CN107844933A (en) * 2017-09-21 2018-03-27 北京小度信息科技有限公司 order processing method and device
CN110348771A (en) * 2018-04-02 2019-10-18 北京京东尚科信息技术有限公司 The method and apparatus that a kind of pair of order carries out group list
CN110443531A (en) * 2018-05-02 2019-11-12 北京京东尚科信息技术有限公司 The method and apparatus for determining the bit information of article in order
CN110516986A (en) * 2018-05-21 2019-11-29 北京京东振世信息技术有限公司 Wrap up the set single group construction method and device under production model
CN110866709A (en) * 2018-08-28 2020-03-06 北京京东尚科信息技术有限公司 Order combination method and device
CN110880057A (en) * 2018-09-05 2020-03-13 北京京东振世信息技术有限公司 Order combining method and device
CN109658027A (en) * 2018-12-17 2019-04-19 北京极智嘉科技有限公司 A kind of processing method of order taking responsibility, device, server and medium
CN109872107A (en) * 2019-02-19 2019-06-11 杭州米阳信息技术有限公司 Picking method for optimizing route and system
CN110175794A (en) * 2019-04-16 2019-08-27 德邦物流股份有限公司 Logistics distribution information data acquisition methods, device and computer readable storage medium
CN110728483A (en) * 2019-09-30 2020-01-24 深圳易可达科技有限公司 Rapid goods picking method
CN110807616A (en) * 2019-10-29 2020-02-18 上海悦易网络信息技术有限公司 Goods picking method and equipment
CN111080207A (en) * 2019-12-26 2020-04-28 北京每日优鲜电子商务有限公司 Order processing method, device, equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023124600A1 (en) * 2021-12-31 2023-07-06 深圳市库宝软件有限公司 Outbound order processing method and apparatus, device, and storage medium
CN114925090A (en) * 2022-04-28 2022-08-19 江苏康众汽配有限公司 Multi-rule order-combining goods issuing method
CN115115313A (en) * 2022-07-08 2022-09-27 北京京东振世信息技术有限公司 Order aging management method and device

Similar Documents

Publication Publication Date Title
CN110348771B (en) Method and device for order grouping of orders
CN113762858B (en) Inventory management method and device
CN113706064A (en) Order processing method and device
CN110738436B (en) Method and device for determining available inventory
CN112884405A (en) Inquiry system and scheduling method thereof
CN111861298A (en) Order canceling method and device
CN111695840A (en) Method and device for realizing flow control
CN111401684A (en) Task processing method and device
CN109902847B (en) Method and device for predicting amount of orders in branch warehouse
CN108985805B (en) Method and device for selectively executing push task
CN113190558A (en) Data processing method and system
CN113112048A (en) Method and device for returning articles to warehouse
CN115170026A (en) Task processing method and device
CN113627837B (en) Goods collection positioning method and device
CN114202210A (en) Task allocation method and device
CN113822516A (en) Matching method and device for distribution and transportation side
CN113762835A (en) Method and device for processing order data
CN113222680A (en) Method and device for generating order
CN112785213A (en) Method and device for building warehouse goods picking order
CN112651536A (en) Method and device for determining delivery address
CN113762825A (en) Method and device for determining ex-warehouse list
CN113554380A (en) Method and device for positioning articles in warehouse-out process
CN112785358A (en) Order fulfillment merchant access method and device
CN111260269A (en) Store order processing method and device for improving distribution efficiency
CN112053106A (en) Method and device for managing delivery of articles

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination