CN113705974A - Commodity sorting method and device based on multi-path sorting strategy - Google Patents

Commodity sorting method and device based on multi-path sorting strategy Download PDF

Info

Publication number
CN113705974A
CN113705974A CN202110874370.8A CN202110874370A CN113705974A CN 113705974 A CN113705974 A CN 113705974A CN 202110874370 A CN202110874370 A CN 202110874370A CN 113705974 A CN113705974 A CN 113705974A
Authority
CN
China
Prior art keywords
sorting
commodity
orders
mode
commodities
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
CN202110874370.8A
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.)
Guangzhou Jiafan Computer Co ltd
Original Assignee
Guangzhou Jiafan Computer 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 Guangzhou Jiafan Computer Co ltd filed Critical Guangzhou Jiafan Computer Co ltd
Priority to CN202110874370.8A priority Critical patent/CN113705974A/en
Publication of CN113705974A publication Critical patent/CN113705974A/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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06316Sequencing of tasks or work
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders

Abstract

The embodiment of the application discloses a commodity sorting method and device based on a multi-path sorting strategy. According to the technical scheme provided by the embodiment of the application, the commodity sorting mode is constructed in advance, the commodity sorting mode is associated with the corresponding sorting instruction, when the commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode associated with the current sorting instruction is determined; and generating a sorting operation flow chart of a plurality of commodity orders based on the corresponding commodity sorting mode, and executing the commodity sorting operation of the current commodity orders according to the sorting operation flow chart. Adopt above-mentioned technical means, can solve the technical problem that traditional commodity letter sorting mode is difficult to adapt to actual letter sorting demand, promote commodity letter sorting flexibility, optimize commodity letter sorting mechanism to promote commodity letter sorting efficiency.

Description

