CN114356250A - Label printing system and method - Google Patents

Label printing system and method Download PDF

Info

Publication number
CN114356250A
CN114356250A CN202111556766.4A CN202111556766A CN114356250A CN 114356250 A CN114356250 A CN 114356250A CN 202111556766 A CN202111556766 A CN 202111556766A CN 114356250 A CN114356250 A CN 114356250A
Authority
CN
China
Prior art keywords
label
template
bar code
printing
tag
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
CN202111556766.4A
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 Lubangtong IoT Co Ltd
Original Assignee
Guangzhou Lubangtong IoT 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 Lubangtong IoT Co Ltd filed Critical Guangzhou Lubangtong IoT Co Ltd
Priority to CN202111556766.4A priority Critical patent/CN114356250A/en
Publication of CN114356250A publication Critical patent/CN114356250A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention belongs to the technical field of electronics, and discloses a label printing system, which comprises the following modules: a template storage module: for storing the label template; a label management module: the label template storage module is used for storing label templates in the label template storage module and selecting the label templates from the label template storage module based on user operation or label generation requests; an interface management module: a third party system API interface for providing to the peripheral device; a label printing management module: the label picture is generated; the label picture is sent to a printer or by return to a third party system. The label printing system exists independently of the printer system, provides an API interface for a third-party system, the third-party system can generate labels by adopting self-defined bar codes, bar code generation rules do not need to be provided for the system, and the system is non-invasive to the third-party system and can be accepted by vast clients. Meanwhile, the invention also discloses a printing method based on the system.

Description

