CN114004197A - Form processing method and device, electronic equipment and medium - Google Patents

Form processing method and device, electronic equipment and medium Download PDF

Info

Publication number
CN114004197A
CN114004197A CN202111253044.1A CN202111253044A CN114004197A CN 114004197 A CN114004197 A CN 114004197A CN 202111253044 A CN202111253044 A CN 202111253044A CN 114004197 A CN114004197 A CN 114004197A
Authority
CN
China
Prior art keywords
field
modified
version number
determining
control
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
CN202111253044.1A
Other languages
Chinese (zh)
Inventor
黎伟荣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An International Smart City Technology Co Ltd
Original Assignee
Ping An International Smart City 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 Ping An International Smart City Technology Co Ltd filed Critical Ping An International Smart City Technology Co Ltd
Priority to CN202111253044.1A priority Critical patent/CN114004197A/en
Publication of CN114004197A publication Critical patent/CN114004197A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • 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/23Updating
    • 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/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

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)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the application discloses a form processing method, a form processing device, electronic equipment and a medium, wherein the method comprises the following steps: and finally, storing the first form and the second form before modification to a preset position. After the field of the form with a certain version number is modified, the form with a new version number is automatically generated based on the modified form with the version number, and the form with the version number and the form with the new version number are stored at the same time, so that the historical data of the form with the old version number are not influenced under the condition that the form with the new version number required by a user is obtained, and the efficiency of form development is improved.

Description

