CN111144819A - Material matching method, system, equipment and readable storage medium - Google Patents

Material matching method, system, equipment and readable storage medium Download PDF

Info

Publication number
CN111144819A
CN111144819A CN201911385163.5A CN201911385163A CN111144819A CN 111144819 A CN111144819 A CN 111144819A CN 201911385163 A CN201911385163 A CN 201911385163A CN 111144819 A CN111144819 A CN 111144819A
Authority
CN
China
Prior art keywords
material model
inventory
acquiring
model
models
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
CN201911385163.5A
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.)
Ickey Shanghai Internet Technology Co ltd
Original Assignee
Ickey Shanghai Internet 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 Ickey Shanghai Internet Technology Co ltd filed Critical Ickey Shanghai Internet Technology Co ltd
Priority to CN201911385163.5A priority Critical patent/CN111144819A/en
Publication of CN111144819A publication Critical patent/CN111144819A/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)
  • General Factory Administration (AREA)

Abstract

The application discloses a method for preparing a material list, which comprises the following steps: acquiring a bill of materials, and determining material requirements according to the bill of materials; acquiring a material model meeting the material requirement from a material database; acquiring inventory parameters of each material model from a preset information table; and screening and outputting the models of the saleable materials from each material model according to the inventory parameters. According to the method and the device, the inventory parameters of each material model are acquired from the preset information table, the saleable material models are screened from each material model according to the inventory parameters and output, the models which do not meet the requirements do not need to be manually removed by workers, the saleable material models are screened from each material model according to the inventory parameters acquired from the preset information table, the dispensing efficiency is greatly improved, and the user experience is improved. The application also provides a system, equipment and a readable storage medium for preparing the material list, and the system, the equipment and the readable storage medium have the beneficial effects.

Description