Label printing system and method
Technical Field
The invention relates to the technical field of communication, in particular to a label printing system and a label printing method.
Background
CN201510371929.X discloses a cloud printing system suitable for business services, which comprises a printing platform, a client and a merchant terminal, wherein a cloud printer in the printing platform is provided with an API interface for supporting secondary development of the merchant, the printer is accessed to a third party O2O ordering website through API interface integration, and a user can inquire whether an order is received by a shop and print order details through an open source interface so as to reduce loss of the ordering platform user. The cloud printer is internally provided with an intelligent voice prompt, and when a new order is received, a prompt tone is sent to prompt a merchant to check. The merchant terminal accesses the printing platform, orders are audited through the order auditing module, and when the audits are passed, the orders are downloaded and the order receipt is printed; and when the audit is not passed, the reason for refusing the order receiving is pushed to the customer through the short message and the WeChat so that the customer can modify the order in time.
The API interface provided by the platform can only be accessed to a third-party website to obtain an order, the order can be sent to a printer for printing in a picture mode, and the selection requirements of different printers and different common labels for flexible customization in the prior art are not met.
CN201710123080.3 discloses a method and a system for accessing a local printer to a cloud print platform, which provide a solution for solving the problem of difficult access of the cloud print platform from the perspective of universality and compatibility for the compatibility problem existing when various new and old printers, models and brands are different from the cloud print platform, so as to achieve the purpose of accessing various models of printers of various brands to the cloud print platform. The scheme is as follows: (1) calling a printing interface of a host operating system, and reading local printer information connected with a host; (2) the method comprises the steps that a network is accessed, a GET network request or a POST network request of HTTP is sent to a cloud printing platform to be communicated with the cloud printing platform, and a local printer is registered as a cloud printer; (3) polling the cloud printing platform, inquiring whether a cloud printer connected with the cloud printing platform has a printing task, if not, continuing polling, if so, downloading a document in the cloud printing task, configuring a printing parameter, and driving the printer to print the document; (4) reading a printing task state result of the printer, and updating the printing task state result to a cloud printing platform through a network; (5) polling the local printer state information, and if the printer state information changes, updating the printer state information to the cloud printing platform. The scheme only solves the problem that the printer is connected into the cloud platform, and does not meet the selection requirements of different printers and different common labels for flexible customization in the prior art.
Therefore, the technical problem that the present scheme was solved is: how to realize the selection requirements of different printers and different common labels for flexible customization in the prior art to solve the dilemma that different common customized labels in the prior art need to adopt a newly generated template and be correspondingly modified in a local printing system.
Disclosure of Invention
The invention aims to provide a label printing system which is independent of a printer system, provides an API (application programming interface) interface for a third-party system, can generate labels by adopting self-defined bar codes without providing bar code generation rules for the system, is non-invasive to the third-party system, and can be accepted by vast customers.
Meanwhile, the invention also discloses a printing method based on the system.
In order to achieve the purpose, the invention provides the following technical scheme: a label printing system comprising the following modules:
a template storage module: the system comprises a storage module, a processing module and a display module, wherein the storage module is used for storing a plurality of label templates which are provided with unique template IDs and are composed of a plurality of objects; the object corresponding to the bar code in the label template has a default bar code rule;
a label management module: the label template storage module is used for storing label templates in the label template storage module and selecting the label templates from the label template storage module based on user operation or label generation requests;
an interface management module: the system comprises an API (application programming interface) interface of a third-party system, a peripheral and a server, wherein the API interface is used for providing the API interface of the third-party system for the peripheral, the API interface is used for receiving a tag generation request input by the third-party system and returning a tag picture to the third-party system, and the tag generation request comprises a template ID; when a third-party system needs to implant a self bar code on a label, the label generation request also comprises bar code information;
a label printing management module: the label management module is used for selecting a label template from the label management module based on user selection or a label generation request and generating a label picture;
or, based on the tag generation request, selecting a tag template from the tag management module, assigning the bar code information to an object representing the bar code and generating a tag picture;
and sending the label picture to a printer or returning the label picture to a third-party system.
In the above label printing system, the object corresponding to the barcode is a two-dimensional code and/or a barcode; the two-dimensional code and/or the bar code are generated according to bar code rules or bar code information;
the system also comprises a bar code storage module, and a plurality of bar code rules are stored in the bar code storage module.
In the above label printing system, the objects in the label template further include one or more of text, pictures, and lines.
In the above label printing system, the label management module is further configured to modify a label template;
the operation of modifying the label template comprises the following operations: changing one or more of the composition, assignment, position and size of any object to modify;
when the assignment of the object corresponding to the bar code in the label template is modified, the bar code rule is called from the bar code storage module to replace the default bar code rule in the label template or the bar code information in the label generation request is used to replace the default bar code rule in the label template.
In the above label printing system, the label management module is further configured to store the object;
the tag management module is further configured to generate a front-end page, where the front-end page is used for visually displaying an operation of selecting an object, an operation of generating a tag template according to the selected object, an operation of selecting the tag template, an operation of modifying the tag template, an operation of saving the tag template, an operation of deleting the tag template, and an operation of disabling the tag template.
In the above label printing system, the label printing system is deployed locally or in the cloud.
Meanwhile, the invention also discloses a label printing method implemented by adopting any one of the systems, which comprises the following steps:
step 1: acquiring a label picture from a label printing management module;
step 2: and returning the label picture to a third-party system or sending the label picture to a printer for printing.
In the above label printing method, the method includes a third-party customized printing method, and the third-party customized printing method is:
step 11: receiving a label generation request sent by a third-party system through an API (application programming interface);
step 12: selecting a label template according to a label generation request through a label printing management module, assigning bar code information to an object representing a bar code, and generating a label picture;
step 13: returning the label picture to a third-party system;
step 14: and (5) repeating the steps 11-13 until all the label pictures are generated.
In the above label printing method, the method includes a third-party default printing method, where the third-party default printing method is:
step 21: receiving a label generation request sent by a third-party system through an API (application programming interface);
step 22: selecting a label template according to a label generation request through a label printing management module to generate a label picture;
step 23: returning the label picture to a third-party system;
step 14: and (5) repeating the steps 21-23 until all the label pictures are generated.
In the above label printing method, the method includes a local printing method, and the local printing method includes:
step 31: acquiring a label template from a template storage module through a label printing management module;
step 32: and generating a label picture through a label printing management module and sending the label picture to a printer for printing.
Compared with the prior art, the invention has the beneficial effects that:
the system of the present invention objectizes the object of the tag, and provides an objectified API interface for each tag template. The third-party system can assign values to the designated objects in the label template in real time through the API interface to realize flexible printing;
the system of the invention is suitable for label printers of various brands and models;
furthermore, the present invention has additional advantages in that: the label template is designed visually by dragging and pulling on the web page, so that the method is simple and convenient, and the technical threshold is low; the invention also has the version management function of the label template; the scripting of the bar code rule supports Python and Javascript languages.
Drawings
Fig. 1 is a screenshot of a front-end interface of embodiment 1 of the present invention;
FIG. 2 is a screenshot of a selection interface for barcode rules of embodiment 1 of the present invention;
FIG. 3 is a block diagram showing the structure of embodiment 1 of the present invention;
FIG. 4 is a flowchart of embodiment 2 of the present invention;
fig. 5 is a flowchart of scenario 1 of embodiment 2 of the present invention;
fig. 6 is a flowchart of scenario 2 of embodiment 2 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be 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 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 invention.
Example 1
Referring to fig. 1-3, a label printing system includes the following modules:
template storage module 1: the system comprises a storage module, a processing module and a display module, wherein the storage module is used for storing a plurality of label templates which are provided with unique template IDs and are composed of a plurality of objects; the object corresponding to the bar code in the label template has a default bar code rule;
objects herein include, but are not limited to: the two-dimensional code and the bar code can be optionally or simultaneously present in one label template, if the two-dimensional code and the bar code are simultaneously present, the two can be distinguished, for example, the two-dimensional code is SN1, the bar code is SN2, the text is mainly used for inputting non-variable information, such as company name, commodity model, production place and the like, the picture can be a trademark, operation guide and attention warning diagram, and the line can divide the whole label into a plurality of areas;
the object corresponding to the bar code is a two-dimensional code and/or a bar code; the two-dimensional code and/or the bar code are generated according to bar code rules or bar code information;
each object has a number, so that a user can find an accurate object when assigning values to different objects of the same label template.
And the label management module 2: the label template storage module is used for storing label templates in the label template storage module and selecting the label templates from the label template storage module based on user operation or label generation requests;
in addition, the module is also used for modifying the label template;
the operation of modifying the label template comprises the following operations: changing one or more of the composition, assignment, position and size of any object to modify;
when the assignment of the object corresponding to the bar code in the label template is modified, the bar code rule is called from the bar code storage module to replace the default bar code rule in the label template or the bar code information in the label generation request is used to replace the default bar code rule in the label template.
In order to implement the visual operation, the tag management module is further configured to generate a front-end page, where the front-end page is used for visually displaying an operation of selecting an object, an operation of generating a tag template according to the selected object, an operation of selecting the tag template, an operation of modifying the tag template, an operation of saving the tag template, an operation of deleting the tag template, and an operation of disabling the tag template. Referring specifically to fig. 1, fig. 1 shows a process of generating a label template, and in the interface of fig. 1, the following windows are divided:
layout of windows: displaying a label and an import object in a layout working area when the label content is edited;
and (3) attribute selection area: displaying frequently used functions and settings on a window to facilitate selection of a screen containing printing, paper, text, and layout;
a standard toolbar: buttons containing relatively common menu commands such as new, open, save, and print;
drawing/editing toolbar: including selecting objects, text entry, drawing shapes, copy, paste, undo and other buttons;
side rails: including inserting new objects, extending properties. The object may be inserted into the layout or extended properties of the object may be specified.
The bar code storage module 3 stores a plurality of bar code rules;
barcode rules reference is made to fig. 2, which illustrates a variety of stored barcode rules in fig. 2.
The interface management module 4: the system comprises an API (application programming interface) interface of a third-party system, a peripheral and a server, wherein the API interface is used for providing the API interface of the third-party system for the peripheral, the API interface is used for receiving a tag generation request input by the third-party system and returning a tag picture to the third-party system, and the tag generation request comprises a template ID; when a third-party system needs to implant a self bar code on a label, the label generation request also comprises bar code information;
when the assignment of the object corresponding to the bar code in the label template is modified, the bar code rule is called from the bar code storage module to replace the default bar code rule in the label template or the bar code information in the label generation request is used to replace the default bar code rule in the label template.
The label printing management module 5: the label management module is used for selecting a label template from the label management module based on user selection or a label generation request and generating a label picture;
or, based on the label generation request, selecting a label template from the label management module and assigning the bar code information to an object representing the bar code to generate a label picture;
the label picture is sent to the printer 7 or returned to the third party system 6.
In practical application, the label printing system is deployed locally or in a cloud, and is preferably arranged in the cloud.
The system of the present embodiment uses three application scenarios:
1. directly logging in a label system to perform online printing, mainly aiming at scenes without a third-party system;
2. calling the API of the system by the third-party system to perform standard printing, and continuously printing according to the default bar code rule of the label template;
3. and calling the API of the system by the third-party system to perform flexible printing, and assigning the object objects in the label template by the third-party system through the API interface of the system in real time to realize flexible printing.
The system of the invention has the advantages that:
1. other IT systems needing to be printed with labels can be conveniently and flexibly butted;
2. the complicated rules are scripted, so that the cost for customizing and developing the complicated rules for a printer manufacturer is saved;
3. design software of various manufacturers is not required to be installed and used;
4. the label printer is suitable for label printers of various brands or models;
5. the label template is convenient to manage;
6. and the value can be assigned in real time, and flexible printing is realized.
Example 2
Referring to fig. 2-6, a label printing method implemented by the system of embodiment 1 includes the steps of:
step 1: acquiring a label picture from a label printing management module;
step 2: and returning the label picture to a third-party system or sending the label picture to a printer for printing.
The method of the invention comprises three use scenarios;
scene 1:
a third-party customized printing method, comprising:
step 11: receiving a label generation request sent by a third-party system through an API (application programming interface);
the tag generation request contains the ID and barcode information of the tag template, and may even further contain other information, where the other information includes information on assignment, position adjustment, and size adjustment of an object in the tag template, for example, for assignment of a text box, assignment is a company, product name model, and the like corresponding to a third-party system, and adjustment of a position of a two-dimensional code;
these may all be included in the tag generation request;
the operator of the third-party system can receive an operation manual issued by the system, the specific code writing method for assignment, position adjustment and size adjustment of the object can be clearly recorded in the operation manual, and the operator of the third-party system can operate according to the operation manual.
Step 12: selecting a label template according to a label generation request through a label printing management module, assigning bar code information to an object representing a bar code, and generating a label picture;
step 13: returning the label picture to a third-party system;
step 14: and repeating the steps 11-13 until all the label pictures are generated, for example, if 100 labels need to be printed, repeating the steps 11-13 one hundred times.
Scene 2:
a third-party default printing method, wherein the third-party default printing method comprises the following steps:
step 21: receiving a label generation request sent by a third-party system through an API (application programming interface);
the difference from scenario 1 is that the tag generation request in this step only contains template information, although other information is not excluded, which includes information on assignment, position adjustment, and size adjustment of the object in the tag template, where the modification of the assignment representing the barcode may be a reselection of the barcode rule, but certainly does not include barcode information.
Step 22: selecting a label template according to a label generation request through a label printing management module to generate a label picture;
step 23: returning the label picture to a third-party system;
step 14: and (5) repeating the steps 21-23 until all the label pictures are generated.
Scene 3:
a local printing method, the local printing method comprising:
step 31: acquiring a label template from a template storage module through a label printing management module;
step 32: and generating a label picture through a label printing management module and sending the label picture to a printer for printing.
In the scene 3, the user performs an operation of selecting an object, an operation of generating a tag template according to the selected object, an operation of selecting a tag template, an operation of modifying a tag template, an operation of saving a tag template, an operation of deleting a tag template, and an operation of disabling a tag template visually through the front end page.
Referring to fig. 1, an operator may pull each object to a designated position in a front page, assign values to objects representing text boxes, change the size of each object, and the like.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.