Form processing method and device, electronic equipment and medium
Technical Field
The present application relates to the field of computer application technologies, and in particular, to a form processing method and apparatus, an electronic device, and a medium.
Background
Electronic forms are gradually replacing traditional paper registries and are widely applied to enterprise business operation. The electronic forms are presented in different formats according to different business requirements.
In the prior art, in electronic form software development, forms in a fixed format are usually developed in a targeted manner according to business requirements. If the data and the display form of the form need to be modified, professional form development and designers need to design and develop again, and re-issue the source code of the form page to the client, and the client is restarted to realize the process, so that the time is consumed, a large amount of manpower and material resources are consumed, and the efficiency of form development is reduced.
Disclosure of Invention
The embodiment of the application provides a form processing method and device, electronic equipment and a medium, so that after a field of a form of a certain version number is modified, a form of a new version number can be automatically generated based on the modified form of the version number, and the form of the version number and the form of the new version number can be stored at the same time.
In a first aspect, an embodiment of the present application provides a form processing method, where the method includes:
determining that a field of a first form is modified;
generating a second form according to the version number of the first form and the modified field;
and storing the first form and the second form before modification to a preset position.
In one possible example, the determining that the fields of the first form are modified comprises: determining that the field of the first form is modified when at least one of a type of the field, a constraint, a calculation formula, and whether padding is necessary is modified.
In one possible example, the determining that the fields of the first form are modified comprises: under the condition that a first touch operation aiming at a first control of a first form is detected, the first form is switched into a field editable state; acquiring the edited field of the first form; comparing the edited field with a field before editing under the condition that a second touch operation for a second control of the first form is detected; and if the edited field is different from the field before editing, determining that the field of the first form is modified.
In one possible example, the generating a second form from the version number and the modified fields of the first form includes: acquiring a first version number of the first form; taking the version number obtained by adding 1 to the first version number as the second version number of the second form; and taking the modified field of the first form as the field of the second form.
In one possible example, the method further comprises: setting the modified fields to be displayed in a different color and/or font than the unmodified fields in the second form.
In one possible example, before determining that the fields of the first form are modified, the method further comprises: acquiring configuration information of the first form, wherein the configuration information is used for indicating the form name and the form structure of the first form; and generating the first form according to the configuration information.
In one possible example, the method further comprises: when a form acquisition request of a target user is received, determining to generate a target form with the time closest to the current time; and sending the target form to the target electronic equipment of the target user.
In a second aspect, an embodiment of the present application provides a form processing apparatus, including:
a determining unit for determining that a field of the first form is modified;
the form generation unit is used for generating a second form according to the version number of the first form and the modified field;
and the storage unit is used for storing the first form and the second form before modification to a preset position.
In a third aspect, the present application provides an electronic device comprising a processing module, a memory, a communication interface, and one or more programs, the one or more programs being stored in the memory and configured to be executed by the processing module, the one or more programs including instructions for performing the steps of the method as set forth in the first aspect.
In a fourth aspect, the present application provides a computer-readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to execute the steps in the method as shown in the first aspect.
It can be seen that, in the embodiment of the present application, it is determined that a field of a first form is modified, then, a second form is generated according to the version number of the first form and the modified field, and finally, the first form and the second form before modification are saved to a preset position. Therefore, by adopting the method and the device, after the field of the form with a certain version number is modified, the form with a new version number can be automatically generated based on the modified form with the version number, and the form with the version number and the form with the new version number can be stored at the same time, so that the historical data of the form with the old version can not be influenced under the condition that the form with the new version number required by a user is obtained, and meanwhile, the efficiency of form development is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a form processing method according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of a form processing apparatus according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to another embodiment of the present application.
Detailed Description
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, but not all, embodiments of the present application. 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.
The terms "first," "second," and the like in the description and claims of the present application and in the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, apparatus, and storage medium, product, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, product, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
In order to make the technical solutions of the present application better understood, 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 only a part of the embodiments of the present application, 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 application.
At present, the form is usually a static form, and the implementation method is as follows: the server generates a form page according to the database table structure and issues the form page to the client for storage, when the client receives an acquisition request of the form page sent by a user, the locally stored form page is displayed, and user data are collected through the form page and submitted to the server for processing. The data and the display form of the traditional form are usually customized, if the data and the display form of the form need to be modified, professional form development and designers need to redesign and develop the data and the display form, source codes of a form page are reissued to a client, the client is restarted to realize the process, time is consumed, a large amount of manpower and material resources are consumed, and the form development efficiency is reduced.
Based on the above problem, an embodiment of the present invention provides a form processing method, which is described in detail below.
Referring to fig. 1, fig. 1 is a schematic flow chart of a form processing method according to an embodiment of the present application, and as shown in fig. 1, the form processing method specifically includes the following steps S101 to S103.
S101, determining that the field of the first form is modified.
Wherein, the field is modified, which means that at least one of the type of the field, the constraint condition, the calculation formula and whether the field must be filled is modified. Therefore, in a specific implementation, the determining that the field of the first form is modified may be implemented by, but is not limited to: determining that the field of the first form is modified when the field of the first form is modified, the field including at least one of a type of the field, a constraint, a calculation formula, and whether padding is necessary.
The first form may be any form that has been created and saved, and the first form is not particularly limited.
As one possible implementation, the determining that the field of the first form is modified may be performed by: under the condition that a first touch operation aiming at a first control of a first form is detected, the first form is switched into a field editable state; acquiring the edited field of the first form; comparing the edited field with a field before editing under the condition that a second touch operation for a second control of the first form is detected; and if the edited field is different from the field before editing, determining that the field of the first form is modified.
The first control is a modification start control, the second control is a modification end confirmation control, it should be noted that the first control and the second control may be the same control or different controls, and it can be understood that, when the first control and the second control may be the same control, the control is a switch for a modification function of the first form.
The first touch operation and the second touch operation may be, but not limited to, any one of a single click operation, a multi-click operation, and a sliding operation, and the first touch operation and the second touch operation may be the same or different.
In specific implementation, the first control, the second control, the first touch operation and the second touch operation of the first form can be preset to control the start and the close of the modification function of the first form, and finally the purpose of determining that the field of the first form is modified is achieved.
For example, if the control a in the form a is both a modification start control and a modification end confirmation control, and both the first touch operation and the second touch operation are single-click operations, the form a is switched to a field editable state when the single-click operation on the control a is detected, and then, after the single-click operation on the control a is detected, if it is determined that the field 1 in the form a is modified from the required field to the unnecessary field, it is determined that the field of the form a is modified.
For another example, if the control a in the form a is a modification start control, the control B in the form a is a modification end confirmation control, and both the first touch operation and the second touch operation are single-click operations, the form a is switched to a field editable state when the single-click operation on the control B is detected, and then, after the single-click operation on the control B is detected, if it is determined that the calculation formula of the field 1 in the form a is modified, it is determined that the field of the form a is modified.
For another example, if the control a in the form a is a modification start control, the control B in the form a is a modification end confirmation control, and both the first touch operation and the second touch operation are single-click operations, the form a is switched to a field editable state when the single-click operation on the control B is detected, and then, after the single-click operation on the control B is detected, if it is determined that the calculation formula of the field 1 in the form a is modified, the field 2 is modified from must be filled to don't be filled, the type of the field 3 is changed from a letter to a number, and the constraint condition of the field 4 is changed from 11 bits to 13 bits, the field of the form a is modified.
It will be appreciated that in the event that it is determined that the fields after editing are the same as the fields before editing, then it is determined that the fields of the first form have not been edited.
As can be seen, in this example, by obtaining the touch operations of the first control and the second control for the first form, the start and the end of the editing function of the first form are controlled, so that the intelligence of form processing is improved, and the user experience is improved by interacting with the user through the controls.
And S102, generating a second form according to the version number of the first form and the modified field.
And the field of the second form is the field of the modified first form, and the version number of the second form is the sum of the version number of the first form and 1.
The implementation manner of generating the second form according to the version number of the first form and the modified field may include, but is not limited to: acquiring a first version number of the first form; taking the version number obtained by adding 1 to the first version number as the second version number of the second form; and taking the modified field of the first form as the field of the second form.
In a specific implementation, if the field 1 of the form a with the version number of 1 is modified into the field 5, and the form a includes the field 1, the field 2, the field 3, and the field 4, the form a with the version number of 1+1, that is, the version number of 2 is the form B, and the field of the form B is the modified field of the form a.
Further, the method may further include: setting the modified fields to be displayed in a different color and/or font than the unmodified fields in the second form.
For example, if field 1 of form a with version number 1 is modified to field 5, the form a includes field 1, field 2, field 3, and field 4, that is, the form B includes field 5, field 2, field 3, and field 4, and in the form B, the color or font of field 5 is different from that of field 2, field 3, and field 4.
In this example, by displaying the modified fields and the unmodified fields in the newly generated form differently, the user can pay more attention to the modification position of the newly generated form when using the newly generated form.
S103, storing the first form and the second form before modification to a preset position.
The preset positions where the first form and the second form are stored before modification may be the same position or different positions, and in a specific implementation, corresponding storage positions are set in advance for the first form and the second form before modification, respectively.
It can be seen that, in the embodiment of the present application, it is determined that a field of a first form is modified, then, a second form is generated according to the version number of the first form and the modified field, and finally, the first form and the second form before modification are saved to a preset position. Therefore, by adopting the method and the device, after the field of the form with a certain version number is modified, the form with a new version number can be automatically generated based on the modified form with the version number, and the form with the version number and the form with the new version number can be stored at the same time, so that the historical data of the form with the old version can not be influenced under the condition that the form with the new version number required by a user is obtained, and meanwhile, the efficiency of form development is improved.
In one possible example, before determining that the fields of the first form are modified, the method further comprises: acquiring configuration information of the first form, wherein the configuration information is used for indicating the form name and the form structure of the first form; and generating the first form according to the configuration information.
In this case, the form version number of the first form is a preset initial version number. The form structure includes fields and at least one of the type of the fields, constraints, calculation formula, and whether padding is necessary.
It can be seen that in this example, the form can be generated based on the configuration information of the form, i.e., the user can define the form as desired.
In one possible example, the method further includes, upon receiving a form acquisition request of a target user, determining to generate a target form whose time is closest to a current time; and sending the target form to the target electronic equipment of the target user.
The target form closest to the current time is also the form of the latest version corresponding to the requested form or types of forms.
For example, when an obtaining request of the form a submitted by the user a is received, a form of a latest version corresponding to the form a is obtained, and the form of the latest version is fed back to the user device of the user a.
As can be seen, in this example, when a form request of a user is received, the form of the latest version corresponding to the request is sent back to the user, so that the user does not need to perform additional obtaining operation, and thus the form of the latest version is automatically received, and user experience is improved.
In the case of an integrated unit, referring to fig. 2, fig. 2 provides a block diagram of functional units of a form processing apparatus. The form processing apparatus 100 includes:
a determining unit 110, configured to determine that a field of the first form is modified;
a form generating unit 120, configured to generate a second form according to the version number of the first form and the modified field;
the storage unit 130 is configured to store the first form and the second form before modification to preset positions.
The storage unit 130 is also used to store program codes and data of the terminal. The storage unit 130 may be a memory. When the storage unit 130 is a memory, the form processing apparatus 100 according to the embodiment of the present application may be an electronic device shown in fig. 3.
It should be noted that specific implementation of each operation may be described in detail in the method embodiment shown in fig. 1, and is not described in detail here.
It can be seen that, in the embodiment of the present application, it is determined that a field of a first form is modified, then, a second form is generated according to the version number of the first form and the modified field, and finally, the first form and the second form before modification are saved to a preset position. Therefore, by adopting the method and the device, after the field of the form with a certain version number is modified, the form with a new version number can be automatically generated based on the modified form with the version number, and the form with the version number and the form with the new version number can be stored at the same time, so that the historical data of the form with the old version can not be influenced under the condition that the form with the new version number required by a user is obtained, and meanwhile, the efficiency of form development is improved.
In one possible example, in terms of the determining that the field of the first form is modified, the determining unit 110 is specifically configured to: determining that the field of the first form is modified when at least one of a type of the field, a constraint, a calculation formula, and whether padding is necessary is modified.
In one possible example, in terms of the determining that the field of the first form is modified, the determining unit 110 is specifically configured to: under the condition that a first touch operation aiming at a first control of a first form is detected, the first form is switched into a field editable state; acquiring the edited field of the first form; comparing the edited field with a field before editing under the condition that a second touch operation for a second control of the first form is detected; and if the edited field is different from the field before editing, determining that the field of the first form is modified.
In one possible example, in the aspect of generating the second form according to the version number and the modified field of the first form, the form generating unit is specifically configured to: acquiring a first version number of the first form; taking the version number obtained by adding 1 to the first version number as the second version number of the second form; and taking the modified field of the first form as the field of the second form.
In one possible example, the form generation unit 120 is further configured to: setting the modified fields to be displayed in a different color and/or font than the unmodified fields in the second form.
In one possible example, the form generation unit 120 is further configured to: before the field of the first form is determined to be modified, acquiring configuration information of the first form, wherein the configuration information is used for indicating a form name and a form structure of the first form; and generating the first form according to the configuration information.
In one possible example, the apparatus further comprises a form pushing unit 140 configured to: when a form acquisition request of a target user is received, determining to generate a target form with the time closest to the current time; and sending the target form to the target electronic equipment of the target user.
Referring to fig. 3, which is a schematic structural diagram of an electronic device provided in an embodiment of the present application, the electronic device 200 in the embodiment shown in fig. 3 may include: a processing module 210, a memory 220, a communication interface 230, and one or more programs 221, the one or more programs 221 being stored in the memory 220 and configured to be executed by the processing module 210, the one or more programs 221 including instructions for performing steps in a method as described below:
determining that a field of a first form is modified;
generating a second form according to the version number of the first form and the modified field;
and storing the first form and the second form before modification to a preset position.
The Processing module 210 may be a Central Processing Unit (CPU), and the Processor may be other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It should be noted that specific implementation of each operation may be described in detail in the method embodiment shown in fig. 1, and is not described in detail here.
It can be seen that, in the embodiment of the present application, it is determined that a field of a first form is modified, then, a second form is generated according to the version number of the first form and the modified field, and finally, the first form and the second form before modification are saved to a preset position. Therefore, by adopting the method and the device, after the field of the form with a certain version number is modified, the form with a new version number can be automatically generated based on the modified form with the version number, and the form with the version number and the form with the new version number can be stored at the same time, so that the historical data of the form with the old version can not be influenced under the condition that the form with the new version number required by a user is obtained, and meanwhile, the efficiency of form development is improved.
In one possible example, in the determining that the fields of the first form are modified, the instructions in the one or more programs 221 are specifically to: determining that the field of the first form is modified when at least one of a type of the field, a constraint, a calculation formula, and whether padding is necessary is modified.
In one possible example, in the determining that the fields of the first form are modified, the instructions in the one or more programs 221 are specifically to: under the condition that a first touch operation aiming at a first control of a first form is detected, the first form is switched into a field editable state; acquiring the edited field of the first form; comparing the edited field with a field before editing under the condition that a second touch operation for a second control of the first form is detected; and if the edited field is different from the field before editing, determining that the field of the first form is modified.
In one possible example, in the aspect of generating the second form according to the version number and the modified field of the first form, the instructions in the one or more programs 221 are specifically configured to: acquiring a first version number of the first form; taking the version number obtained by adding 1 to the first version number as the second version number of the second form; and taking the modified field of the first form as the field of the second form.
In one possible example, the instructions in the one or more programs 221 are further to: setting the modified fields to be displayed in a different color and/or font than the unmodified fields in the second form.
In one possible example, the instructions in the one or more programs 221 are further to: before the field of the first form is determined to be modified, acquiring configuration information of the first form, wherein the configuration information is used for indicating a form name and a form structure of the first form; and generating the first form according to the configuration information.
In one possible example, the one or more programs 221 further include instructions for performing steps in a method as described below:
when a form acquisition request of a target user is received, determining to generate a target form with the time closest to the current time; and sending the target form to the target electronic equipment of the target user.
Also provided in embodiments of the present application is a computer-readable storage medium storing a computer program, where the computer program includes program instructions, and the program instructions, when executed by a processor, implement a form processing method as shown in the embodiment in fig. 2.
The computer readable storage medium may be an internal storage unit of the electronic device according to any of the foregoing embodiments, for example, a hard disk or a memory of the control device. The computer-readable storage medium may also be an external storage device of the control device, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), or the like provided on the control device. Further, the computer-readable storage medium may also include both an internal storage unit and an external storage device of the control device. The computer-readable storage medium is used to store the computer program and other programs and data required by the control device. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
By way of example, the computer-readable storage medium described above may be deployed to be executed on one computer device or on multiple computer devices at one site or distributed across multiple sites and interconnected by a communication network, and the multiple computer devices distributed across the multiple sites and interconnected by the communication network may constitute a blockchain network.
While the invention has been described with reference to specific embodiments, the scope of the invention is not limited thereto, and those skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the invention. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A form processing method, comprising:
determining that a field of a first form is modified;
generating a second form according to the version number of the first form and the modified field;
and storing the first form and the second form before modification to a preset position.
2. The method of claim 1, wherein determining that a field of the first form is modified comprises:
determining that the field of the first form is modified when the field of the first form is modified, the field including at least one of a type of the field, a constraint, a calculation formula, and whether padding is necessary.
3. The method of claim 1, wherein determining that a field of the first form is modified comprises:
under the condition that a first touch operation aiming at a first control of a first form is detected, the first form is switched into a field editable state;
acquiring the edited field of the first form;
comparing the edited field with a field before editing under the condition that a second touch operation for a second control of the first form is detected;
and if the edited field is different from the field before editing, determining that the field of the first form is modified.
4. The method of claim 1, wherein generating a second form from the version number and the modified fields of the first form comprises:
acquiring a first version number of the first form;
taking the version number obtained by adding 1 to the first version number as the second version number of the second form;
and taking the modified field of the first form as the field of the second form.
5. The method of claim 4, further comprising:
setting the modified fields to be displayed in a different color and/or font than the unmodified fields in the second form.
6. The method of claim 1, wherein prior to determining that the field of the first form is modified, the method further comprises:
acquiring configuration information of the first form, wherein the configuration information is used for indicating the form name and the form structure of the first form;
and generating the first form according to the configuration information.
7. The method of claim 1, further comprising:
when a form acquisition request of a target user is received, determining to generate a target form with the time closest to the current time;
and sending the target form to the target electronic equipment of the target user.
8. A form processing apparatus, comprising:
a determining unit for determining that a field of the first form is modified;
the form generation unit is used for generating a second form according to the version number of the first form and the modified field;
and the storage unit is used for storing the first form and the second form before modification to a preset position.
9. An electronic device comprising a processing module, a memory, a communication interface, and one or more programs stored in the memory and configured to be executed by the processing module, the one or more programs including instructions for performing the steps in the method of any of claims 1-7.
10. A computer-readable storage medium, characterized in that a computer program for electronic data exchange is stored, wherein the computer program causes a computer to perform the steps in the method according to any of claims 1-7.
CN202111253044.1A 2021-10-26 2021-10-26 Form processing method and device, electronic equipment and medium Pending CN114004197A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111253044.1A CN114004197A (en) 2021-10-26 2021-10-26 Form processing method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111253044.1A CN114004197A (en) 2021-10-26 2021-10-26 Form processing method and device, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN114004197A true CN114004197A (en) 2022-02-01