Material matching method, system, equipment and readable storage medium
Technical Field
The present application relates to the field of material matching, and in particular, to a method, a system, a device, and a readable storage medium for matching a material.
Background
A Bill of Material (BOM), i.e. a file describing a product structure in a data format, is a data file of the product structure that can be recognized by a computer, and is also a dominant file of an Enterprise Resource Planning (ERP) system. BOM allows the system to identify product structures and is also a link to and communicate with various business of the enterprise.
The BOM matching sheet provides a channel for quickly finding the needed materials for the client, if the materials needed by the client are passive devices, under the condition that key parameters of the matching sheet of the materials are the same, a plurality of models can be generally found to meet the requirements of the client, and the system needs to quickly find the optimal model with a good source from the models and recommend the optimal model to the client.
In the existing BOM list matching process, workers are required to find out models meeting requirements according to key parameters of passive devices, the models which do not meet the requirements are eliminated one by one, and then the models meeting the requirements are recommended to users. However, because the number of models meeting the conditions is usually large, it is very time-consuming for the worker to remove the models one by one, which results in low matching efficiency and affects user experience.
Therefore, how to improve the efficiency of material preparation is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a method, a system, equipment and a readable storage medium for material matching, which are used for improving the efficiency of material matching.
In order to solve the technical problem, the application provides a method for preparing a material order, which comprises the following steps:
acquiring a bill of materials, and determining material requirements according to the bill of materials;
acquiring a material model meeting the material requirement from a material database;
acquiring inventory parameters of each material model from a preset information table;
and screening and outputting the types of the saleable materials from each material type according to the inventory parameters.
Optionally, the obtaining the inventory parameter of each material model from the preset information table includes:
acquiring the inventory quantity of each material model from an inventory table;
acquiring a control state parameter of each material model from a preset control table;
and acquiring the forbidden state parameter of each material model from the black list table.
Optionally, screening and outputting the saleable material models from each material model according to the inventory parameters includes:
deleting the material models of which the stock quantity is smaller than a first threshold value from each material model;
deleting the material model of which the control state parameter is in the control state;
deleting the material model with the forbidden state parameter as forbidden state;
and taking the residual material model as the saleable material model and outputting the saleable material model.
Optionally, the method further includes:
monitoring the change state of the preset information table;
when monitoring that the data change occurs in the preset information table, storing the changed data into a message queue;
updating the inventory parameters of each material model according to the change data in the message queue;
and screening the saleable material models from each material model again according to the updated inventory parameters and outputting the saleable material models.
Optionally, monitoring the change state of the preset information table includes:
and synchronizing BINLOG files in the database, and monitoring the change state of the preset information table in real time.
Optionally, the message queue is specifically a distributed high-concurrency message queue.
The present application further provides a system for material ordering, the system comprising:
the first acquisition module is used for acquiring a bill of materials and determining material requirements according to the bill of materials;
the second acquisition module is used for acquiring the material model meeting the material requirement from the material database;
the third acquisition module is used for acquiring the inventory parameter of each material model from a preset information table;
and the first screening module is used for screening and outputting the types of the materials which can be sold from each material type according to the inventory parameters.
Optionally, the third obtaining module includes:
the first acquisition submodule is used for acquiring the inventory quantity of each material model from an inventory table;
the second obtaining submodule is used for obtaining the control state parameter of each material model from a preset control table;
and the third obtaining submodule is used for obtaining the forbidden state parameter of each material model from the black list table.
The application also provides a material matching equipment, and the material matching equipment comprises:
a memory for storing a computer program;
a processor for implementing the steps of the method of material ordering as claimed in any one of the above when said computer program is executed.
The present application also provides a readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of material batching as defined in any one of the preceding claims.
The method for preparing the material bill comprises the following steps: acquiring a bill of materials, and determining material requirements according to the bill of materials; acquiring a material model meeting the material requirement from a material database; acquiring inventory parameters of each material model from a preset information table; and screening and outputting the models of the saleable materials from each material model according to the inventory parameters.
The technical scheme that this application provided, through confirming the material demand according to the bill of material, then acquire the material model that satisfies the material demand from the material database, acquire the inventory parameter of every material model from presetting the information table at last, and according to the inventory parameter screening can sell the material model and export from every material model, need not staff's manual model of getting rid of and not meeting the requirement, but according to the inventory parameter that obtains in presetting the information table screening can sell the material model from every material model, very big improvement join in marriage single efficiency, user experience has been promoted. The application also provides a system, equipment and readable storage medium for preparing the material list, which have the beneficial effects and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for preparing a material list according to an embodiment of the present disclosure;
FIG. 2 is a flow chart of another method for material ordering provided by an embodiment of the present application;
fig. 3 is a flow chart of a material recipe provided in an embodiment of the present application;
fig. 4 is a block diagram of a system for preparing a material order according to an embodiment of the present disclosure;
FIG. 5 is a block diagram of another material ordering system provided in an embodiment of the present application;
fig. 6 is a structural diagram of a material batching device provided in an embodiment of the present application.
Detailed Description
The core of the application is to provide a method, a system, equipment and a readable storage medium for material matching, which are used for improving the efficiency of material matching.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a flowchart of a material matching method according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s101: acquiring a bill of materials, and determining material requirements according to the bill of materials;
based on the fact that in the existing BOM list matching process, workers need to find out models meeting requirements according to key parameters of passive devices, the models which do not meet the requirements are eliminated one by one, and then the models meeting the requirements are recommended to users. However, because the number of models meeting the conditions is usually large, it is very time-consuming for the workers to arrange and remove the models one by one, so that the matching efficiency is low, and the user experience is influenced; the application provides a method for preparing a material list, which is used for solving the problems;
the bill of materials referred to herein is a technical document describing the composition of an enterprise product, which in the processing capital-based industry indicates the structural relationship between the assembly, subassembly, component, part, and up to the raw materials of the product, as well as the quantities required; after the bill of materials is obtained, the material requirements are determined according to the bill of materials, and the material requirements mentioned herein can include but are not limited to requirements on attributes such as types, materials, quantity and the like of materials;
optionally, the method for acquiring the bill of material may be receiving the bill of material input by the user, or may be downloading the bill of material at a specific position where the system is automatically connected to the server.
S102: acquiring a material model meeting the material requirement from a material database;
the material database mentioned here stores each registered material model and its corresponding attribute;
the material model mentioned here can be the model of the manufacturer, generally, each manufacturer gives a unique model (some manufacturers also call the material number) to the material with unique specification according to a certain rule for the components produced by the manufacturer; for example, diode LL4148 is a VISIHAY brand, a VISIHAY component of the same size, and is typically made differently from brand to brand. For example, the same diode as LL4148, model number PMLL4148, available from NXP, Inc. (Enzhipu, formerly Philips). Of course, for ease of replacement, some manufacturers will name the same model for the common components, such as model LL4148 from LRC corporation (le mountain radio).
S103: acquiring inventory parameters of each material model from a preset information table;
alternatively, the inventory parameters mentioned herein may include, but are not limited to, inventory quantity of material models, regulatory status parameters, disabling status parameters, shelf life, remaining life, and the like.
S104: and screening and outputting the models of the saleable materials from each material model according to the inventory parameters.
The types of the saleable materials mentioned here are the types of the materials recommended by the system for the user to meet the user requirements, and the user can select the self-favorite types of the materials from the types of the saleable materials to purchase.
Optionally, in step S103, the inventory parameter of each material model is obtained from the preset information table, and the method may specifically be:
acquiring the stock quantity of each material model from a stock table;
acquiring a control state parameter of each material model from a preset control table;
and acquiring the forbidden state parameters of each material model from the black list table.
For example, the regulation status parameter mentioned here may specifically be an egress regulation classification Number (ECCN).
On the basis, the method for screening and outputting the saleable material models from each material model according to the inventory parameters can correspond to the following steps:
deleting the material models of which the stock quantity is smaller than a first threshold value from each material model;
deleting the material model with the control state parameter being in the control state;
deleting the material model with the forbidden state parameter as forbidden state;
and taking the model of the residual material as the model of the material which can be sold and outputting.
Based on the above embodiment, the material model that the inventory parameter according to the material model will not conform to the demand of this application is deleted, can make things convenient for the user to select the material model more, and then further promotion user experience.
Based on the technical scheme, according to the method for preparing the material bill, the material demand is determined according to the material bill, then the material models meeting the material demand are obtained from the material database, the inventory parameter of each material model is obtained from the preset information table, the models of the materials which can be sold are screened from each material model according to the inventory parameter and output, the models which do not meet the requirements do not need to be manually removed by workers, the models of the materials which can be sold are screened from each material model according to the inventory parameter obtained from the preset information table, the bill preparation efficiency is greatly improved, and the user experience is improved.
With respect to step S103 of the previous embodiment, when the preset information table is changed, the steps shown in fig. 2 may be further executed, which will be described below with reference to fig. 2.
Referring to fig. 2, fig. 2 is a flowchart of another material ordering method according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s201: monitoring the change state of a preset information table;
optionally, as mentioned herein, monitoring the change state of the preset information table may specifically be monitoring the change state of the preset information table according to a preset frequency, or monitoring the change state of the preset information table in real time through a bin log file in a synchronous database; the BINLOG file is a file in a binary format and is used for recording SQL statement information updated by a user on a database, for example, SQL statements for changing a database table and contents are recorded in the BINLOG file, but queries for contents such as a base table and the like are not recorded. By default, a BINLOG file cannot be viewed using commands (e.g., cat, vi, etc.) for viewing text tools, but is viewed using mysqlbinlog parsing.
S202: when monitoring that the data change occurs in the preset information table, storing the changed data into a message queue;
optionally, in order to save resource consumption, the message queue mentioned here may be a single message queue; further, to improve efficiency, the message queue mentioned herein may also be specifically a distributed high-concurrency message queue.
S203: updating the inventory parameters of each material model according to the change data in the message queue;
s204: and re-screening and outputting the saleable material models from each material model according to the updated inventory parameters.
Based on the technical scheme, when the preset information table is monitored to have data change, the change data are stored in the message queue, the inventory parameters of all material models are updated according to the change data in the message queue, and the saleable material models are screened again from all the material models according to the updated inventory parameters and are output, so that the obtained saleable material models have higher accuracy and real-time performance, the material matching efficiency is further improved, and the user experience is improved.
An application embodiment provided by the present application is described below, please refer to fig. 3, and fig. 3 is a flowchart of a material matching list provided by the embodiment of the present application.
As shown in fig. 3, the present application includes the following two processing flows:
1. BINLOG monitoring and processing flow: synchronizing BINLOG files of the DB, monitoring changes of tables such as inventory tables, ECCN tables and model blacklist, and performing enqueue processing once the data of the tables are found to be updated;
2. a cargo source state machine: monitoring queue information in real time, and updating the state of the source of the type in time according to inventory change, ECCN change and type blacklist change.
According to the application embodiment of the application, BINLOG generated by DB is utilized, updating data of an inventory table, an ECCN table and a model blacklist table are processed in a quasi-real-time mode, message synchronization among multiple processes is achieved through distributed high-concurrency message queue service, various state combinations of models are analyzed through a goods source state machine, the goods source state is marked for the models, updating is synchronized to a search engine, a goods source-free model can be filtered out through a goods source-free state in the search engine through a goods source state machine, the goods source-free model is recommended to a user according with the goods source-free model, whether an appointed model has an effective goods source or not is rapidly judged, and the goods list matching efficiency is improved.
Referring to fig. 4, fig. 4 is a structural diagram of a material batching system according to an embodiment of the present application.
The system may include:
the first acquisition module 100 is used for acquiring a bill of materials and determining material requirements according to the bill of materials;
a second obtaining module 200, configured to obtain a material model meeting a material requirement from a material database;
a third obtaining module 300, configured to obtain an inventory parameter of each material model from a preset information table;
and the first screening module 400 is used for screening and outputting the saleable material models from each material model according to the inventory parameters.
Referring to fig. 5, fig. 5 is a structural diagram of another material batching system according to an embodiment of the present application.
The third obtaining module 300 may include:
the first acquisition submodule is used for acquiring the inventory quantity of each material model from an inventory table;
the second acquisition submodule is used for acquiring the control state parameter of each material model from a preset control table;
and the third obtaining submodule is used for obtaining the forbidden state parameters of each material model from the black list table.
The first screening module 400 may include:
the first deleting submodule is used for deleting the material models of which the stock quantity is less than a first threshold value from each material model;
the second deleting submodule is used for deleting the material model of which the control state parameter is in the control state;
the third deleting submodule is used for deleting the material model with the forbidden state parameter in the forbidden state;
and the output submodule is used for outputting the residual material models as the models of the materials which can be sold.
The system may further comprise:
the monitoring module is used for monitoring the change state of the preset information table;
the storage module is used for storing changed data into the message queue when monitoring that the preset information table has data change;
the updating module is used for updating the inventory parameters of each material model according to the change data in the message queue;
and the second screening module is used for re-screening the saleable material models from each material model according to the updated inventory parameters and outputting the saleable material models.
Further, the listening module may include:
and the monitoring submodule is used for synchronizing the BINLOG files in the database and monitoring the change state of the preset information table in real time.
The various components of the above system may be practically applied in the following embodiments:
the first acquisition module acquires a bill of materials and determines material requirements according to the bill of materials; the second acquisition module acquires the material model meeting the material requirement from the material database; the first obtaining submodule obtains the inventory quantity of each material model from an inventory table; the second obtaining submodule obtains the control state parameter of each material model from a preset control table; and the third obtaining submodule obtains the forbidden state parameters of each material model from the black list. The first deleting submodule deletes the material models of which the stock quantity is smaller than a first threshold value from each material model; the second deleting submodule deletes the material model of which the control state parameter is in the control state; the third deleting submodule deletes the material model of which the forbidden state parameter is in the forbidden state; and the output submodule takes the residual material models as the models of the materials which can be sold and outputs the models.
The monitoring module monitors the change state of the preset information table; when monitoring that the data change occurs in the preset information table, the storage module stores the changed data into the message queue; the updating module updates the inventory parameters of each material model according to the change data in the message queue; and the second screening module screens the saleable material models from each material model again according to the updated inventory parameters and outputs the saleable material models.
Referring to fig. 6, fig. 6 is a structural diagram of a material batching device according to an embodiment of the present application.
The material ordering apparatus 600 may have relatively large differences due to different configurations or performances, and may include one or more processors (CPUs) 622 (e.g., one or more processors) and a memory 632, one or more storage media 630 (e.g., one or more mass storage devices) storing applications 642 or data 644. Memory 632 and storage medium 630 may be, among other things, transient or persistent storage. The program stored in the storage medium 630 may include one or more modules (not shown), each of which may include a sequence of instructions operating on the device. Further, the processor 622 may be configured to communicate with the storage medium 630 to execute a series of instruction operations in the storage medium 630 on the material ordering apparatus 600.
The material ordering apparatus 600 may also include one or more power supplies 626, one or more wired or wireless network interfaces 650, one or more input-output interfaces 658, and/or one or more operating systems 641, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
The steps in the material batching method described above with reference to fig. 1 to 3 are implemented by the material batching apparatus based on the structure shown in fig. 6.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the apparatus and the module described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus, device and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of modules is merely a division of logical functions, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a function calling device, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above detailed description is provided for a method, system, device and readable storage medium for material ordering provided by the present application. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method of material ordering, comprising:
acquiring a bill of materials, and determining material requirements according to the bill of materials;
acquiring a material model meeting the material requirement from a material database;
acquiring inventory parameters of each material model from a preset information table;
and screening and outputting the types of the saleable materials from each material type according to the inventory parameters.
2. The method according to claim 1, wherein the obtaining of the inventory parameter of each material model from a preset information table comprises:
acquiring the inventory quantity of each material model from an inventory table;
acquiring a control state parameter of each material model from a preset control table;
and acquiring the forbidden state parameter of each material model from the black list table.
3. The method of claim 2, wherein screening and outputting vendible item models from each of the item models based on the inventory parameters comprises:
deleting the material models of which the stock quantity is smaller than a first threshold value from each material model;
deleting the material model of which the control state parameter is in the control state;
deleting the material model with the forbidden state parameter as forbidden state;
and taking the residual material model as the saleable material model and outputting the saleable material model.
4. The method according to any one of claims 1-3, further comprising:
monitoring the change state of the preset information table;
when monitoring that the data change occurs in the preset information table, storing the changed data into a message queue;
updating the inventory parameters of each material model according to the change data in the message queue;
and screening the saleable material models from each material model again according to the updated inventory parameters and outputting the saleable material models.
5. The method of claim 4, wherein monitoring the change status of the preset information table comprises:
and synchronizing BINLOG files in the database, and monitoring the change state of the preset information table in real time.
6. The method according to claim 4, wherein the message queue is in particular a distributed high concurrency message queue.
7. A system for material ordering, comprising:
the first acquisition module is used for acquiring a bill of materials and determining material requirements according to the bill of materials;
the second acquisition module is used for acquiring the material model meeting the material requirement from the material database;
the third acquisition module is used for acquiring the inventory parameter of each material model from a preset information table;
and the first screening module is used for screening and outputting the types of the materials which can be sold from each material type according to the inventory parameters.
8. The system of claim 7, wherein the third obtaining module comprises:
the first acquisition submodule is used for acquiring the inventory quantity of each material model from an inventory table;
the second obtaining submodule is used for obtaining the control state parameter of each material model from a preset control table;
and the third obtaining submodule is used for obtaining the forbidden state parameter of each material model from the black list table.
9. A material ordering device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of material ordering according to any of claims 1 to 6 when executing said computer program.
10. A readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of material ordering according to any one of claims 1 to 6.
CN201911385163.5A 2019-12-28 2019-12-28 Material matching method, system, equipment and readable storage medium Pending CN111144819A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911385163.5A CN111144819A (en) 2019-12-28 2019-12-28 Material matching method, system, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911385163.5A CN111144819A (en) 2019-12-28 2019-12-28 Material matching method, system, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111144819A true CN111144819A (en) 2020-05-12

