CN115357587A - Business form generation method and system, electronic equipment and readable storage medium - Google Patents

Business form generation method and system, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN115357587A
CN115357587A CN202211066432.3A CN202211066432A CN115357587A CN 115357587 A CN115357587 A CN 115357587A CN 202211066432 A CN202211066432 A CN 202211066432A CN 115357587 A CN115357587 A CN 115357587A
Authority
CN
China
Prior art keywords
component
target
template
preset
field
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
CN202211066432.3A
Other languages
Chinese (zh)
Inventor
王晓虎
邓春龙
陈善艺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang Geely Holding Group Co Ltd
Guangyu Mingdao Digital Technology Co Ltd
Original Assignee
Zhejiang Geely Holding Group Co Ltd
Guangyu Mingdao Digital 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 Zhejiang Geely Holding Group Co Ltd, Guangyu Mingdao Digital Technology Co Ltd filed Critical Zhejiang Geely Holding Group Co Ltd
Priority to CN202211066432.3A priority Critical patent/CN115357587A/en
Publication of CN115357587A publication Critical patent/CN115357587A/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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of form arrangement, and discloses a service form generation method, a system, electronic equipment and a readable storage medium.

Description

Business form generation method and system, electronic equipment and readable storage medium
Technical Field
The invention relates to the technical field of form arrangement, in particular to a business form generation method, a business form generation system, electronic equipment and a readable storage medium.
Background
At present, most business systems customize forms according to business requirements, and collect business data in webpages and software through the forms, when the business requirements change, the forms also need to be customized and developed again, the back-end codes of the forms need to be modified, the generation efficiency of the forms is low, and then quick response to the business requirements and the business demands cannot be performed, and the efficiency of collecting data of the forms is reduced.
Disclosure of Invention
The following presents a simplified summary in order to provide a basic understanding of some aspects of the disclosed embodiments. This summary is not an extensive overview nor is intended to identify key/critical elements or to delineate the scope of such embodiments but rather as a prelude to the more detailed description that is presented later.
In view of the above drawbacks of the prior art, the present invention discloses a method, a system, an electronic device and a readable storage medium for generating a business form, so as to improve the form generation efficiency.
The invention discloses a method for generating a business form, which comprises the following steps: the method comprises the steps of obtaining a form component library, wherein the form component library comprises a plurality of component types and form components corresponding to the component types; displaying the component type through a preset component display page, and receiving user selection information corresponding to the component type through the component display page, wherein the selection information comprises at least one selection identifier; determining target components corresponding to the selection identifiers from the form components according to matching results between the selection identifiers and the component types, and arranging the target components according to a preset form page to obtain a target form template; and sending the target form template to a preset back-end database, so that the back-end database collects the form fields corresponding to the target form template, and filling the form fields into the target form template to obtain a service form.
Optionally, the form component comprises at least one of: the basic component is used for inputting a form field corresponding to a preset field type; the combination component is used for inputting form fields corresponding to a plurality of preset field types; and the screening component is used for inputting user screening conditions and selecting preset associated data corresponding to the component type according to the user screening conditions to obtain the form field.
Optionally, the user selection information further includes component attributes corresponding to the selection identifier, where the component attributes include one or more of hidden attributes, identifier names, component hints, mandatory attributes, default fields, and field fractions.
Optionally, after sending the target form template to a preset back-end database, the method further includes: extracting the business form from the back-end database; if any target component in the business form has a hidden attribute, desensitizing a form field corresponding to the target component according to a preset desensitizing algorithm; and displaying the business form through a preset form display page.
Optionally, the back-end database collects form fields corresponding to the target form template by at least one of the following methods: displaying the target form template through a preset template display page, receiving user filling data corresponding to the target form template through the template display page, and inputting the user filling data into the target assembly to obtain a form field corresponding to the target form template; and acquiring a service system, extracting service data from the service system according to an acquisition address corresponding to the target component, inputting the service data into the target component, and acquiring a form field corresponding to the target form template, wherein the acquisition address is determined according to the component type corresponding to the target component.
Optionally, the method further comprises at least one of: when the target form template is displayed through a preset template display page, displaying an identification name corresponding to a target component in the target form template through the template display page; acquiring user behavior information through the template display page, and displaying a component prompt corresponding to the target component through the template display page in response to the user behavior information meeting a preset behavior condition; if the target component has the required filling attribute and the form field corresponding to the target component is in a default state, carrying out illegal field reminding; if the target component has default fields and the form fields corresponding to the target component are in a default state, determining the default fields as the form fields corresponding to the target component; and if the target component has a field ratio, determining the length ratio between the length of the form field and the length of a preset field, and if the length ratio is greater than the field ratio, performing illegal length reminding.
Optionally, arranging the target components according to a preset form page to obtain a target form template, including: the user selection information also comprises position information corresponding to the selection identification; and filling the target assembly into a preset form page according to the position information, and determining the preset form page filled in the target assembly as a target form template.
The invention discloses a business form generating system, which comprises: the system comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring a form component library, and the form component library comprises a plurality of component types and form components corresponding to the component types; the display module is used for displaying the component type through a preset component display page and receiving user selection information corresponding to the component type through the component display page, wherein the selection information comprises at least one selection identifier; the determining module is used for determining target components corresponding to the selection identifiers from the form components according to matching results between the selection identifiers and the component types, and arranging the target components according to a preset form page to obtain a target form template; and the sending module is used for sending the target form template to a preset back-end database, so that the back-end database collects the form fields corresponding to the target form template and fills the form fields into the target form template to obtain the service form.
The invention discloses an electronic device, comprising: a processor and a memory; the memory is used for storing computer programs, and the processor is used for executing the computer programs stored by the memory so as to make the electronic equipment execute the method.
The invention discloses a computer-readable storage medium, on which a computer program is stored: which when executed by a processor implements the method described above.
The invention has the beneficial effects that:
the method comprises the steps of obtaining a plurality of component types and form components corresponding to the component types, determining target components corresponding to all selection marks from the form components through received user selection information, further arranging the target components to obtain a target form template, and sending the target form template to a back-end database so as to collect form fields and generate a service form. Compared with the method that the form is re-customized and developed according to the service requirement, the service form is split into the plurality of form components, and the service form is modularized, so that the modularized customization is performed according to the user selection information, the development time cost of the form code is reduced, the generation efficiency of the form is improved, and the service requirement and the service appeal are responded quickly.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and, together with the description, serve to explain the principles of the application. It is obvious that the drawings in the following description are only some embodiments of the application, and that for a person skilled in the art, other drawings can be derived from them without inventive effort. In the drawings:
FIG. 1 is a flow chart diagram illustrating a method for generating a business form according to an embodiment of the present invention;
FIG. 2 is a block diagram of a component presentation page in accordance with an embodiment of the present invention;
FIG. 3 is a flowchart illustrating another method for generating a business form according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a business form generation system according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device in an embodiment of the present invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It should be noted that, in the following embodiments and examples, subsamples may be combined with each other without conflict.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
In the following description, numerous details are set forth to provide a more thorough explanation of embodiments of the present invention, however, it will be apparent to one skilled in the art that embodiments of the present invention may be practiced without these specific details, and in other embodiments, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring embodiments of the present invention.
The terms "first," "second," and the like in the description and in the claims, and the above-described drawings of embodiments of the present disclosure, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the present disclosure described herein may be made. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion.
The term "plurality" means two or more unless otherwise specified.
In the embodiment of the present disclosure, the character "/" indicates that the preceding and following objects are in an or relationship. For example, A/B represents: a or B.
The term "and/or" is an associative relationship that describes objects, meaning that three relationships may exist. For example, a and/or B, represents: a or B, or A and B.
As shown in fig. 1, an embodiment of the present disclosure provides a method for generating a business form, including:
step S101, obtaining a form component library;
the form component library comprises a plurality of component types and form components corresponding to the component types;
step S102, displaying component types through a preset component display page, and receiving user selection information corresponding to the component types through the component display page;
wherein the selection information comprises at least one selection identifier;
step S103, determining target components corresponding to the selection identifications from the form components according to matching results between the selection identifications and the component types, and arranging the target components according to a preset form page to obtain a target form template;
and step S104, sending the target form template to a preset back-end database, enabling the back-end database to collect the form fields corresponding to the target form template, and filling the form fields into the target form template to obtain the service form.
By adopting the business form generation method provided by the embodiment of the disclosure, the target components corresponding to the selection identifications are determined from the form components through the received user selection information by acquiring the plurality of component types and the form components corresponding to the component types, and then the target components are arranged to obtain the target form template, and the target form template is sent to the back-end database to collect the form fields and generate the business form. Compared with the form which is re-customized and developed according to the service requirement, the service form is split into the plurality of form components and modularized, so that the service form is customized in a modularized mode according to the user selection information, the development time cost of the form code is reduced, the generation efficiency of the form is improved, and the service requirement and the service appeal are responded quickly.
Optionally, the component type includes one or more of an address type, a location type, a person type, a department type, a handwritten signature type, a descriptive text type, a detailed form type, a department amortization amount type, an attachment type, and the like.
Optionally, the component types further include one or more of a single line text type, a multiple line text type, a web site type, a boolean value type, a radio box type, a multiple box type, a number type, a currency type, a percentage type, a cell phone type, a mailbox type, a date time type, a date interval type, a picture type, and the like.
Therefore, different component types are customized, and form components corresponding to the component types are established to modularize the forms, so that the service forms are flexibly configured according to different service scenes.
Optionally, the form component comprises at least one of: the basic component is used for inputting a form field corresponding to a preset field type; the combination component is used for inputting form fields corresponding to a plurality of preset field types; and the screening component is used for inputting user screening conditions and selecting preset associated data corresponding to the component types according to the user screening conditions to obtain form fields.
Optionally, the preset field types further comprise one or more of a single line text field, a multiple line text field, a web site field, a boolean value field, a radio box field, a multiple box field, a number field, a currency field, a percentile field, a cell phone field, a mailbox field, a date time field, a date interval field, a picture field, and the like
Optionally, the composition component includes one or more of a plurality of field entry boxes, a delete row button, an add row button, and the like.
In some embodiments, the assembly component is a business allocation department component, and is composed of a basic drop-down component and a text box, wherein the drop-down component is associated with the department basic data, and the text box component is used for filling out money and providing functions of adding and deleting lines.
In this way, form fields corresponding to various field types can be input by setting the combination component, and the flexibility of the form fields during filling is improved.
Optionally, preset associated data corresponding to the component type is determined by extracting the service system.
In some embodiments, the form component includes a department component, and the department information of each department in the enterprise is extracted through the business system and is used as preset associated data corresponding to the component type, and in the department component, a user can search the name of the department in a fuzzy manner and can also search all department information in a low-level manner.
Therefore, the form component is associated with the service system, when the form component needs to be filled in, the preset management data is obtained through the service system, and the form field in the preset management data is selected according to the user screening condition, so that the form filling efficiency is improved.
Optionally, the arranging the target components according to a preset form page to obtain a target form template includes: the user selection information also comprises position information corresponding to the selection identifier; and filling the target assembly into a preset form page according to the position information, and determining the preset form page filled in the target assembly as a target form template.
Optionally, the user selection information further includes selecting a component attribute corresponding to the identifier, where the component attribute includes one or more of a hidden attribute, an identifier name, a component prompt, a mandatory fill attribute, a default field, and a field proportion.
Therefore, the flexibility of the configuration form service is improved through the component attributes, and the method is more humanized.
Optionally, the backend server comprises one or more of MySQL, redis, etc. databases.
Optionally, after sending the target form template to the preset back-end database, the method further includes: extracting a business form from a back-end database; if any target component in the business form has the hidden attribute, desensitizing the form field corresponding to the target component according to a preset desensitizing algorithm; and displaying the business form through a preset form display page.
Optionally, the back-end database collects form fields corresponding to the target form template by at least one of the following methods: displaying the target form template through a preset template display page, receiving user filling data corresponding to the target form template through the template display page, and inputting the user filling data into a target component to obtain a form field corresponding to the target form template; and acquiring a service system, extracting service data from the service system according to an acquisition address corresponding to the target component, inputting the service data into the target component, and acquiring a form field corresponding to the target form template, wherein the acquisition address is determined according to the component type corresponding to the target component.
Optionally, the method further comprises at least one of: when the target form template is displayed through a preset template display page, displaying an identification name corresponding to a target component in the target form template through the template display page; acquiring user behavior information through a template display page, and displaying a component prompt corresponding to a target component through the template display page in response to the user behavior information meeting a preset behavior condition; if the target component has the required filling attribute and the form field corresponding to the target component is in a default state, carrying out illegal field reminding; if the target component has default fields and the form fields corresponding to the target component are in a default state, determining the default fields as the form fields corresponding to the target component; and if the target component has a field proportion, determining the length ratio between the length of the form field and the length of the preset field, and if the length ratio is greater than the field proportion, carrying out illegal length reminding.
Referring to fig. 2, displaying the component type through a preset component display page, and receiving user selection information corresponding to the component type through the component display page includes: dividing a component display page into a left area, a middle area and a right area, wherein the left area is provided for a user to select the type of a component displayed by the left area, and the left component can be dragged to the middle area for typesetting and editing according to business requirements; determining the position of the component in the middle area through the mobile form component to obtain position information corresponding to the selection identifier; the component properties of the form components are set in the right area.
As shown in fig. 3, an embodiment of the present disclosure provides a method for generating a service form, including:
step S301, the front-end equipment acquires a form component library;
the form component library comprises a plurality of component types and form components corresponding to the component types;
step S302, the front-end equipment displays the page display component type through a preset component;
step S303, the front-end equipment receives user selection information corresponding to the component type through a component display page;
wherein the selection information comprises at least one selection identifier;
step S304, the back-end equipment determines target components corresponding to the selection identifications from the form components according to matching results between the selection identifications and the component types;
step S305, arranging the target components by the back-end equipment according to a preset form page to obtain a target form template;
s306, the back-end equipment collects the form fields corresponding to the target form template through a back-end server;
step S307, the back-end equipment fills the form field into a target form template through a back-end server to obtain a service form;
step S308, the front-end equipment renders the business form to obtain a form display page;
step S309, the front-end device displays the form display page.
By adopting the business form generation method provided by the embodiment of the disclosure, the target components corresponding to the selection identifiers are determined from the form components through the received user selection information by acquiring the plurality of component types and the form components corresponding to the component types, and then the target components are arranged to obtain the target form template, and the target form template is sent to the back-end database to collect the form fields and generate the business form, which has the following advantages:
compared with the form, the form is re-customized and developed according to the service requirement, the service form is split into a plurality of form components, and the service form is modularized, so that the modularized customization is performed according to the user selection information, the development time cost of the form code is reduced, the generation efficiency of the form is improved, and the service requirement and the service appeal are responded quickly;
secondly, self-defining different component types, and establishing form components corresponding to the component types to modularize the forms, thereby flexibly configuring the service forms according to different service scenes;
thirdly, form fields corresponding to multiple field types can be input by setting a combined component, so that the flexibility of the form fields during filling is improved;
and fourthly, the form component is associated with the service system, when the form component needs to be filled in, preset management data is obtained through the service system, and form fields in the preset management data are selected according to the user screening conditions, so that the form filling efficiency is improved.
As shown in fig. 4, an embodiment of the present disclosure provides a business form generating system, which includes an obtaining module 401, a showing module 402, a determining module 403, and a sending module 404. The obtaining module 401 is configured to obtain a form component library, where the form component library includes multiple component types and form components corresponding to the component types; the presentation module 402 is configured to present the component type through a preset component presentation page, and receive user selection information corresponding to the component type through the component presentation page, where the selection information includes at least one selection identifier; the determining module 403 is configured to determine, according to a matching result between the selection identifier and the component type, a target component corresponding to each selection identifier from the form components, and arrange the target components according to a preset form page to obtain a target form template; the sending module 404 is configured to send the target form template to a preset back-end database, so that the back-end database collects a form field corresponding to the target form template, and fills the form field into the target form template to obtain a service form.
By adopting the business form generation system provided by the embodiment of the disclosure, the target components corresponding to the selection identifications are determined from the form components through the received user selection information by acquiring the plurality of component types and the form components corresponding to the component types, and then the target components are arranged to obtain the target form template, and the target form template is sent to the back-end database to collect the form fields and generate the business form. Compared with the method that the form is re-customized and developed according to the service requirement, the service form is split into the plurality of form components, and the service form is modularized, so that the modularized customization is performed according to the user selection information, the development time cost of the form code is reduced, the generation efficiency of the form is improved, and the service requirement and the service appeal are responded quickly.
FIG. 5 illustrates a schematic structural diagram of a computer system suitable for use in implementing the electronic device of an embodiment of the present application. It should be noted that the computer system 500 of the electronic device shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 5, the computer system 500 includes a Central Processing Unit (CPU) 501, which can perform various appropriate actions and processes, such as executing the methods in the above-described embodiments, according to a program stored in a Read-Only Memory (ROM) 502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for system operation are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An Input/Output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output section 507 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage portion 508 including a hard disk and the like; and a communication section 509 including a Network interface card such as a LAN (Local Area Network) card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to embodiments of the application, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, embodiments of the present application include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising a computer program for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program executes various functions defined in the system of the present application when executed by a Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the embodiments of the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. The computer readable storage medium may be, for example, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read-Only Memory (ROM), an Erasable Programmable Read-Only Memory (EPROM), a flash Memory, an optical fiber, a portable Compact Disc Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer-readable signal medium may comprise a propagated data signal with a computer-readable computer program embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. The computer program embodied on the computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
The disclosed embodiments also provide a computer-readable storage medium on which a computer program is stored, which when executed by a processor implements any of the methods in the embodiments.
The computer readable storage medium in the embodiments of the present disclosure may be understood by those of ordinary skill in the art to: all or part of the steps for implementing the above method embodiments may be performed by hardware associated with a computer program. The aforementioned computer program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The electronic device disclosed in this embodiment includes a processor, a memory, a transceiver, and a communication interface, where the memory and the communication interface are connected to the processor and the transceiver and perform mutual communication, the memory is used to store a computer program, the communication interface is used to perform communication, and the processor and the transceiver are used to run the computer program, so that the electronic device performs the steps of the above method.
In this embodiment, the Memory may include a Random Access Memory (RAM), and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), a Network Processor (NP), and the like; the Integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
The above description and drawings sufficiently illustrate embodiments of the disclosure to enable those skilled in the art to practice them. Other embodiments may incorporate structural, logical, electrical, process, and other changes. The examples merely typify possible variations. Individual components and functions are optional unless explicitly required, and the sequence of operations may vary. Portions and subsamples of some embodiments may be included in or substituted for portions and subsamples of other embodiments. Furthermore, the words used in the specification are words of description for example only and are not limiting upon the claims. As used in the description of the embodiments and the claims, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. Similarly, the term "and/or" as used in this application is meant to encompass any and all possible combinations of one or more of the associated listed. Furthermore, the terms "comprises," "comprising," and variations thereof, when used in this application, specify the presence of stated sub-samples, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other sub-samples, integers, steps, operations, elements, components, and/or groups thereof. Without further limitation, an element defined by the phrase "comprising a …" does not exclude the presence of additional like elements in a process, method, or apparatus that comprises the element. In this document, each embodiment may be described with emphasis on differences from other embodiments, and the same and similar parts between the respective embodiments may be referred to each other. For methods, products, etc. of the embodiment disclosures, reference may be made to the description of the method section for relevance if it corresponds to the method section of the embodiment disclosure.
Those of skill in the art would appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software may depend upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments. 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 unit described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments disclosed herein, the disclosed methods, products (including but not limited to devices, apparatuses, etc.) may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit may be merely a division of a logical function, and an actual implementation may have another division, for example, a plurality of units or components may be combined or may be integrated into another system, or some subsamples 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 units, and may be in an electrical, mechanical or other form. Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to implement the present embodiment. In addition, functional units in the embodiments of the present disclosure may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. In the description corresponding to the flowcharts and block diagrams in the figures, operations or steps corresponding to different blocks may also occur in different orders than disclosed in the description, and sometimes there is no specific order between different operations or steps. For example, two sequential operations or steps may in fact be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved. Each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.