Commodity sorting method and device based on multi-path sorting strategy
Technical Field
The embodiment of the application relates to the technical field of commodity sorting, in particular to a commodity sorting method and device based on a multi-path sorting strategy.
Background
At present, the internet e-commerce platform brings great convenience to people for online shopping of commodities, more and more people select online shopping of commodities, and a plurality of merchants also provide online sales channels for users to online purchase commodities. Generally, after receiving an online shopping order, a merchant needs to sort goods according to order information to facilitate the logistics distribution of the goods. When the commodities are sorted, the commodity sorting of one order is finished in a mode of sorting orders one by one, and then the commodity sorting of the next order is executed.
However, with the increase of the online shopping traffic, the problems of online shopping commodity sorting exposure are more and more, the mode of sorting commodities by orders one by one is poor in flexibility, the commodity sorting under different sorting requirements is difficult to meet, the commodity sorting time is long, and the sorting efficiency is relatively low.
Disclosure of Invention
The embodiment of the application provides a commodity sorting method and device based on a multi-path sorting strategy, which can solve the technical problem that the traditional commodity sorting mode is difficult to adapt to the actual sorting requirement, improve the commodity sorting flexibility, optimize a commodity sorting mechanism and improve the commodity sorting efficiency.
In a first aspect, an embodiment of the present application provides a method for sorting commodities based on a multi-path sorting strategy, including:
the method comprises the steps of constructing commodity sorting modes in advance, associating the commodity sorting modes with corresponding sorting instructions, wherein the commodity sorting modes comprise a first mode and are used for sorting commodities one by one according to commodity orders; a second mode for sorting the goods according to the delivery address of the goods order; a third mode for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity order;
when the commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode related to the current sorting instruction is determined;
and generating a sorting operation flow chart of the plurality of commodity orders based on the corresponding commodity sorting mode, and executing the current commodity sorting operation of the plurality of commodity orders according to the sorting operation flow chart, wherein the sorting operation flow chart comprises a plurality of commodity sorting flows.
Further, in a case that the corresponding item sorting pattern is the first pattern, the generating a sorting workflow table of the plurality of item orders based on the corresponding item sorting pattern includes:
and constructing one commodity sorting flow corresponding to one commodity order, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
Further, the sorting the plurality of established commodity sorting processes to generate the sorting operation process table includes:
and sequencing the commodity sorting flows according to the sorting priority of each commodity order to generate the corresponding sorting operation flow table.
Further, in a case that the corresponding item sorting pattern is a second pattern, the generating a sorting workflow table of the plurality of item orders based on the corresponding item sorting pattern includes:
and determining the delivery address of each commodity order, configuring the same commodity sorting process for each commodity order with the delivery address meeting the set first incidence relation, and sequencing the constructed plurality of commodity sorting processes to generate the sorting operation process list.
Further, in a case that the corresponding item sorting pattern is a third pattern, the generating a sorting workflow table of the plurality of item orders based on the corresponding item sorting pattern includes:
determining the types or sizes of commodities in the commodity orders, configuring the same commodity sorting flow for the commodity orders of which the types or sizes of the commodities meet the set second incidence relation, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
Further, the executing the commodity sorting operation of the plurality of current commodity orders according to the sorting operation flow chart includes:
and sequentially extracting commodity sorting processes from the sorting operation process table, executing commodity sorting operation based on the commodity sorting processes, and generating logistics distribution orders corresponding to the commodity orders which are finished with the commodity sorting operation.
Further, when the article sorting operation is performed according to a plurality of article orders, the method further includes:
determining that the types of commodities in the commodity orders are less than a set commodity type threshold value, configuring corresponding commodity sorting processes one by one according to the types of the commodities in the commodity orders, and sequencing the constructed commodity sorting processes to generate the sorting operation process list.
In a second aspect, an embodiment of the present application provides an article sorting apparatus based on a multi-path sorting strategy, including:
the system comprises a correlation module, a sorting module and a control module, wherein the correlation module is used for constructing commodity sorting modes in advance and correlating the commodity sorting modes with corresponding sorting instructions, and the commodity sorting modes comprise a first mode and are used for sorting commodities one by one according to commodity orders; a second mode for sorting the goods according to the delivery address of the goods order; a third mode for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity order;
the mode determining module is used for acquiring a sorting instruction of the current sorting operation and determining the commodity sorting mode related to the current sorting instruction when the commodity sorting operation is carried out according to a plurality of commodity orders;
and the operation module is used for generating a sorting operation flow chart of the plurality of commodity orders based on the corresponding commodity sorting mode, and executing the current commodity sorting operation of the plurality of commodity orders according to the sorting operation flow chart, wherein the sorting operation flow chart comprises a plurality of commodity sorting flows.
In a third aspect, an embodiment of the present application provides an electronic device, including:
a memory and one or more processors;
the memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method of sorting articles based on a multi-path sorting strategy as described in the first aspect.
In a fourth aspect, embodiments of the present application provide a storage medium containing computer-executable instructions for performing the method for sorting articles based on a multi-path sorting strategy as described in the first aspect when executed by a computer processor.
According to the embodiment of the application, the commodity sorting mode is constructed in advance, the commodity sorting mode is associated with the corresponding sorting instruction, when the commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode associated with the current sorting instruction is determined; and generating a sorting operation flow chart of a plurality of commodity orders based on the corresponding commodity sorting mode, and executing the commodity sorting operation of the current commodity orders according to the sorting operation flow chart. Adopt above-mentioned technical means, can solve the technical problem that traditional commodity letter sorting mode is difficult to adapt to actual letter sorting demand, promote commodity letter sorting flexibility, optimize commodity letter sorting mechanism to promote commodity letter sorting efficiency.
Drawings
Fig. 1 is a flowchart of a method for sorting commodities based on a multi-path sorting strategy according to an embodiment of the present application;
fig. 2 is a schematic diagram of an article sorting operation according to a first embodiment of the present application;
fig. 3 is a schematic structural diagram of a commodity sorting apparatus based on a multi-path sorting strategy according to a second embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to a third embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, specific embodiments of the present application will be described in detail with reference to the accompanying drawings. It is to be understood that the specific embodiments described herein are merely illustrative of the application and are not limiting of the application. It should be further noted that, for the convenience of description, only some but not all of the relevant portions of the present application are shown in the drawings. Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
The commodity sorting method based on the multi-path sorting strategy aims to construct commodity sorting modes associated with sorting instructions in advance so as to select corresponding commodity sorting modes to execute commodity sorting operation according to the sorting instructions of users subsequently. Therefore, the flexibility and the adaptability of the commodity sorting operation are improved, the commodity sorting mechanism is optimized, and the commodity sorting efficiency is improved. Compared with the traditional commodity sorting mode, the commodity sorting method is generally used for sorting commodities according to independent orders, the sorting mode is relatively solidified, the flexibility is lacked, and the commodity sorting requirements under different scenes are difficult to meet. Therefore, the commodity sorting method based on the multi-path sorting strategy is provided to solve the technical problem that the traditional commodity sorting method is difficult to adapt to actual sorting requirements.
The first embodiment is as follows:
fig. 1 is a flowchart of a multi-path sorting policy-based method for sorting commodities, according to an embodiment of the present invention, where the multi-path sorting policy-based method for sorting commodities is implemented by a multi-path sorting policy-based commodity sorting device, the multi-path sorting policy-based commodity sorting device may be implemented in a software and/or hardware manner, and the multi-path sorting policy-based commodity sorting device may be formed by two or more physical entities or may be formed by one physical entity. In general, the multi-path sorting strategy-based item sorting facility may be a warehouse item sorting facility or the like.
The following description will be given taking the multi-path sorting policy-based article sorting apparatus as an example of a main body that performs a multi-path sorting policy-based article sorting method. Referring to fig. 1, the commodity sorting method based on the multi-path sorting strategy specifically includes:
s110, pre-constructing commodity sorting patterns, and associating the commodity sorting patterns with corresponding sorting instructions, wherein the commodity sorting patterns comprise a first pattern and are used for sorting commodities one by one according to commodity orders; a second mode for sorting the goods according to the delivery address of the goods order; and the third mode is used for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity orders.
Specifically, before the commodity sorting operation is carried out, a plurality of commodity sorting modes can be constructed in advance, and the commodity sorting modes are associated with corresponding sorting instructions, so that the commodity sorting operation can be conveniently executed in the following commodity sorting modes selected according to the sorting instructions of the user. In the process of constructing the commodity sorting mode, the corresponding commodity sorting mode is set according to the commodity order, the commodity delivery address and the commodity type or size. For the first mode, it is used for sorting goods on a goods order by goods order basis. When the commodities are sorted in the first mode, the commodities are sorted one by one according to the commodity orders, and after the sorting of one commodity order is completed, the next commodity order is sorted. For the second mode, it is used for sorting goods according to the delivery address of each goods order. When the commodities are sorted in the second mode, the commodity orders associated with the dispatching addresses are sorted in a unified mode, so that subsequent commodity dispatching is facilitated. For the third mode, it is used for sorting the commodities according to the commodity type or size of each commodity order. When the commodities are sorted in the third mode, the commodity orders of the same commodity type or similar sizes are sorted in a unified mode, so that sorting timeliness is improved, and a commodity sorting mechanism is optimized.
It can be understood that the commodity sorting can meet the requirement of the user on unified delivery or sorting timeliness of commodities by setting different commodity sorting modes. Aiming at different commodity sorting scenes, a user triggers a corresponding commodity sorting mode through a corresponding sorting instruction so as to adapt to the current commodity sorting requirement and improve the flexibility of commodity sorting.
S120, when the commodity sorting operation is carried out according to the plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode related to the current sorting instruction is determined.
Based on a pre-constructed commodity sorting mode, in the process of carrying out commodity sorting operation on a plurality of commodity orders, a user selects a second mode to carry out commodity sorting operation if the actual sorting requirements of the current commodity orders are in priority of demand dispatch. And if the required sorting timeliness is prior, selecting a third mode to carry out commodity sorting operation. And if the demand order is independently processed, selecting a first mode to carry out commodity sorting operation. And the user inputs a sorting instruction of the current sorting operation through human-computer interaction with the commodity sorting equipment based on the multi-path sorting strategy, and then determines a commodity sorting mode associated with the sorting instruction, and takes the commodity sorting mode as a commodity sorting mode used for sorting the commodities according to the current plurality of commodity orders.
S130, generating a sorting operation flow chart of the commodity orders based on the corresponding commodity sorting mode, and executing the current commodity sorting operation of the commodity orders according to the sorting operation flow chart, wherein the sorting operation flow chart comprises a plurality of commodity sorting flows.
Further, based on the determined commodity sorting mode, the embodiment of the application performs commodity sorting according to the currently used commodity sorting mode. And when the current commodity sorting mode is the first mode, constructing a commodity sorting flow corresponding to a commodity order, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table. It will be appreciated that each item order contains information for the corresponding item type, quantity, size, shipping address, etc. In the first mode, a commodity sorting flow is constructed corresponding to each commodity order, and a plurality of commodity orders have a corresponding quantity of commodity sorting flows, wherein the commodity sorting flows comprise types and quantities of commodities to be sorted. And subsequently, when the corresponding commodity sorting process is executed, extracting a corresponding quantity of the commodities from the corresponding commodity shelf according to the commodity type so as to finish the commodity sorting operation.
And under the condition that the current commodity sorting mode is the second mode, configuring the same commodity sorting process for each commodity order with the delivery address meeting the set first incidence relation by determining the delivery address of each commodity order, and sequencing the constructed plurality of commodity sorting processes to generate the sorting operation process list. The first association relationship may be defined as that the distribution addresses belong to the same region, such as province, city, or even a certain street. The orders associated with the dispatching addresses are configured into a uniform commodity sorting flow, so that all the sorted commodity orders can be uniformly distributed, and the other commodity orders are configured into the commodity sorting flow one by one, so that logistics distribution of subsequent commodities is facilitated, and commodity distribution efficiency is optimized.
And under the condition that the current commodity sorting mode is the third mode, configuring the same commodity sorting flow for each commodity order of which the commodity type or size meets the set second incidence relation by determining the type or size of the commodity in each commodity order, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table. The second association relationship may be defined as the same type of goods or the size difference being within a set threshold. It can be understood that, for each commodity order of the same commodity type, configuring the commodity order as the same commodity sorting process can reduce the time consumption of sorting the commodities. The commodity sorting process of a plurality of orders can be completed by picking up commodities on the corresponding shelf at one time, so that the commodity sorting efficiency is improved. And to the similar commodity order of commodity size, it is comparatively convenient when commodity letter sorting transportation, can not lead to the commodity to pile up inconvenient problem because of the commodity size differs to this can reduce the letter sorting of commodity consuming time equally, promotes commodity letter sorting efficiency.
Based on the different sorting modes, a commodity sorting flow can be correspondingly constructed, and a sorting operation flow table is generated to carry out commodity sorting operation of a plurality of current commodity orders. Optionally, in the embodiment of the present application, when the plurality of established commodity sorting processes are sequenced to generate the sorting operation process table, each commodity sorting process is sequenced according to the sorting priority of each commodity order to generate the corresponding sorting operation process table. The sorting priority of the goods order may be determined according to the order quantity or the total order amount of the goods order. It will be appreciated that the greater the quantity of orders for the goods or the greater the total amount of orders, the higher the sorting priority. After the priority of each commodity order is determined, the commodity sorting processes can be sequenced according to the sorting priority. In the embodiment of the present application, no fixed limitation is imposed on the specific sorting priority and sorting manner, which is not described herein repeatedly.
Further, based on the sorting operation flow table, when the commodity sorting operation is performed, the commodity sorting equipment based on the multi-path sorting strategy sequentially extracts commodity sorting flows from the sorting operation flow table, executes the commodity sorting operation based on the commodity sorting flows, and generates logistics distribution orders corresponding to the commodity orders of which the commodity sorting operation is completed. Referring to fig. 2, the multi-path sorting strategy-based commodity sorting apparatus determines the types and the quantities of commodities to be sorted by reading each commodity sorting process, and then moves to the corresponding commodity shelf to extract the corresponding quantities of commodities, thereby completing the commodity sorting operation. And generating a logistics distribution order corresponding to the sorted commodity order so as to facilitate the logistics distribution of the commodity.
In an embodiment, when the multi-path sorting apparatus sorts commodities according to a plurality of commodity orders, the apparatus may further configure corresponding commodity sorting processes one by one according to the types of commodities in the commodity orders by determining that the types of commodities in the commodity orders are less than a set commodity type threshold, and sort the plurality of constructed commodity sorting processes to generate the sorting operation process table. For example, it is determined that the total number of types of the goods in the current multiple goods orders is two, which is smaller than the set type threshold (e.g. 5). Then, the commodity sorting process is directly constructed by dividing the two types of commodities, and then the commodity sorting operation is respectively carried out according to the two commodity sorting processes. Therefore, the commodity sorting mechanism can be further optimized, and the commodity sorting efficiency is improved.
The method comprises the steps that a commodity sorting mode is constructed in advance, the commodity sorting mode is associated with a corresponding sorting instruction, when commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode associated with the current sorting instruction is determined; and generating a sorting operation flow chart of a plurality of commodity orders based on the corresponding commodity sorting mode, and executing the commodity sorting operation of the current commodity orders according to the sorting operation flow chart. Adopt above-mentioned technical means, can solve the technical problem that traditional commodity letter sorting mode is difficult to adapt to actual letter sorting demand, promote commodity letter sorting flexibility, optimize commodity letter sorting mechanism to promote commodity letter sorting efficiency.
Example two:
on the basis of the foregoing embodiments, fig. 3 is a schematic structural diagram of a commodity sorting apparatus based on a multi-path sorting strategy according to a second embodiment of the present application. Referring to fig. 3, the commodity sorting apparatus based on the multi-path sorting strategy provided in this embodiment specifically includes: an association module 21, a mode determination module 22 and a job module 23.
The association module 21 is configured to pre-construct a commodity sorting pattern, and associate the commodity sorting pattern with a corresponding sorting instruction, where the commodity sorting pattern includes a first pattern, and is used to sort commodities one by one in a commodity order; a second mode for sorting the goods according to the delivery address of the goods order; a third mode for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity order;
the mode determining module 22 is configured to, when a commodity sorting job is performed according to a plurality of commodity orders, obtain a sorting instruction of a current sorting job, and determine the commodity sorting mode associated with the current sorting instruction;
the operation module 23 is configured to generate a sorting operation flow chart of the multiple commodity orders based on the corresponding commodity sorting mode, and execute a commodity sorting operation of the current multiple commodity orders according to the sorting operation flow chart, where the sorting operation flow chart includes multiple commodity sorting flows.
Specifically, the job module 23 includes:
the first operation unit is used for constructing one commodity sorting flow corresponding to one commodity order and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
And the second operation unit is used for determining the delivery addresses of the commodity orders, configuring the same commodity sorting flow for the commodity orders with the delivery addresses meeting the set first incidence relation, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
And the third operation unit is used for determining the types or sizes of the commodities in the commodity orders, configuring the same commodity sorting flow for the commodity orders of which the types or sizes of the commodities meet the set second incidence relation, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
And the generating unit is used for sequencing each commodity sorting flow according to the sorting priority of each commodity order to generate the corresponding sorting operation flow table.
And the execution unit is used for sequentially extracting the commodity sorting flow from the sorting operation flow table, executing the commodity sorting operation based on the commodity sorting flow, and generating a logistics distribution order corresponding to the commodity order which finishes the commodity sorting operation.
The mode determination module 22 includes:
the determining unit is used for determining that the types of the commodities in the commodity orders are less than a set commodity type threshold value, configuring corresponding commodity sorting processes one by one according to the types of the commodities in the commodity orders, and sequencing the constructed commodity sorting processes to generate the sorting operation flow table.
The method comprises the steps that a commodity sorting mode is constructed in advance, the commodity sorting mode is associated with a corresponding sorting instruction, when commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode associated with the current sorting instruction is determined; and generating a sorting operation flow chart of a plurality of commodity orders based on the corresponding commodity sorting mode, and executing the commodity sorting operation of the current commodity orders according to the sorting operation flow chart. Adopt above-mentioned technical means, can solve the technical problem that traditional commodity letter sorting mode is difficult to adapt to actual letter sorting demand, promote commodity letter sorting flexibility, optimize commodity letter sorting mechanism to promote commodity letter sorting efficiency.
The commodity sorting device based on the multi-path sorting strategy provided by the second embodiment of the application can be used for executing the commodity sorting method based on the multi-path sorting strategy provided by the first embodiment, and has corresponding functions and beneficial effects.
Example three:
an embodiment of the present application provides an electronic device, and with reference to fig. 4, the electronic device includes: a processor 31, a memory 32, a communication module 33, an input device 34, and an output device 35. The number of processors in the electronic device may be one or more, and the number of memories in the electronic device may be one or more. The processor, memory, communication module, input device, and output device of the electronic device may be connected by a bus or other means.
The memory 32 may be implemented as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the multi-path sorting strategy-based item sorting method according to any embodiment of the present application (e.g., association module, mode determination module, and job module in a multi-path sorting strategy-based item sorting apparatus). The memory can mainly comprise a program storage area and a data storage area, wherein the program storage area can store an operating system and an application program required by at least one function; the storage data area may store data created according to use of the device, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory may further include memory located remotely from the processor, and these remote memories may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The communication module 33 is used for data transmission.
The processor 31 executes software programs, instructions and modules stored in the memory so as to execute various functional applications of the apparatus and data processing, that is, to implement the above-described commodity sorting method based on the multi-path sorting strategy.
The input device 34 may be used to receive entered numeric or character information and to generate key signal inputs relating to user settings and function controls of the apparatus. The output device 35 may include a display device such as a display screen.
The electronic device provided above can be used to execute the method for sorting commodities based on a multi-path sorting strategy provided in the first embodiment above, and has corresponding functions and advantages.
Example four:
embodiments of the present application also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a method for multi-path sorting policy-based item sorting, the method comprising: the method comprises the steps of constructing commodity sorting modes in advance, associating the commodity sorting modes with corresponding sorting instructions, wherein the commodity sorting modes comprise a first mode and are used for sorting commodities one by one according to commodity orders; a second mode for sorting the goods according to the delivery address of the goods order; a third mode for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity order; when the commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode related to the current sorting instruction is determined; and generating a sorting operation flow chart of the plurality of commodity orders based on the corresponding commodity sorting mode, and executing the current commodity sorting operation of the plurality of commodity orders according to the sorting operation flow chart, wherein the sorting operation flow chart comprises a plurality of commodity sorting flows. Storage medium-any of various types of memory devices or storage devices. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDR RAM, SRAM, EDO RAM, Lanbas (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in a first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the internet). The second computer system may provide program instructions to the first computer for execution. The term "storage medium" may include two or more storage media residing in different locations, e.g., in different computer systems connected by a network. The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Of course, the storage medium provided in the embodiments of the present application contains computer-executable instructions, and the computer-executable instructions are not limited to the article sorting method based on the multi-path sorting policy described above, and may also perform related operations in the article sorting method based on the multi-path sorting policy provided in any embodiments of the present application.
The article sorting apparatus, the storage medium, and the electronic device based on the multi-path sorting strategy provided in the foregoing embodiments may perform the article sorting method based on the multi-path sorting strategy provided in any embodiment of the present application, and the technical details not described in detail in the foregoing embodiments may be referred to the article sorting method based on the multi-path sorting strategy provided in any embodiment of the present application.
The foregoing is considered as illustrative of the preferred embodiments of the invention and the technical principles employed. The present application is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present application has been described in more detail with reference to the above embodiments, the present application is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present application, and the scope of the present application is determined by the scope of the claims.