Claims (10)

1. A label printing system comprising the modules of:
a template storage module: the system comprises a storage module, a processing module and a display module, wherein the storage module is used for storing a plurality of label templates which are provided with unique template IDs and are composed of a plurality of objects; the object corresponding to the bar code in the label template has a default bar code rule;
a label management module: the label template storage module is used for storing label templates in the label template storage module and selecting the label templates from the label template storage module based on user operation or label generation requests;
an interface management module: the system comprises an API (application programming interface) interface of a third-party system, a peripheral and a server, wherein the API interface is used for providing the API interface of the third-party system for the peripheral, the API interface is used for receiving a tag generation request input by the third-party system and returning a tag picture to the third-party system, and the tag generation request comprises a template ID; when a third-party system needs to implant a self bar code on a label, the label generation request also comprises bar code information;
a label printing management module: the label management module is used for selecting a label template from the label management module based on user selection or a label generation request and generating a label picture;
or, based on the tag generation request, selecting a tag template from the tag management module, assigning the bar code information to an object representing the bar code and generating a tag picture;
and sending the label picture to a printer or returning to a third-party system.
2. The label printing system according to claim 1, wherein the object corresponding to the barcode is a two-dimensional code and/or a barcode; the two-dimensional code and/or the bar code are generated according to bar code rules or bar code information;
the system also comprises a bar code storage module, and a plurality of bar code rules are stored in the bar code storage module.
3. The label printing system of claim 2, wherein the objects in the label template further comprise one or more of text, pictures, lines.
4. The label printing system of claim 2, wherein said label management module is further configured to modify a label template;
the operation of modifying the label template comprises the following operations: changing one or more of the composition, assignment, position and size of any object to modify;
when the assignment of the object corresponding to the bar code in the label template is modified, the bar code rule is called from the bar code storage module to replace the default bar code rule in the label template or the bar code information in the label generation request is used to replace the default bar code rule in the label template.
5. The label printing system of claim 1, wherein said label management module is further configured to store said object;
the tag management module is further configured to generate a front-end page, where the front-end page is used for visually displaying an operation of selecting an object, an operation of generating a tag template according to the selected object, an operation of selecting the tag template, an operation of modifying the tag template, an operation of saving the tag template, an operation of deleting the tag template, and an operation of disabling the tag template.
6. The label printing system of claim 1, wherein the label printing system is deployed locally or in the cloud.
7. A method of printing labels carried out using the system of any of claims 1 to 6, comprising the steps of:
step 1: acquiring a label picture from a label printing management module;
step 2: and returning the label picture to a third-party system or sending the label picture to a printer for printing.
8. The method of claim 7, comprising a third party custom printing method, the third party custom printing method being:
step 11: receiving a label generation request sent by a third-party system through an API (application programming interface);
step 12: selecting a label template according to a label generation request through a label printing management module, assigning bar code information to an object representing a bar code, and generating a label picture;
step 13: returning the label picture to a third-party system;
step 14: and (5) repeating the steps 11-13 until all the label pictures are generated.
9. The method of claim 7, comprising a third party default printing method, the third party default printing method being:
step 21: receiving a label generation request sent by a third-party system through an API (application programming interface);
step 22: selecting a label template according to a label generation request through a label printing management module to generate a label picture;
step 23: returning the label picture to a third-party system;
step 14: and (5) repeating the steps 21-23 until all the label pictures are generated.
10. A method of label printing according to claim 7, wherein the method includes a local printing method, the local printing method being:
step 31: acquiring a label template from a template storage module through a label printing management module;
step 32: and generating a label picture through a label printing management module and sending the label picture to a printer for printing.
CN202111556766.4A 2021-12-17 2021-12-17 Label printing system and method Pending CN114356250A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111556766.4A CN114356250A (en) 2021-12-17 2021-12-17 Label printing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111556766.4A CN114356250A (en) 2021-12-17 2021-12-17 Label printing system and method