Family

ID=70521327

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911385163.5A Pending CN111144819A (en) 2019-12-28 2019-12-28 Material matching method, system, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111144819A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111709796A (en) * 2020-05-28 2020-09-25 珠海杰赛科技有限公司 Plate recommendation method, system and medium
CN112200520A (en) * 2020-10-19 2021-01-08 广东电网有限责任公司计量中心 Distribution system and method of electric energy meter accessories and related device
CN113743763A (en) * 2021-08-26 2021-12-03 青岛鼎信通讯股份有限公司 Material blacklist management system applied to electric power product

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156975A (en) * 2015-04-23 2016-11-23 阿里巴巴集团控股有限公司 The inventory information processing method and processing device of business object
CN107527146A (en) * 2017-08-23 2017-12-29 北京惠赢天下网络技术有限公司 A kind of processing method of cargo transaction information, device, and system
CN108427711A (en) * 2018-01-31 2018-08-21 北京三快在线科技有限公司 Real-time data warehouse, real-time data processing method, electronic equipment and storage medium
CN109726913A (en) * 2018-12-26 2019-05-07 飞马智科信息技术股份有限公司 A kind of production management system of refractory material
CN109754200A (en) * 2017-11-07 2019-05-14 深圳前海硬之城信息技术有限公司 Bill of material management method, apparatus and computer readable storage medium
CN110232091A (en) * 2017-09-19 2019-09-13 北京京东尚科信息技术有限公司 Mthods, systems and devices for synchrodata

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156975A (en) * 2015-04-23 2016-11-23 阿里巴巴集团控股有限公司 The inventory information processing method and processing device of business object
CN107527146A (en) * 2017-08-23 2017-12-29 北京惠赢天下网络技术有限公司 A kind of processing method of cargo transaction information, device, and system
CN110232091A (en) * 2017-09-19 2019-09-13 北京京东尚科信息技术有限公司 Mthods, systems and devices for synchrodata
CN109754200A (en) * 2017-11-07 2019-05-14 深圳前海硬之城信息技术有限公司 Bill of material management method, apparatus and computer readable storage medium
CN108427711A (en) * 2018-01-31 2018-08-21 北京三快在线科技有限公司 Real-time data warehouse, real-time data processing method, electronic equipment and storage medium
CN109726913A (en) * 2018-12-26 2019-05-07 飞马智科信息技术股份有限公司 A kind of production management system of refractory material

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111709796A (en) * 2020-05-28 2020-09-25 珠海杰赛科技有限公司 Plate recommendation method, system and medium
CN111709796B (en) * 2020-05-28 2023-09-05 珠海杰赛科技有限公司 Panel recommending method, system and medium
CN112200520A (en) * 2020-10-19 2021-01-08 广东电网有限责任公司计量中心 Distribution system and method of electric energy meter accessories and related device
CN112200520B (en) * 2020-10-19 2023-03-14 广东电网有限责任公司计量中心 Distribution system and method of electric energy meter accessories and related device
CN113743763A (en) * 2021-08-26 2021-12-03 青岛鼎信通讯股份有限公司 Material blacklist management system applied to electric power product