Family

ID=79924457

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111253044.1A Pending CN114004197A (en) 2021-10-26 2021-10-26 Form processing method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN114004197A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116628067A (en) * 2023-07-25 2023-08-22 苏州万店掌网络科技有限公司 Form data processing method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116628067A (en) * 2023-07-25 2023-08-22 苏州万店掌网络科技有限公司 Form data processing method, device, equipment and storage medium
CN116628067B (en) * 2023-07-25 2023-10-31 苏州万店掌网络科技有限公司 Form data processing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN1759391B (en) Change request form annotation
CN110704519B (en) Service bill conversion method and device, storage medium and computer equipment
CN100363892C (en) Method and system for managing development objects for computer program code
CN108509209A (en) A kind of generation method, device, computer equipment and the storage medium of resource packet
CN106649543B (en) Method, device and terminal for recording reading progress
JP2014146128A (en) Information processing apparatus, information processing system, information processing method, and program
CN108268275B (en) Software version control method and software version control equipment
US7315396B2 (en) Systems and methods for generating banner pages
JP2020067977A (en) Information processing apparatus and program
CN114004197A (en) Form processing method and device, electronic equipment and medium
CN113760276A (en) Method and device for generating page code
KR101908410B1 (en) Method for providing electronic book using page information and apparatus for the same
CN113434122A (en) Multi-role page creation method and device, server and readable storage medium
CN113342249B (en) Content management method, device, equipment and storage medium capable of previewing in real time
CN111078630A (en) Signature system and method
CN117130697B (en) Method and device for fixing application on taskbar
AU2015200816A1 (en) Generating a signed electronic document
JP2011233104A (en) Information processing system, information processor, information processing method, program, and recording medium
JP2019219818A (en) Program, information processing equipment and information processing method
US20140092435A1 (en) Applying individual preferences to printed documents
JP6552162B2 (en) Information processing apparatus, information processing method, and program
CN112667141A (en) Input revocation method, device, electronic equipment and computer-readable storage medium
CN112445441B (en) Printing processing system, method and related equipment
CN109104501B (en) Data synchronization method, device and system
CN109240735B (en) Requirement rollback scheme filling method and device, terminal and readable 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