Publications (1)

Publication Number Publication Date
CN114356250A true CN114356250A (en) 2022-04-15

Family

ID=81099937

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111556766.4A Pending CN114356250A (en) 2021-12-17 2021-12-17 Label printing system and method

Country Status (1)

Country Link
CN (1) CN114356250A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117032602A (en) * 2023-10-10 2023-11-10 海通安恒科技股份有限公司 Printing method and system for rapidly realizing label field mapping and label rule configuration

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004192407A (en) * 2002-12-12 2004-07-08 Matsushita Electric Ind Co Ltd Label printing format setting system
CN106814982A (en) * 2017-01-04 2017-06-09 北京京东尚科信息技术有限公司 Label print processing device, system and method
CN109919259A (en) * 2019-02-21 2019-06-21 苏州宏软信息技术有限公司 A kind of universal bar code printer system and method for industrial products retrospect
CN110399599A (en) * 2019-01-21 2019-11-01 美恒通智能电子(广州)股份有限公司 Label editing system and method based on android system Yu ios system
CN110806841A (en) * 2019-10-11 2020-02-18 紫光云(南京)数字技术有限公司 Label design printing system based on BS mode
CN111045615A (en) * 2019-12-19 2020-04-21 厦门商集网络科技有限责任公司 Method and system for printing JS template customized at browser end
CN111488130A (en) * 2020-03-20 2020-08-04 厦门汉印电子技术有限公司 Cloud printing method, device and system and cloud printer
CN112162712A (en) * 2020-09-10 2021-01-01 张平 Label printing method and system based on template editing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004192407A (en) * 2002-12-12 2004-07-08 Matsushita Electric Ind Co Ltd Label printing format setting system
CN106814982A (en) * 2017-01-04 2017-06-09 北京京东尚科信息技术有限公司 Label print processing device, system and method
CN110399599A (en) * 2019-01-21 2019-11-01 美恒通智能电子(广州)股份有限公司 Label editing system and method based on android system Yu ios system
CN109919259A (en) * 2019-02-21 2019-06-21 苏州宏软信息技术有限公司 A kind of universal bar code printer system and method for industrial products retrospect
CN110806841A (en) * 2019-10-11 2020-02-18 紫光云(南京)数字技术有限公司 Label design printing system based on BS mode
CN111045615A (en) * 2019-12-19 2020-04-21 厦门商集网络科技有限责任公司 Method and system for printing JS template customized at browser end
CN111488130A (en) * 2020-03-20 2020-08-04 厦门汉印电子技术有限公司 Cloud printing method, device and system and cloud printer
CN112162712A (en) * 2020-09-10 2021-01-01 张平 Label printing method and system based on template editing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117032602A (en) * 2023-10-10 2023-11-10 海通安恒科技股份有限公司 Printing method and system for rapidly realizing label field mapping and label rule configuration
CN117032602B (en) * 2023-10-10 2024-01-26 海通安恒科技股份有限公司 Printing method and system for rapidly realizing label field mapping and label rule configuration

