CN113761864A - Form amount calculation method and device, electronic equipment and computer storage medium - Google Patents

Form amount calculation method and device, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN113761864A
CN113761864A CN202111055150.9A CN202111055150A CN113761864A CN 113761864 A CN113761864 A CN 113761864A CN 202111055150 A CN202111055150 A CN 202111055150A CN 113761864 A CN113761864 A CN 113761864A
Authority
CN
China
Prior art keywords
single item
amount
data
template data
form template
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
CN202111055150.9A
Other languages
Chinese (zh)
Inventor
许泉泉
龙奕志
方鸿灏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hunan MgtvCom Interactive Entertainment Media Co Ltd
Original Assignee
Hunan MgtvCom Interactive Entertainment Media Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hunan MgtvCom Interactive Entertainment Media Co Ltd filed Critical Hunan MgtvCom Interactive Entertainment Media Co Ltd
Priority to CN202111055150.9A priority Critical patent/CN113761864A/en
Publication of CN113761864A publication Critical patent/CN113761864A/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
    • G06F40/186Templates
    • 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/174Form filling; Merging

Landscapes

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

Abstract

The application provides a form amount calculation method, a form amount calculation device, electronic equipment and a computer storage medium, wherein the method comprises the following steps: rendering according to the form template data issued by the rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol; when the single item has the money data input, assembling the single item and the money data to obtain a first single item; finally, submitting the first single item to a back end; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data. Therefore, when the amount data of the form is calculated, the front end does not participate in calculation, so that the condition that the calculation results of the front end and the back end are inconsistent in the prior art is avoided, the step of inquiring again which form data is inaccurate in calculation does not exist, and the working efficiency is improved.

Description