Claims (10)

1. A method for sorting articles based on a multi-path sorting strategy, comprising:
the method comprises the steps of constructing commodity sorting modes in advance, associating the commodity sorting modes with corresponding sorting instructions, wherein the commodity sorting modes comprise a first mode and are used for sorting commodities one by one according to commodity orders; a second mode for sorting the goods according to the delivery address of the goods order; a third mode for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity order;
when the commodity sorting operation is carried out according to a plurality of commodity orders, the sorting instruction of the current sorting operation is obtained, and the commodity sorting mode related to the current sorting instruction is determined;
and generating a sorting operation flow chart of the plurality of commodity orders based on the corresponding commodity sorting mode, and executing the current commodity sorting operation of the plurality of commodity orders according to the sorting operation flow chart, wherein the sorting operation flow chart comprises a plurality of commodity sorting flows.
2. The multi-path sorting strategy-based item sorting method according to claim 1, wherein, in a case where the corresponding item sorting pattern is a first pattern, the generating of the sorting workflow table for the plurality of item orders based on the corresponding item sorting pattern comprises:
and constructing one commodity sorting flow corresponding to one commodity order, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
3. The method of claim 2, wherein the sorting the plurality of established product sorting processes to generate the sorting workflow table comprises:
and sequencing the commodity sorting flows according to the sorting priority of each commodity order to generate the corresponding sorting operation flow table.
4. The multi-path sorting strategy-based item sorting method according to claim 1, wherein, in a case where the corresponding item sorting pattern is a second pattern, the generating of the sorting workflow table for the plurality of item orders based on the corresponding item sorting pattern comprises:
and determining the delivery address of each commodity order, configuring the same commodity sorting process for each commodity order with the delivery address meeting the set first incidence relation, and sequencing the constructed plurality of commodity sorting processes to generate the sorting operation process list.
5. The multi-path sorting strategy-based item sorting method according to claim 1, wherein, in a case where the corresponding item sorting pattern is a third pattern, the generating of the sorting workflow table for the plurality of item orders based on the corresponding item sorting pattern comprises:
determining the types or sizes of commodities in the commodity orders, configuring the same commodity sorting flow for the commodity orders of which the types or sizes of the commodities meet the set second incidence relation, and sequencing the constructed plurality of commodity sorting flows to generate the sorting operation flow table.
6. The multi-path sorting strategy-based item sorting method according to claim 1, wherein performing the item sorting job of the plurality of item orders according to the sorting job flow chart comprises:
and sequentially extracting commodity sorting processes from the sorting operation process table, executing commodity sorting operation based on the commodity sorting processes, and generating logistics distribution orders corresponding to the commodity orders which are finished with the commodity sorting operation.
7. The method for sorting commodities based on a multi-path sorting strategy according to claim 1, further comprising, when carrying out a commodity sorting job based on a plurality of commodity orders:
determining that the types of commodities in the commodity orders are less than a set commodity type threshold value, configuring corresponding commodity sorting processes one by one according to the types of the commodities in the commodity orders, and sequencing the constructed commodity sorting processes to generate the sorting operation process list.
8. An apparatus for sorting articles based on a multi-path sorting strategy, comprising:
the system comprises a correlation module, a sorting module and a control module, wherein the correlation module is used for constructing commodity sorting modes in advance and correlating the commodity sorting modes with corresponding sorting instructions, and the commodity sorting modes comprise a first mode and are used for sorting commodities one by one according to commodity orders; a second mode for sorting the goods according to the delivery address of the goods order; a third mode for sorting the commodities according to the types or sizes of the corresponding commodities in the commodity order;
the mode determining module is used for acquiring a sorting instruction of the current sorting operation and determining the commodity sorting mode related to the current sorting instruction when the commodity sorting operation is carried out according to a plurality of commodity orders;
and the operation module is used for generating a sorting operation flow chart of the plurality of commodity orders based on the corresponding commodity sorting mode, and executing the current commodity sorting operation of the plurality of commodity orders according to the sorting operation flow chart, wherein the sorting operation flow chart comprises a plurality of commodity sorting flows.
9. An electronic device, comprising:
a memory and one or more processors;
the memory 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 sorting articles based on a multi-path sorting strategy according to any one of claims 1-7.
10. A storage medium containing computer-executable instructions for performing the method of multi-path sorting strategy based item sorting according to any one of claims 1-7 when executed by a computer processor.
CN202110874370.8A 2021-07-30 2021-07-30 Commodity sorting method and device based on multi-path sorting strategy Pending CN113705974A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110874370.8A CN113705974A (en) 2021-07-30 2021-07-30 Commodity sorting method and device based on multi-path sorting strategy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110874370.8A CN113705974A (en) 2021-07-30 2021-07-30 Commodity sorting method and device based on multi-path sorting strategy