Similar Documents

Publication Publication Date Title
CN111144819A (en) Material matching method, system, equipment and readable storage medium
WO2019168599A1 (en) Data retention handling for data object stores
CN109725995B (en) Method, device and equipment for executing data extraction task and readable storage medium
CN111460019A (en) Data conversion method and middleware of heterogeneous data source
US11726819B2 (en) Tool for viewing jobs managed by heterogeneous job schedulers
CN112214505B (en) Data synchronization method, device, computer readable storage medium and electronic equipment
EP3803625A1 (en) Frequent pattern analysis for distributed systems
CN111580948A (en) Task scheduling method and device and computer equipment
CN106850707B (en) Method, device and system for batch uploading materials
CN110941634A (en) Data processing method and device, storage medium and electronic device
CN108959458B (en) Data generation and use method, system, medium and computer device
CN111046113B (en) Data retrieval device and method for different types of data warehouses
US20190362283A1 (en) Working equipment specification support apparatus, working equipment specification support method, and working equipment specification support system
CN111159207A (en) Information processing method and device
CN110688355A (en) Method and device for changing container state
US11108862B2 (en) Bi-directional data sync between a client device and an application server
CN114020368A (en) Information processing method and device based on state machine and storage medium
CN113641678A (en) Dynamic service configuration method and system based on multi-dimensional form
CN110837509A (en) Method, device, equipment and storage medium for scheduling dependence
JP6442083B2 (en) Information item storage method, information item storage system, information item storage device, information item storage program, and computer-readable storage medium
CN111555911A (en) 5G network slicing product rapid design method based on product service template
CN111339422A (en) Recommendation system task management platform, recommendation method and system
CN111199437A (en) Data processing method and device
CN111722867A (en) Software configuration method, storage medium and smart television
US11281494B2 (en) Business operation method, apparatus, and system for determining and executing operation tasks in cloud computing

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200512

RJ01 Rejection of invention patent application after publication