Claims (10)

1. A method for generating a business form, comprising:
the method comprises the steps of obtaining a form component library, wherein the form component library comprises a plurality of component types and form components corresponding to the component types;
displaying the component type through a preset component display page, and receiving user selection information corresponding to the component type through the component display page, wherein the selection information comprises at least one selection identifier;
determining target components corresponding to the selected identifiers from the form components according to matching results between the selected identifiers and the component types, and arranging the target components according to a preset form page to obtain a target form template;
and sending the target form template to a preset back-end database, so that the back-end database collects the form fields corresponding to the target form template, and filling the form fields into the target form template to obtain a service form.
2. The method of claim 1, wherein the form component comprises at least one of:
the basic component is used for inputting a form field corresponding to a preset field type;
the combined component is used for inputting form fields corresponding to a plurality of preset field types;
and the screening component is used for inputting user screening conditions and selecting preset associated data corresponding to the component type according to the user screening conditions to obtain the form field.
3. The method of claim 1, wherein the user selection information further comprises component attributes corresponding to the selection identifier, wherein the component attributes comprise one or more of hidden attributes, identification names, component hints, required fill attributes, default fields, and field fractions.
4. The method of claim 2, wherein after sending the target form template to a pre-defined back-end database, the method further comprises:
extracting the business form from the back-end database;
if any target component in the business form has a hidden attribute, desensitizing a form field corresponding to the target component according to a preset desensitization algorithm;
and displaying the business form through a preset form display page.
5. The method of claim 2, wherein the back-end database collects the form fields corresponding to the target form template by at least one of:
displaying the target form template through a preset template display page, receiving user filling data corresponding to the target form template through the template display page, and inputting the user filling data into the target assembly to obtain a form field corresponding to the target form template;
and acquiring a service system, extracting service data from the service system according to an acquisition address corresponding to the target component, and inputting the service data into the target component to obtain a form field corresponding to the target form template, wherein the acquisition address is determined according to the component type corresponding to the target component.
6. The method of claim 5, further comprising at least one of:
when the target form template is displayed through a preset template display page, displaying an identification name corresponding to a target component in the target form template through the template display page;
acquiring user behavior information through the template display page, and displaying a component prompt corresponding to the target component through the template display page in response to the user behavior information meeting a preset behavior condition;
if the target component has the required filling attribute and the form field corresponding to the target component is in a default state, carrying out illegal field reminding;
if the target component has default fields and the form fields corresponding to the target component are in a default state, determining the default fields as the form fields corresponding to the target component;
and if the target component has a field ratio, determining the length ratio between the length of the form field and the length of a preset field, and if the length ratio is greater than the field ratio, performing illegal length reminding.
7. The method of any of claims 1 to 6, wherein arranging the target components according to a preset form page to obtain a target form template comprises:
the user selection information also comprises position information corresponding to the selection identification;
and filling the target assembly into a preset form page according to the position information, and determining the preset form page filled in the target assembly as a target form template.
8. A business form generation system, comprising:
the system comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring a form component library, and the form component library comprises a plurality of component types and form components corresponding to the component types;
the display module is used for displaying the component type through a preset component display page and receiving user selection information corresponding to the component type through the component display page, wherein the selection information comprises at least one selection identifier;
the determining module is used for determining target components corresponding to the selection identifiers from the form components according to matching results between the selection identifiers and the component types, and arranging the target components according to a preset form page to obtain a target form template;
and the sending module is used for sending the target form template to a preset back-end database, so that the back-end database collects the form fields corresponding to the target form template and fills the form fields into the target form template to obtain the service form.
9. An electronic device, comprising: a processor and a memory;
the memory is configured to store a computer program and the processor is configured to execute the computer program stored by the memory to cause the electronic device to perform the method of any of claims 1 to 7.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that:
the computer program, when executed by a processor, implements the method of any one of claims 1 to 7.
CN202211066432.3A 2022-09-01 2022-09-01 Business form generation method and system, electronic equipment and readable storage medium Pending CN115357587A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211066432.3A CN115357587A (en) 2022-09-01 2022-09-01 Business form generation method and system, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211066432.3A CN115357587A (en) 2022-09-01 2022-09-01 Business form generation method and system, electronic equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN115357587A true CN115357587A (en) 2022-11-18