Form amount calculation method and device, electronic equipment and computer storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for calculating a form amount, an electronic device, and a computer storage medium.
Background
The currently common calculation of the form type amount is that the front end monitors the amount of each single item according to the specific amount filled by the front end, then calculates the related data, and submits the filled form amount and the amount calculated by the front end to the back end together after the calculation to achieve the purpose of calculating the amount.
However, in the calculation method in the prior art, it is difficult to maintain the edited data in the whole form after each money is edited, and there are edited data and calculated data; moreover, the situation that the results calculated by the front end and the back end are inconsistent may occur when the edited and calculated data are submitted to the back end, so that which form data is inaccurate to calculate is inquired again, the difficulty of problem searching is increased, and the working efficiency is greatly reduced.
Disclosure of Invention
In view of this, the present application provides a method and an apparatus for calculating a form amount, an electronic device, and a computer storage medium, which can ensure that results calculated by a front end and a back end are consistent and improve work efficiency.
The application provides a method for calculating the amount of a form, which comprises the following steps:
rendering according to the form template data issued by the rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol;
for each single item in the form, monitoring the input of the single item;
when the single item has the money data input, assembling the single item and the money data to obtain a first single item;
submitting the first single item to the backend; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
Optionally, when the single item has the money data input, after the single item and the money data are assembled to obtain a first single item, the method further includes:
sending a binding notification; wherein the binding notification is to indicate to bind the single item with the first single item;
wherein the submitting the first single item to the backend comprises:
and after receiving the notification that the binding is successful, submitting the first single item to the back end.
Optionally, after submitting the first single item to the backend, the method further includes:
pulling the spliced form template data;
and rendering the spliced form template data to obtain the latest form.
Optionally, the method for calculating the amount of the form further includes:
and carrying out preset rule verification on the amount data to obtain a verification result.
A second aspect of the present application provides a form amount calculation apparatus, including:
the rendering unit is used for rendering according to the form template data issued by the rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol;
the monitoring unit is used for monitoring the input of each single item in the form;
the assembling unit is used for assembling the single item and the amount data to obtain a first single item when the single item has the amount data input;
a submission unit configured to submit the first single item to the backend; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
Optionally, the form amount calculation device further includes:
a sending unit for sending a binding notification; wherein the binding notification is to indicate to bind the single item with the first single item;
wherein the commit unit is configured to:
and after receiving the notification that the binding is successful, submitting the first single item to the back end.
Optionally, the form amount calculation device further includes:
the pulling unit is used for pulling the spliced form template data;
and the rendering unit is also used for rendering the spliced form template data to obtain the latest form.
Optionally, the form amount calculation device further includes:
and the checking unit is used for checking the preset rule of the amount data to obtain a checking result.
A third aspect of the present application provides an electronic device comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of calculating a form sum as recited in any one of the first aspects.
A fourth aspect of the present application provides a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the method of calculating a form amount according to any one of the first aspects.
According to the scheme, the application provides a form amount calculation method, a form amount calculation device, an electronic device and a computer storage medium, wherein the form amount calculation method comprises the following steps: firstly, rendering is carried out according to form template data issued by a rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol; then, aiming at each single item in the form, monitoring the input of the single item; when the single item has the money data input, assembling the single item and the money data to obtain a first single item; finally, submitting the first single item to the backend; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data. Therefore, when the amount data of the form is calculated, the front end does not participate in calculation, so that the condition that the calculation results of the front end and the back end are inconsistent in the prior art is avoided, the step of inquiring again which form data is inaccurate in calculation does not exist, and the working efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a detailed flowchart of a method for calculating a form amount according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating a method for calculating a form amount according to another embodiment of the present application;
FIG. 3 is a diagram of a form amount calculation device according to another embodiment of the present application;
FIG. 4 is a diagram illustrating a form amount calculation device according to another embodiment of the present application;
fig. 5 is a schematic view of an electronic device implementing a form amount calculation method according to another embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first", "second", and the like, referred to in this application, are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence of functions performed by these devices, modules or units, but the terms "include", or any other variation thereof are intended to cover a non-exclusive inclusion, so that a process, method, article, or apparatus that includes a series of elements includes not only those elements but also other elements that are not explicitly listed, or includes elements inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiment of the application provides a method for calculating the amount of a form, which specifically comprises the following steps as shown in fig. 1:
and S101, rendering according to the form template data issued by the back end to obtain the form.
The form template data comprises a pre-agreed front-end and back-end form protocol.
It is understood that the pre-agreed front-end and back-end form protocols are intended to avoid the form style complexity of the computing control.
S102, aiming at each single item in the form, monitoring the input of the single item.
It should be noted that all the single items can be monitored by one monitoring device; or binding a single monitoring device for each single item to monitor the single item; or binding a single monitoring device to the single item with high importance level to monitor the single item, binding a monitoring device to a plurality of single items with low importance level to monitor the single items; the method is very versatile and is not limited herein.
Specifically, the manner of listening to the input of the single item may be, but is not limited to, adding a listening device or a program to the input box of the single item. When the monitoring device or program in the input box monitors that the input box inputs a sum data, such as 1,
s103, when the single item has the money data input, assembling the single item and the money data to obtain a first single item.
Continuing with the above example, when a monitoring device or program in the input box monitors that the input box has entered an amount data, such as 10231, the order is assembled with the amount data (10231) to obtain a first order.
And S104, submitting the first single item to the back end.
The back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
Optionally, in another embodiment of the present application, after the first single item is submitted to the back end, and when the back end successfully adjusts according to a preset calculation rule and a related service permission field, calculates a specific amount of the first single item, and splices the specific amount into the form template data, to obtain the spliced form template data, an implementation manner of the method for calculating the amount of the form further includes:
pulling the spliced form template data; and rendering the spliced form template data to obtain the latest form.
It can be understood that after the spliced form template data is successfully pulled, the edited amount and the related calculated amount control data are obtained. And then, the data is rendered into the form, so that the calculation amount of the front end is reduced, the whole calculation rule can be handed to the back end for calculation, the calculation rule is flexible and changeable, and the purpose of completely consistent calculation values of the front end and the back end is achieved.
Optionally, in another embodiment of the present application, an implementation manner of the method for calculating the form amount further includes:
and carrying out preset rule verification on the amount data to obtain a verification result. The aim of dynamic, flexible and changeable calculation of the bill amount is fulfilled.
It can be seen that through the above steps of the present application, in the specific implementation process of the application, only the input amount data and the assembled data (i.e. the first single item) need to be concerned, the calculation rule of each single item does not need to be concerned, and most importantly, the problem of inaccurate calculation values at the front end and the back end does not need to be concerned, which is particularly important in office software. Thus, the input form amount data is submitted each time, and then the related amount data is pulled and rendered, so that the effect of dynamically updating and calculating the form is achieved.
According to the scheme, the application provides a form amount calculation method, which comprises the following steps: firstly, rendering is carried out according to form template data issued by a rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol; then, aiming at each single item in the form, monitoring the input of the single item; when the single item has the money data input, assembling the single item and the money data to obtain a first single item; finally, submitting the first single item to a back end; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data. Therefore, when the amount data of the form is calculated, the front end does not participate in calculation, so that the condition that the calculation results of the front end and the back end are inconsistent in the prior art is avoided, the step of inquiring again which form data is inaccurate in calculation does not exist, and the working efficiency is improved.
Optionally, in another embodiment of the present application, an implementation of the method for calculating the form amount, as shown in fig. 2, includes:
s201, rendering is carried out according to the form template data issued by the back end to obtain a form.
The form template data comprises a pre-agreed front-end and back-end form protocol.
It should be noted that the specific implementation process of step S201 is the same as the specific implementation process of step S101, and reference may be made to this.
S202, aiming at each single item in the form, monitoring the input of the single item.
It should be noted that the specific implementation process of step S202 is the same as the specific implementation process of step S101, and reference may be made to this.
And S203, when the single item has the money data input, assembling the single item and the money data to obtain a first single item.
It should be noted that the specific implementation process of step S203 is the same as the specific implementation process of step S103, and can be referred to each other.
And S204, sending a binding notification.
Wherein the binding notification is used to indicate that the binding item is associated with the first item. For subsequent operations of querying, analyzing, checking, etc.
And S205, after receiving the notification of successful binding, submitting the first single item to a back end.
The back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
It should be noted that the specific implementation process of step S205 is the same as the specific implementation process of step S104, and reference may be made to this.
According to the scheme, the application provides a form amount calculation method, which comprises the following steps: firstly, rendering is carried out according to form template data issued by a rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol; then, aiming at each single item in the form, monitoring the input of the single item; when the single item has the money data input, assembling the single item and the money data to obtain a first single item and sending a binding notice; wherein the binding notification is used for indicating that the single item is bound with the first single item; finally, after receiving the notification of successful binding, submitting the first single item to a back end; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data. Therefore, when the amount data of the form is calculated, the front end does not participate in calculation, so that the condition that the calculation results of the front end and the back end are inconsistent in the prior art is avoided, the step of inquiring again which form data is inaccurate in calculation does not exist, and the working efficiency is improved.
Another embodiment of the present application provides a form amount calculation apparatus, as shown in fig. 3, specifically including:
the rendering unit 301 is configured to perform rendering according to the form template data issued by the back end to obtain a form.
The form template data comprises a pre-agreed front-end and back-end form protocol.
The monitoring unit 302 is configured to monitor input of a single item for each single item in the form.
The assembling unit 303 is configured to assemble the single item and the amount data to obtain a first single item when the single item has the amount data input.
A submitting unit 304, configured to submit the first single item to the backend.
The back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 1, which is not described herein again.
Optionally, in another embodiment of the present application, an implementation of the form amount calculation apparatus further includes:
and the pulling unit is used for pulling the spliced form template data.
And the rendering unit is also used for rendering the spliced form template data to obtain the latest form.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation of the form amount calculation apparatus further includes:
and the checking unit is used for checking the preset rule of the amount data to obtain a checking result.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
According to the scheme, the application provides a form amount calculation device: firstly, the rendering unit 301 performs rendering according to form template data issued by the rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol; then, the monitoring unit 302 monitors the input of the single item for each single item in the form; when the single item has the money data input, the assembling unit 303 assembles the single item and the money data to obtain a first single item; finally, the submission unit 304 submits the first single item to the backend; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data. Therefore, when the amount data of the form is calculated, the front end does not participate in calculation, so that the condition that the calculation results of the front end and the back end are inconsistent in the prior art is avoided, the step of inquiring again which form data is inaccurate in calculation does not exist, and the working efficiency is improved.
Optionally, in another embodiment of the present application, an implementation of the method for calculating the form amount, as shown in fig. 4, includes:
and the rendering unit 401 is configured to perform rendering according to the form template data issued by the back end to obtain the form.
The form template data comprises a pre-agreed front-end and back-end form protocol.
And the monitoring unit 402 is used for monitoring the input of the single item for each single item in the form.
The assembling unit 403 is configured to, when a single item of money data is input, assemble the single item and the money data to obtain a first single item.
A sending unit 404, configured to send a binding notification.
Wherein the binding notification is used to indicate that the binding item is associated with the first item.
A submitting unit 405, configured to submit the first single item to the backend after receiving the notification of successful binding.
The back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 2, which is not described herein again.
Optionally, in another embodiment of the present application, an implementation of the form amount calculation apparatus further includes:
and the pulling unit is used for pulling the spliced form template data.
And the rendering unit is also used for rendering the spliced form template data to obtain the latest form.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
Optionally, in another embodiment of the present application, an implementation of the form amount calculation apparatus further includes:
and the checking unit is used for checking the preset rule of the amount data to obtain a checking result.
For specific working processes of the units disclosed in the above embodiments of the present application, reference may be made to the contents of the corresponding method embodiments, which are not described herein again.
According to the scheme, the application provides a form amount calculation device: firstly, a rendering unit 401 performs rendering according to form template data issued by a rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol; then, the monitoring unit 402 monitors the input of the single item for each single item in the form; when the single item has the money data input, the assembling unit 403 assembles the single item and the money data to obtain a first single item and sends a binding notification through the sending unit 404; wherein the binding notification is used for indicating that the single item is bound with the first single item; finally, the submitting unit 405 submits the first single item to the back end after receiving the notification of successful binding; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data. Therefore, when the amount data of the form is calculated, the front end does not participate in calculation, so that the condition that the calculation results of the front end and the back end are inconsistent in the prior art is avoided, the step of inquiring again which form data is inaccurate in calculation does not exist, and the working efficiency is improved.
Another embodiment of the present application provides an electronic device, as shown in fig. 5, including:
one or more processors 501.
A storage device 502 on which one or more programs are stored.
The one or more programs, when executed by the one or more processors 501, cause the one or more processors 501 to implement the method of calculating a form amount as described in any of the above embodiments.
Another embodiment of the present application provides a computer storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the method for calculating the amount of a form as described in any one of the above embodiments.
In the above embodiments disclosed in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various 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). It should also be noted that, 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. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present disclosure may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part. The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a live broadcast device, or a network device) to execute all or part of the steps of the method according to the embodiments of the present disclosure. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Those skilled in the art can make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for calculating a form amount, comprising:
rendering according to the form template data issued by the rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol;
for each single item in the form, monitoring the input of the single item;
when the single item has the money data input, assembling the single item and the money data to obtain a first single item;
submitting the first single item to the backend; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
2. The computing method of claim 1, wherein said assembling the single item with the amount data when the single item has the amount data entered, after obtaining a first single item, further comprises:
sending a binding notification; wherein the binding notification is to indicate to bind the single item with the first single item;
wherein the submitting the first single item to the backend comprises:
and after receiving the notification that the binding is successful, submitting the first single item to the back end.
3. The computing method of claim 1, wherein after submitting the first single item to the backend, further comprising:
pulling the spliced form template data;
and rendering the spliced form template data to obtain the latest form.
4. The computing method of claim 1, further comprising:
and carrying out preset rule verification on the amount data to obtain a verification result.
5. An apparatus for calculating a form amount, comprising:
the rendering unit is used for rendering according to the form template data issued by the rear end to obtain a form; the form template data comprises a pre-agreed front-end and back-end form protocol;
the monitoring unit is used for monitoring the input of each single item in the form;
the assembling unit is used for assembling the single item and the amount data to obtain a first single item when the single item has the amount data input;
a submission unit configured to submit the first single item to the backend; the back end is used for calculating the specific amount of the first single item according to a preset calculation rule and the adjustment of the related service authority field, and splicing the specific amount into the form template data to obtain the spliced form template data.
6. The computing device of claim 5, further comprising:
a sending unit for sending a binding notification; wherein the binding notification is to indicate to bind the single item with the first single item;
wherein the commit unit is configured to:
and after receiving the notification that the binding is successful, submitting the first single item to the back end.
7. The computing device of claim 5, further comprising:
the pulling unit is used for pulling the spliced form template data;
and the rendering unit is also used for rendering the spliced form template data to obtain the latest form.
8. The computing device of claim 5, further comprising:
and the checking unit is used for checking the preset rule of the amount data to obtain a checking result.
9. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of calculating a form sum of any of claims 1-4.
10. A computer storage medium, having a computer program stored thereon, wherein the computer program, when executed by a processor, implements a method of calculating a form dollar amount in accordance with any one of claims 1-4.
CN202111055150.9A 2021-09-09 2021-09-09 Form amount calculation method and device, electronic equipment and computer storage medium Pending CN113761864A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111055150.9A CN113761864A (en) 2021-09-09 2021-09-09 Form amount calculation method and device, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111055150.9A CN113761864A (en) 2021-09-09 2021-09-09 Form amount calculation method and device, electronic equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN113761864A true CN113761864A (en) 2021-12-07