Similar Documents

Publication Publication Date Title
US8738415B2 (en) Automated workflow assignment to print jobs
US11870738B2 (en) Conversation-enabled document system and method
CN107391134B (en) Method and device for automatically generating and dynamically transforming universal mobile application interactive interface
US20030051022A1 (en) Web page management support system
US20120317469A1 (en) Device, method, and computer readable medium for providing forms
CN110516186A (en) Page skeleton automatic generating method, equipment, storage medium and device
CN113741898B (en) Form generation method, device and equipment
CN110244921A (en) Label printing method, device, electronic equipment and system
CN111597489B (en) Realization method and device for draggable custom form component based on mobile terminal
CN114356250A (en) Label printing system and method
CN110175026B (en) Webpage visual editing method, device and storage medium
CN114244896A (en) Message pushing method and device, electronic equipment and storage medium
CN113608706A (en) Method for printing tickets in government affair hall and storage medium
CN111367607A (en) Dynamic electronic contract generating and signing system and implementation method thereof
CN113220381A (en) Click data display method and device
CN112926294A (en) Template file generation method and device
CN116795243A (en) Label printing method and system, computer equipment and medium
CN114564197A (en) Method for distinguishing field authority according to service scene and computer readable storage medium
CN109510812B (en) Intelligent electronic operation instruction book reading board management system and method
JP2011233104A (en) Information processing system, information processor, information processing method, program, and recording medium
CN110837371A (en) Document designer, document designing method and document input system
CN112800370B (en) Processing method and device of business document, computer equipment and storage medium
CN113961790B (en) Access method and device suitable for batch texts and storage medium
JP2000343669A (en) Order placing system for block copy relative to stamp or the like, and order receiving system for block copy relative to stamp or the like
CN116306536A (en) Electronic form generation method and device, electronic 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