Publications (1)

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

Family

ID=78651045

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110874370.8A Pending CN113705974A (en) 2021-07-30 2021-07-30 Commodity sorting method and device based on multi-path sorting strategy

Country Status (1)

Country Link
CN (1) CN113705974A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005206281A (en) * 2004-01-20 2005-08-04 Hitachi Ltd Order integration control system, order integration control method, and order integration control program
JP2008239337A (en) * 2007-03-29 2008-10-09 Nippon Express Co Ltd Picking work control system
WO2019071930A1 (en) * 2017-10-11 2019-04-18 北京京东尚科信息技术有限公司 Method and apparatus for sorting goods
CN110348778A (en) * 2019-06-05 2019-10-18 菜鸟智能物流控股有限公司 Order item picking system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005206281A (en) * 2004-01-20 2005-08-04 Hitachi Ltd Order integration control system, order integration control method, and order integration control program
JP2008239337A (en) * 2007-03-29 2008-10-09 Nippon Express Co Ltd Picking work control system
WO2019071930A1 (en) * 2017-10-11 2019-04-18 北京京东尚科信息技术有限公司 Method and apparatus for sorting goods
CN110348778A (en) * 2019-06-05 2019-10-18 菜鸟智能物流控股有限公司 Order item picking system and method

Similar Documents