Family

ID=78794265

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111055150.9A Pending CN113761864A (en) 2021-09-09 2021-09-09 Form amount calculation method and device, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN113761864A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106952072A (en) * 2016-01-26 2017-07-14 深圳市瑞福登信息技术服务有限公司 A kind of method and system of data processing
CN108038089A (en) * 2017-12-01 2018-05-15 方欣科技有限公司 A kind of online electronic spreadsheet engine of property tax
CN110472207A (en) * 2018-05-10 2019-11-19 北京京东尚科信息技术有限公司 List generation method and device
CN111401020A (en) * 2020-03-20 2020-07-10 用友网络科技股份有限公司 Interface loading method and system and computing equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106952072A (en) * 2016-01-26 2017-07-14 深圳市瑞福登信息技术服务有限公司 A kind of method and system of data processing
CN108038089A (en) * 2017-12-01 2018-05-15 方欣科技有限公司 A kind of online electronic spreadsheet engine of property tax
CN110472207A (en) * 2018-05-10 2019-11-19 北京京东尚科信息技术有限公司 List generation method and device
CN111401020A (en) * 2020-03-20 2020-07-10 用友网络科技股份有限公司 Interface loading method and system and computing equipment

Similar Documents

Publication Publication Date Title
US20180227116A1 (en) Systems and methods for generating, uploading, and executing code blocks within distributed network nodes
CN110597888B (en) Virtual resource acquisition method and device based on block chain, medium and equipment
CN104283975A (en) File distribution method and device
CN103177368A (en) Reconciliation method and system for electronic commerce system
CN107220376B (en) Data query method and device
EP3812997A1 (en) Blockchain-based data processing method and apparatus, and server
CN112866249A (en) Application login management method and device and storage medium
KR102114532B1 (en) Information operation
CN115827084A (en) Data processing method, device, equipment and storage medium
CN107341047B (en) Route processing method and device of callback event, storage medium and computer equipment
CN112037070B (en) Flexible index configuration method and device
CN113761864A (en) Form amount calculation method and device, electronic equipment and computer storage medium
CN110109970B (en) Data query processing method and device
CN110266825B (en) Virtual number generation method and device
CN110941658A (en) Data export method, device, server and storage medium
CN114971204A (en) Budget control method, budget control system, storage medium and electronic equipment
CN114240335A (en) Data processing method and device
CN110517010B (en) Data processing method, system and storage medium
CN109508185B (en) Code review method and device
CN113726885A (en) Method and device for adjusting flow quota
CN110209512A (en) Verification of data method and device based on multi-data source
CN113704251A (en) Method and device for layout of home page of distributed storage database all-in-one machine
CN112597119A (en) Method and device for generating processing log and storage medium
CN110175182A (en) Verification of data method and device
CN111767060A (en) Multi-stage gray scale verification method, multi-stage gray scale verification device, electronic equipment and 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