Family

ID=84003942

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211066432.3A Pending CN115357587A (en) 2022-09-01 2022-09-01 Business form generation method and system, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN115357587A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117973342A (en) * 2024-02-22 2024-05-03 北京天融信网络安全技术有限公司 Automatic list generation method and system, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117973342A (en) * 2024-02-22 2024-05-03 北京天融信网络安全技术有限公司 Automatic list generation method and system, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US9576246B2 (en) Predictive modeling and data analysis in a secure shared system
CN110837356B (en) Data processing method and device
US20130111280A1 (en) Method, system, and computer program product for electronic messaging
CN112527609B (en) Early warning information pushing method and device, electronic equipment and storage medium
US20240111565A1 (en) Systems and methods for developing digital experience applications
CN111045653A (en) System generation method and device, computer readable medium and electronic equipment
CN114239504A (en) Form configuration method, device, equipment, readable storage medium and program product
CN115357587A (en) Business form generation method and system, electronic equipment and readable storage medium
CN114218455A (en) Method, device, equipment and medium for quickly reading files
CN113326095A (en) Commission data processing method and device
CN111090591B (en) Test method and device, electronic equipment and computer readable storage medium
CN115168778A (en) Website page generation method and system, electronic equipment and readable storage medium
CN110795638A (en) Method and apparatus for outputting information
KR102500541B1 (en) Management server for members of union for proceeding reconstruction project and operation method of the same
US11275729B2 (en) Template search system and template search method
CN115221448A (en) Webpage configuration method and device, electronic equipment and storage medium
CN113791787A (en) Method and device for developing page
CN113656041A (en) Data processing method, device, equipment and storage medium
CN109101473B (en) Method and apparatus for processing two-dimensional data table
CN110263290A (en) Merchant label setting method and device, electronic equipment and storage medium
CN112949670B (en) Data set switching method and device for federal learning model
CN114911534B (en) Page information extraction method, setting method, device, electronic equipment and medium
CN111414103B (en) Method and device for generating instruction
CN115080592A (en) Dynamic display method of credit card operation state and related equipment
CN114417791A (en) Method, device and equipment for generating presentation

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