Publication Publication Date Title
JP7072054B2 (en) Methods and equipment for sorting cargo
CN108846609A (en) Picking method, device, server and medium based on order taking responsibility
CN107203866B (en) Order processing method and device
CN113019959B (en) Article sorting method, apparatus, electronic device and computer readable medium
CN107679103B (en) Attribute analysis method and system for entity
CN107292560A (en) Material storage management method and system
CN112184393A (en) Order transaction method for Internet e-commerce
CN105590243A (en) Method, system, client, and server for centralized processing on discrete data
CN106934648A (en) A kind of data processing method and device
CN103514207A (en) Method and device for pushing service objects
CN106326243A (en) Data processing method and apparatus
CN108320115A (en) Storage location distributor and storage location distribution method
CN103699549B (en) The renewal of a kind of graphic code storehouse, querying method and relevant apparatus
CN111415196A (en) Advertisement recall method, device, server and storage medium
CN103793828A (en) Electronic shopping method and device
WO2016169429A1 (en) Information processing method and device for collaborative relationship of logistics resources
CN113705974A (en) Commodity sorting method and device based on multi-path sorting strategy
CN113680713B (en) Commodity sorting method and device
CN112001664A (en) Method, device, equipment and storage medium for generating return task
CN106067130A (en) The automatic generation method in commodity distribution region and system
CN111667208B (en) Method, device, equipment and medium for controlling storage of articles
CN115129466A (en) Cloud computing resource hierarchical scheduling method, system, device and medium
RU93558U1 (en) SOCIAL TRADE AND FINANCIAL NETWORK
CN112036937B (en) Commodity pricing method, device, computer equipment and storage medium
CN114330903A (en) Mobile robot transportation scheduling method, device, equipment and storage medium

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