CN113535778A - Electronic sales order form-combining and delivery method and device, computer storage medium and terminal - Google Patents

Electronic sales order form-combining and delivery method and device, computer storage medium and terminal Download PDF

Info

Publication number
CN113535778A
CN113535778A CN202110711588.1A CN202110711588A CN113535778A CN 113535778 A CN113535778 A CN 113535778A CN 202110711588 A CN202110711588 A CN 202110711588A CN 113535778 A CN113535778 A CN 113535778A
Authority
CN
China
Prior art keywords
electronic sales
order
invoice
sales orders
orders
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
CN202110711588.1A
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.)
Hunan Huxuan Clothing Co ltd
Original Assignee
Hunan Huxuan Clothing 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 Hunan Huxuan Clothing Co ltd filed Critical Hunan Huxuan Clothing Co ltd
Priority to CN202110711588.1A priority Critical patent/CN113535778A/en
Publication of CN113535778A publication Critical patent/CN113535778A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders
    • G06Q10/0875Itemisation or classification of parts, supplies or services, e.g. bill of materials

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Economics (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Accounting & Taxation (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a device for electronic sales order form-closing and delivery, a computer storage medium and a terminal, comprising the following steps: s1: downloading at least two electronic sales orders at different platforms or the same platform but different stores and caching the electronic sales orders in a redis memory; s2: judging whether at least two of the electronic sales orders in the cache meet order combination conditions: if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice; if not, all electronic sales orders which do not meet the order-closing condition are converted into one-to-one corresponding invoice; s3: and pushing the invoice to the warehouse so that the warehouse delivers goods according to the invoice. The method adopts the redis memory to cache the electronic sales order, thereby accelerating the calculation speed of order combination, reducing the direct interaction times with the database and improving the system stability. The device and the method are in one-to-one correspondence. The computer storage medium and the processor of the terminal each have stored thereon a program for executing the method.

Description

Electronic sales order form-combining and delivery method and device, computer storage medium and terminal
Technical Field
The invention belongs to the field of electronic commerce, and particularly relates to a method and a device for sending electronic sales orders by combining orders, a computer storage medium and a terminal.
Background
At present, in the e-commerce industry, in view of cost saving, environmental protection, resource saving and the like, an order combining method is adopted under the condition that practical operation is feasible, namely a plurality of orders of a same customer are combined into a whole to be sent out together. The existing information system processing schemes are all simple matching based on addresses, names and the like, and are sent out by a warehouse system according to the operation frequency. The operation can also be completed in the warehouse management system, but all the solutions are matched by at least three dimensions of address, recipient and contact way, and when the three dimensions have slight difference, the system cannot be merged, so that the original purpose cannot be achieved.
For example, in order to avoid the limitation of other systems, a purchaser sometimes uses the same address and the same telephone, but the recipient is different, or the same address and the same recipient are different, or the address is finely adjusted, for example, "martin north of hu" is changed to "martin north of hu", and "garden in jianghan road No. 10" is changed to "jianghan road No. 10 subsidiary food store", so that the above-mentioned manner is avoided, and the existing conventional order-combining system cannot combine the orders, thereby increasing the cost and wasting logistics resources.
Therefore, the chinese patent application 201710052903.8 discloses an order combining method and an order combining system for electronic commerce orders, which can effectively solve the above technical problems, but the above order combining method and the above order combining system have slow combining speed and poor system stability, and still it is difficult to meet the use requirements of users.
Disclosure of Invention
In order to overcome the defects of the prior art, the first invention of the invention aims to provide an electronic sales order-closing and goods-sending method which not only can effectively improve the order-closing speed, but also can improve the system stability of a server; the second invention of the invention aims to provide an electronic sales order and goods delivery device which corresponds to the electronic sales order and goods delivery method one by one; a third object of the present invention is to provide a computer storage medium storing a computer program for operating the electronic sales order contract issuing method; a fourth object of the present invention is to provide a terminal whose memory stores a computer program for executing the electronic sales order compilation and delivery method.
In order to achieve the first object, the invention adopts the following technical scheme:
the electronic sales order form-combining and delivery method is applied to a server and comprises the following steps:
s1: downloading at least two electronic sales orders at different platforms or the same platform but different stores and caching the electronic sales orders into a redis memory;
s2: judging whether at least two of the electronic sales orders in the cache meet order combination conditions:
if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice;
if not, all electronic sales orders which do not meet the order-closing condition are converted into the invoice corresponding to the electronic sales orders one by one;
s3: and pushing the invoice to the warehouse so that the warehouse delivers goods according to the invoice.
Further, the electronic sales order and bill issuing method of the present invention further includes S4:
the instruction repository marks the status of the corresponding invoice as shipped after shipment.
Preferably, the electronic sales order and bill issuing method according to the present invention further includes S5:
and returning logistics information to a corresponding platform according to the electronic sales order corresponding to the invoice so as to modify the state of the corresponding electronic sales order number into a delivery state.
Further, before S3, S3 ″ is included:
the electronic sales order in the redis memory is released.
Further, before S2, S2 ″ is included:
the electronic sales order is saved to a database to persist the data.
Further, the platform comprises tremble, fast hand, Taobao, Jingdong, Zan, Weipin, Shuichou, Miduo, Mie, Small Red book, Fake Chengcheng, Mushroom street, shop # 1, Amazon, Dode, and Tiger.
Further, the order combining condition is as follows: at least three items of the consignee, the consignee address, the consignee telephone and the delivery warehouse in different electronic sales orders are identical.
In order to achieve the second object, the invention adopts the following technical scheme:
electronic sales order closes single device of delivering goods, includes as follows:
the download module is used for downloading at least two electronic sales orders on different platforms or the same platform but different shops and caching the electronic sales orders into a redis memory;
the order combination judging module is used for judging whether at least two of the electronic sales orders meet the order combination condition:
if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice;
if not, all electronic sales orders which do not meet the order-closing condition are converted into the invoice corresponding to the electronic sales orders one by one;
and the delivery module is used for pushing the invoice to the warehouse so that the warehouse delivers according to the invoice.
In order to achieve the third object, the invention adopts the following technical scheme:
a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the above-described electronic sales order filing and shipping method.
In order to achieve the fourth object, the invention adopts the following technical scheme:
and the terminal comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps of the electronic sales order form-closing and delivery method when executing the computer program.
Compared with the prior art, the invention has the beneficial effects that:
1. according to the electronic sales order form combination and delivery method, the electronic sales order is cached by the redis memory, so that the calculation speed of the combination is accelerated, the number of times of direct interaction with the database is reduced, and the system stability of the server is improved;
2. according to the electronic sales order form combination and delivery method, the electronic sales orders in the redis memory can be released, so that the electronic sales order form data which is finished in form combination or converted is not required to continuously occupy the space of the redis memory, the space is released, and the working efficiency of the redis memory is greatly improved after new electronic sales order form data comes in;
3. according to the electronic sales order form combination and delivery method, the form combination condition is defined as that at least three items of consignees, consignee addresses, consignee telephones and delivery warehouses in different electronic sales orders are completely the same, so that compared with the prior invention patent application 201710052903.8, the accuracy of the form combination is improved.
The present invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart of a preferred embodiment of the electronic sales order form-closing/shipping method of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention are clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, belong to the scope of the present invention.
Fig. 1 shows an electronic sales order-closing and delivering method applied to a server, which specifically includes the following steps:
s1: downloading at least two electronic sales orders at different platforms or the same platform but different stores and caching the electronic sales orders into a redis memory;
s2': synchronously storing the electronic sales orders into a database to persist data;
s2: judging whether at least two of the electronic sales orders meet order-closing conditions:
if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice;
if not, all electronic sales orders which do not meet the order-closing condition are converted into the invoice corresponding to the electronic sales orders one by one;
s3': releasing the electronic sales orders cached in the redis memory;
s3: pushing the invoice to a warehouse so that the warehouse delivers goods according to the invoice;
s4: the instruction warehouse marks the state of the corresponding invoice as a shipped state after shipping;
s5: and returning logistics information to a corresponding platform according to the electronic sales order corresponding to the invoice so as to modify the state of the corresponding electronic sales order number into a delivery state.
Wherein, the platform comprises tremble, fast hand, Taobao, Jingdong, like, Wei Hui, Shuizuo, Miao, small red book, Fake Chenghui, mushroom street, No. 1 shop, Amazon, acquaintance and tiger teeth.
The order combining conditions are as follows: at least three items of the consignee, the consignee address, the consignee telephone and the delivery warehouse in different electronic sales orders are identical.
It should be noted that the specific amount of the electronic order is set according to the actual use requirement of the user, and it should not be construed as a limitation to the scope of the present invention for those skilled in the art.
It should be noted that the order combination condition is defined as that at least three items of the receiver, the receiver address, the receiver telephone and the delivery warehouse in different electronic sales orders are completely the same, so that the accuracy of order combination is improved.
It should be noted that the database is a MYSQL database, which not only can effectively solidify the same electronic sales orders stored in the redis memory, but also can be read from the MYSQL database to the redis memory again even if the electronic sales order data stored in the redis memory disappears due to power failure or sudden restart during use, thereby achieving the purpose of recovering the data in the redis memory and greatly improving the security of data recording.
The following describes specific contents of the electronic sales order form-closing and delivery method according to the present invention with reference to a specific application scenario:
respectively downloading 1 electronic sales order on Taobao and Kyoto, wherein the two electronic sales orders are an electronic sales order A and an electronic sales order B, and caching the electronic sales orders into a redis memory.
And synchronously storing the electronic sales order A and the electronic sales order B into a MYSQL database.
Judging whether the electronic sales order A and the electronic sales order B in the cache meet the order combination condition:
if yes, automatically combining the electronic sales orders A and B into an invoice;
if not, respectively converting the electronic sales order A and the electronic sales order B into one-to-one invoice;
that is, specifically: and traversing the receiver (such as Zhang III)), the receiver address (such as Tianheyuan forest and street 234 of Guangzhou city of Guangdong province), the receiver telephone (fixed telephone: 020-:
1. the receiver, the receiver address and the receiver telephone are completely the same; for example, the recipients are: zhang III, the addresses of the recipients are: the addressee's telephone number 234, the Tianhe forest and street in Guangzhou city, Guangdong province, are: 020-;
2. the address of the receiver, the telephone of the receiver and the delivery warehouse are completely the same; for example, the recipient addresses are: the addressee's telephone number 234, the Tianhe forest and street in Guangzhou city, Guangdong province, are: 020-: southern china warehouse, guangzhou warehouse No. 1.
3. The delivery warehouse, the receiver and the receiver address are completely the same; for example, the recipients are: zhang III, the addresses of the recipients are: tianheyuan forest and street 234, Guangzhou city, Guangdong province, delivery warehouses are: guangzhou warehouse, No. 1;
4. the recipient, the recipient address, the recipient phone, and the shipping warehouse are identical. For example, the recipients are: zhang III, the addresses of the recipients are: the addressee's telephone number 234, the Tianhe forest and street in Guangzhou city, Guangdong province, are: 020-: southern china warehouse, guangzhou warehouse No. 1.
If not, the electronic sales order A and the electronic sales order B are divided into two different invoices, and the invoice numbers are FHD000456 and FHD000789 respectively.
Then pushing the invoice to a warehouse so that the warehouse delivers goods according to the invoice;
the instruction warehouse marks the state of the corresponding invoice as a shipped state after shipping;
and finally, returning logistics information to Taobao and Jingdong according to the electronic sales order corresponding to the invoice so as to modify the state of the corresponding electronic sales order number into a delivery state.
The invention also discloses an electronic sales order combination and delivery device which corresponds to the electronic sales order combination and delivery method one by one, and the electronic sales order combination and delivery device comprises the following components:
the download module is used for downloading at least two electronic sales orders on different platforms or the same platform but different shops and caching the electronic sales orders into a redis memory;
the data persistence module is used for synchronously storing the electronic sales orders into the database so as to persist data;
the order combination judging module is used for judging whether at least two of the electronic sales orders meet the order combination condition:
if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice;
if not, all electronic sales orders which do not meet the order-closing condition are converted into the invoice corresponding to the electronic sales orders one by one;
the cache releasing module is used for releasing the electronic sales orders in the redis memory;
and the delivery module is used for pushing the invoice to the warehouse so that the warehouse delivers according to the invoice.
The marking module is used for instructing the warehouse to mark the state of the corresponding invoice as a shipped state after shipment;
and the logistics information returning module is used for returning the logistics information to the corresponding platform according to the electronic sales order corresponding to the invoice so as to modify the state of the corresponding electronic sales order number into the delivery state.
The invention also discloses a computer storage medium, wherein a computer program is stored on the computer storage medium, and the computer program realizes the steps of the method for sending the electronic sales order combined order when being executed by a processor.
The invention also discloses a terminal which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps of the electronic sales order form-combining and sending method when executing the computer program.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, but rather as the subject matter of any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention.

Claims (10)

1. The electronic sales order form-combining and delivery method is applied to a server and is characterized by comprising the following steps of:
s1: downloading at least two electronic sales orders at different platforms or the same platform but different shops, and caching the electronic sales orders into a redis memory;
s2: judging whether at least two of the electronic sales orders in the cache meet order combination conditions:
if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice;
if not, all electronic sales orders which do not meet the order-closing condition are converted into the invoice corresponding to the electronic sales orders one by one;
s3: and pushing the invoice to the warehouse so that the warehouse delivers goods according to the invoice.
2. The electronic sales order contract order issuing method according to claim 1, wherein: further comprising S4: the instruction repository marks the status of the corresponding invoice as shipped after shipment.
3. The electronic sales order contract order issuing method according to claim 2, wherein: further comprising S5:
and returning logistics information to a corresponding platform according to the electronic sales order corresponding to the invoice so as to modify the state of the corresponding electronic sales order number into a delivery state.
4. The electronic sales order contract order delivery method according to any of claims 1-3, wherein: prior to S3, further comprising S3 ":
releasing the electronic sales orders cached in the redis memory.
5. The electronic sales order contract order delivery method according to any of claims 1-3, wherein:
prior to S2, further comprising S2 ":
the electronic sales orders are synchronously saved to a database to persist the data.
6. The electronic sales order contract order delivery method according to any of claims 1-3, wherein: the platform comprises tremble, fast hand, Taobao, Jingdong, praise, Wei Pin, Shuidu, Midou, small red book, Fake Chenghui, mushroom street, shop No. 1, Amazon, acquaintance and tiger teeth.
7. The electronic sales order contract order delivery method according to any of claims 1-3, wherein: the order combining conditions are as follows: at least three items of a receiver, a receiver address, a receiver telephone and a delivery warehouse in different electronic sales orders are completely the same.
8. Electronic sales order closes single device of delivering goods, its characterized in that includes as follows:
the download module is used for downloading at least two electronic sales orders on different platforms or the same platform but different shops and caching the electronic sales orders into a redis memory;
the order combination judging module is used for judging whether at least two of the electronic sales orders meet the order combination condition:
if yes, combining at least two electronic sales orders meeting the order combining condition into an invoice;
if not, all electronic sales orders which do not meet the order-closing condition are converted into the invoice corresponding to the electronic sales orders one by one;
and the delivery module is used for pushing the invoice to the warehouse so that the warehouse delivers according to the invoice.
9. Computer storage medium on which a computer program is stored, characterized in that the computer program, when being executed by a processor, realizes the steps of the method of any one of claims 1 to 7.
10. Terminal comprising a memory and a processor, the memory having stored therein a computer program, characterized in that the processor realizes the steps of the method according to any of claims 1 to 7 when executing the computer program.
CN202110711588.1A 2021-06-25 2021-06-25 Electronic sales order form-combining and delivery method and device, computer storage medium and terminal Pending CN113535778A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110711588.1A CN113535778A (en) 2021-06-25 2021-06-25 Electronic sales order form-combining and delivery method and device, computer storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110711588.1A CN113535778A (en) 2021-06-25 2021-06-25 Electronic sales order form-combining and delivery method and device, computer storage medium and terminal

Publications (1)

Publication Number Publication Date
CN113535778A true CN113535778A (en) 2021-10-22

Family

ID=78125865

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110711588.1A Pending CN113535778A (en) 2021-06-25 2021-06-25 Electronic sales order form-combining and delivery method and device, computer storage medium and terminal

Country Status (1)

Country Link
CN (1) CN113535778A (en)

Cited By (2)

* 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
CN116664220A (en) * 2023-04-13 2023-08-29 广州商研网络科技有限公司 Method for delivering bills in batches, device, equipment and medium thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107203921A (en) * 2017-04-20 2017-09-26 多点生活(中国)网络科技有限公司 Sequence information merging treatment method and system
CN107239986A (en) * 2017-04-20 2017-10-10 多点生活(中国)网络科技有限公司 Order settlement method, order processing client, order management platform
CN108171561A (en) * 2017-11-29 2018-06-15 商派软件有限公司 A kind of full channel order merging treatment method
CN111402005A (en) * 2020-03-18 2020-07-10 上海东普信息科技有限公司 E-commerce ERP system and management method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107203921A (en) * 2017-04-20 2017-09-26 多点生活(中国)网络科技有限公司 Sequence information merging treatment method and system
CN107239986A (en) * 2017-04-20 2017-10-10 多点生活(中国)网络科技有限公司 Order settlement method, order processing client, order management platform
CN108171561A (en) * 2017-11-29 2018-06-15 商派软件有限公司 A kind of full channel order merging treatment method
CN111402005A (en) * 2020-03-18 2020-07-10 上海东普信息科技有限公司 E-commerce ERP system and management method thereof

Cited By (2)

* 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
CN116664220A (en) * 2023-04-13 2023-08-29 广州商研网络科技有限公司 Method for delivering bills in batches, device, equipment and medium thereof

Similar Documents

Publication Publication Date Title
CA2761180C (en) Processing shipment status events
CN113535778A (en) Electronic sales order form-combining and delivery method and device, computer storage medium and terminal
CN102214187B (en) Complex event processing method and device
US8261983B2 (en) Generating customized packaging
US7461091B2 (en) Controlling data transition between business processes in a computer application
US20150039707A1 (en) Document processing
CN111125496B (en) Price query method, device and system
CN102663009B (en) Web-service integration method supporting data privatization of enterprise users
CN111538774B (en) Data storage and display method, system, equipment and storage medium
CN103327052A (en) Data storage method and system and data visiting method and system
CN102999608A (en) System and method for tree table demonstration of large data
CN103631791A (en) Information fusion classification display method and system
CN112035414B (en) Metadata streaming method, apparatus and computer readable medium
CN107644017A (en) The querying method and device of journal file
US9916361B2 (en) Dynamically mapping zones
CN105760911A (en) Method and device for applying associated identification codes
CN104714923A (en) Method and device for achieving equipment sharing
CN112001664A (en) Method, device, equipment and storage medium for generating return task
Haron et al. Critical success factors on delivery preferences of e-commerce in Malaysia
CN114880678A (en) Authority management method, device, equipment and storage medium
CN113034077A (en) Information processing method, system, electronic device, storage medium, and program product
US20020055963A1 (en) Data interchange system, data interchange instrument and method thereof
CN105844388A (en) Enterprise internal operation system
CN111240785A (en) Page generation method and device
CN112258244A (en) Method, device, equipment and storage medium for determining task of target object

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