CN111444696A - Report display and editing method and device - Google Patents

Report display and editing method and device Download PDF

Info

Publication number
CN111444696A
CN111444696A CN202010223220.6A CN202010223220A CN111444696A CN 111444696 A CN111444696 A CN 111444696A CN 202010223220 A CN202010223220 A CN 202010223220A CN 111444696 A CN111444696 A CN 111444696A
Authority
CN
China
Prior art keywords
report
data
editing
result
display
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.)
Granted
Application number
CN202010223220.6A
Other languages
Chinese (zh)
Other versions
CN111444696B (en
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010223220.6A priority Critical patent/CN111444696B/en
Publication of CN111444696A publication Critical patent/CN111444696A/en
Application granted granted Critical
Publication of CN111444696B publication Critical patent/CN111444696B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a report display and editing method and a report display and editing device, which relate to the field of data processing, and the method comprises the following steps: acquiring configuration information of a report; the configuration information is used for determining a display area, a display rule and a maintenance rule of the report; when receiving the query instruction, generating a query result of a report according to the query instruction, the display area and the display rule, and sending the query result to the data display module so that the data display module displays the query result; and when the editing instruction is received, editing the report according to the editing instruction and the maintenance rule to obtain an editing result of the report, and sending the editing result to the storage module so that the storage module stores the editing result. The invention can set the display area, the display rule and the maintenance rule through the configuration information, improves the efficiency of developing the diversified report forms at the front end, improves the robustness of the program, and only needs to modify the configuration information of the report forms without modifying all related report form codes if the subsequent requirement changes.

Description

Report display and editing method and device
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a device for displaying and editing a report.
Background
With the development of big data, data visualization has become a focus of attention of enterprises and individuals, and report display is the most common and effective way for data visualization of bank systems. In order to support diversified report display and dynamic rendering of form components, the front end and the background both need to develop different codes for different types of reports, resulting in low development efficiency. For the same type of problems, if the demand change exists subsequently, a plurality of report codes need to be modified, and the code robustness is poor.
Disclosure of Invention
The invention provides a report display and editing method and device, which can improve the efficiency of developing a diversified report at the front end and facilitate the modification of the related information of report requirements when the requirements change.
In a first aspect, an embodiment of the present invention provides a report display and editing method, where the method includes: acquiring configuration information of a report; the configuration information is used for determining a display area, a display rule and a maintenance rule of the report; when a query instruction is received, generating a query result of the report according to the query instruction, the display area and the display rule, and sending the query result to a data display module so that the data display module displays the query result; and when an editing instruction is received, editing the report according to the editing instruction and the maintenance rule to obtain an editing result of the report, and sending the editing result to a storage module so that the storage module stores the editing result.
In a second aspect, an embodiment of the present invention further provides a report display and editing apparatus, where the apparatus includes: the configuration information module is used for acquiring the configuration information of the report; the configuration information is used for determining a display area, a display rule and a maintenance rule of the report; the data display module is used for generating a query result of the report according to the query instruction, the display area and the display rule when receiving the query instruction, and sending the query result to the data display module so that the data display module displays the query result; and the data maintenance module is used for editing the report according to the editing instruction and the maintenance rule when receiving the editing instruction to obtain an editing result of the report, and sending the editing result to the storage module so that the storage module stores the editing result.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory and a processor, where the memory stores a computer program that can be run on the processor, and the processor implements the report display and editing method when executing the computer program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable medium having a non-volatile program code executable by a processor, where the program code causes the processor to execute the report displaying and editing method.
The embodiment of the invention has the following beneficial effects: the embodiment of the invention provides a report display and editing scheme, which can determine a display area, a display rule and a maintenance rule of a report by acquiring prestored report configuration information; when receiving the query instruction, generating a query result of a report according to the query instruction, the display area determined by the configuration information and the display rule determined by the configuration information, and then sending the query result to the data display module for displaying; when the editing instruction is received, the report is edited according to the editing instruction and the maintenance rule determined by the configuration information to obtain an editing result of the report, and then the editing result is sent to the storage module to be stored. The embodiment of the invention can set the display area, the display rule and the maintenance rule through the configuration information, improves the efficiency of developing the diversified report forms at the front end, improves the robustness of the program, and only needs to modify the configuration information of the report forms without modifying all related report form codes if the subsequent requirement changes.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart of a report displaying and editing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating an implementation flow of a report displaying and editing method according to an embodiment of the present invention;
FIG. 3 is a block diagram of a report display and editing apparatus according to an embodiment of the present invention;
fig. 4 is a block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. 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.
At present, the existing report display scheme does not consider the following three points. Firstly, when a user edits a report form, a form component is dynamically rendered, for example, a drop-down box is dynamically rendered according to configuration when data with selectable items is modified, so as to ensure that the data range is correct; secondly, the data format is automatically checked according to the configuration when the maintenance request is not submitted; thirdly, operations supported by reports in different application scenarios are not considered to be different, for example, some reports only allow new operations, but other reports only allow modification and approval operations if the data range is determined.
According to the report display and editing method and device provided by the embodiment of the invention, front-end developers develop the report components according to the interface and configure a small amount of attribute information, so that different types of reports can be dynamically rendered.
To facilitate understanding of the embodiment, a detailed description is first given to a report displaying and editing method disclosed in the embodiment of the present invention.
For ease of understanding, the terms involved are first explained as follows:
front end: the method runs on browsers such as a PC terminal and a mobile terminal and displays the webpages browsed by the user.
Back end (background): the logic function module corresponding to the front end is invisible to the user.
Form component: common components on a web page that interact with a user include an input box, a pull-down menu, a date selector, and the like.
JSON (JavaScript Object Notation, JS Object Notation): a lightweight data exchange format.
The embodiment of the invention provides a report display and editing method, which is shown in a flow chart of the report display and editing method shown in figure 1 and comprises the following steps:
and step S102, acquiring configuration information of the report.
In the embodiment of the invention, the configuration information is used for determining the display area, the display rule and the maintenance rule of the report. The display area refers to the position of the report needing to be displayed at the front end; the presentation rule is a specification of data for determining a visual effect presented by the report, for example, the data may be used for determining a presentation format, a presentation color, a presentation order, and the like of the report, and the maintenance rule is used for specifying a modification maintenance requirement of the report.
In order to implement the function of the configuration information, a developer may configure the attribute information of the report in the background to obtain the configuration information. For example, front-end presentation column names, background column names, etc. may be configured for determining the presentation area; configurable, front-end page presentation elements (e.g., input boxes, drop-down menus, date selectors, etc.), order of front-end presentation columns, etc. for determining presentation rules; front end data formats (e.g., type and length of data), allowed modified regions, etc. data may be configured for determining maintenance rules.
It should be noted that some report attributes have a relationship with a plurality of function rules, for example, the front-end data format and the presentation rule have a relationship with the maintenance rule. Therefore, the exhibition and editing effects to be realized can be realized respectively or together through a plurality of kinds of data configured in advance in the configuration information.
In addition, it should be noted that each report has corresponding configuration information corresponding to it, so that when the configuration information is obtained, the display area, the display rule and the maintenance rule of the report corresponding to the configuration information can be obtained.
And step S104, when receiving the query instruction, generating a query result of the report according to the query instruction, the display area and the display rule, and sending the query result to the data display module so that the data display module displays the query result.
In the embodiment of the invention, the report to be inquired can be determined through the inquiry instruction, the area to be displayed of the report to be inquired can be determined according to the inquiry instruction and the display area, the visual effect of the display of the report to be displayed can be determined according to the inquiry instruction and the display rule, so that the inquiry result of the report is obtained, and the obtained inquiry result is sent to the data display module so that the data display module can display the inquiry result, wherein the data display module can be a browser of a PC (personal computer) end or a mobile end.
And S106, when the editing instruction is received, editing the report according to the editing instruction and the maintenance rule to obtain an editing result of the report, and sending the editing result to the storage module so that the storage module stores the editing result.
In the embodiment of the invention, the report to be edited can be determined through the editing instruction, the area to be edited of the table to be edited and the related requirements of the editing can be determined according to the editing instruction and the maintenance rule, the report is edited according to the area and the requirements to obtain the editing result of the report, and then the editing result is sent to the storage module so that the storage module stores the editing result.
Considering that in order to optimize the display effect, the query result of the report is generated according to the query instruction, the display area and the display rule, and the method can be executed according to the following steps:
determining report data according to the query instruction; rendering the header of the report and the report area where the report data is located according to the display area to obtain a rendering result; setting a display format and a display sequence of the report data according to the display rule to obtain a setting result; and taking the rendering result and the setting result as the query result of the report.
In the embodiment of the invention, the report data is the data in the report to be queried, which is transmitted by the query instruction, and after the report data is acquired from the report according to the query instruction, because the specific positions of the header of the report and the report area where the report data is located can be known after the display area is determined, the header of the report and the report area where the report data is located can be rendered according to the display area, so that different areas can be rendered into different effects, and the user can conveniently view the report. The display format and the display order in the report can be set according to the display rule, for example, the display order can be a sorting result obtained by sorting each data column according to the column name in the report, the setting result is obtained after the display format and the display order are determined, and the rendering result and the setting result are used as the query result of the report.
For example, when a user queries report data on a front-end webpage, the front end queries attribute information of the report, stores the attribute information in the front end, renders a header according to the attribute, and then queries report data information to a background to render a finished report.
Considering that in order to optimize the editing process, the report is edited according to the editing instruction and the maintenance rule to obtain the editing result of the report, the method can be performed according to the following steps:
determining data to be edited according to the editing instruction; verifying the data to be edited according to the maintenance rule; and if the data to be edited passes the verification, editing the report according to the data to be edited to obtain an editing result of the report.
In the embodiment of the present invention, the data to be edited is data for maintaining a report transmitted according to an edit instruction, and the maintenance rule may be used to limit editing of the report, for example, by using the maintenance rule, it may be limited that data at a certain position in the report may only modify any one of the first data content, the second data content, or the third data content, then, according to the maintenance rule, if the data to be edited is the fourth data content, the data to be edited may not pass verification, and if the data to be edited is any one of the first data content, the second data content, or the third data content, the data to be edited passes verification, and the report is maintained according to the data to be edited, so as to obtain an edit result of the report.
It should be noted that the maintenance rule may not only limit the data to be edited from the data content, but also limit the data to be edited from the data format, so as to meet the maintenance requirements of various reports.
In view of improving the accuracy of the editing result, the report is edited according to the data to be edited, which can be performed according to the following steps:
generating a hypertext markup language tag according to the configuration information; rendering the report according to the hypertext markup language tag to obtain an editing rendering result; and editing the report according to the data to be edited and the editing rendering result.
In the embodiment of the present invention, data to be edited may be determined according to a maintenance rule in configuration information, for example, if data a in a certain column of a certain row is to be modified and modified into data B, then the data a and the data B are data to be edited, data C in a certain column of a certain row is to be deleted, then the data C is data to be edited, if data D is newly added in a certain column of a certain row, then the data D is data to be edited, setting of a display effect of a report region corresponding to the data to be edited may be achieved by setting a display region and display rule related data in the configuration information in advance, for example, a rendering color, a rendering region, a rendering sequence, a rendering time, and the like may be set, and then, based on the data to be edited and attribute information of a report such as the report region corresponding to the data to be edited, an HTM L (HyperText Markup language HyperText Markup L language) tag may be generated, a report region in editing may be dynamically rendered, and accuracy of an editing result may be improved according to the data to be edited and the rendering result.
For example, during specific execution, when a user maintains report data on a front-end webpage, the front end dynamically generates an HTM L tag according to the stored report attribute information, namely, automatically renders a form component.
Considering that the report is edited to realize different report editing requirements, the method can be executed according to the following steps:
and adding data, deleting data and/or modifying data to the report.
In the embodiment of the present invention, the report editing may be adding data to the report, deleting data in the report, modifying data in the report, or performing one or more of the above operations.
The implementation of the method is described below with a specific embodiment.
1. Generating configuration information in advance: developers configure the relevant attributes of the report (namely, the front-end and back-end configuration information interfaces) in the background, and the information to be configured refers to the table 1 and the table 2, and includes the column attribute configuration information and the field value information:
1) CO L UMN _ INFO;
Figure BDA0002426797760000061
Figure BDA0002426797760000071
Figure BDA0002426797760000081
TABLE 1
2) Field value table (mainly for drop-down box design) CO L UMN _ DECODE.
Figure BDA0002426797760000082
TABLE 2
2. When reusing the front-end report component, a developer needs to transmit parameters to specify maintenance operations supported by the corresponding report, and provide a background UR L (Uniform Resource L environment) supporting the operations.
3. And inquiring report data.
1) The front end inquires configuration parameters of a report to the background according to the TAB L E _ ID, the background returns the configuration parameters in a Json format in a form of { colInfo [ { key1: value1, … }, … ], decodecode einfo [ { key1: value1, … }, … ] }, the front end analyzes and stores data returned by the background, and then header information is dynamically generated according to CO L _ INDEX (column sequence number) and CO L _ DISP L AY (column name shown by the front end).
2) The front end calls a background report data query service to query report data, the background returns report data in a JSON format (keys are consistent with configured CO L _ NAME), and the front end puts the data into a corresponding CO L _ NAME (background list NAME) column according to the keys.
3) The front end judges whether the line of data is approved or not according to the MODIFY _ F L AG (modification flag), DEFAU L T _ VA L UE (field default value) and the current value of the data in the cell, if the line of data is approved, the background color of the line of data is gray, otherwise, the background color is normal.
4. And modifying report data.
1) The user clicks on a cell of the report.
2) The front end judges whether the column allows modification according to the stored configuration information READ _ ON L Y (READ only or not), PK _ F L AG (whether a main key is available or not, the main key does not allow modification), and MODIFY _ F L AG (modification flag bit). if not, the front end prompts a user that the column does not allow modification, otherwise, the front end dynamically generates an html tag according to DISP L AY _ TYPE (front end page element display format), SUB _ TYPE (subtype), CO L _ CODE (field value CODE), CO L _ DECODE (field value meaning), and takes the current value of the source cell as the value of the tag.
3) And after the user modifies the data, clicking and submitting.
4) The front end automatically checks whether the user input meets the requirements according to fields such as CO L _ TYPE (field attribute), CO L _ L ENGTH (field maximum length), FORMAT _ DATE (DATE FORMAT) and the like, if not, an error is prompted, otherwise, the data is submitted to the background.
5. And adding report data.
1) The user clicks the new button.
2) The front end dynamically generates an html tag according to DISP L AY _ TYPE (front end page element display format), SUB _ TYPE (subtype), CO L _ CODE (field value CODE) and CO L _ DECODE (field value meaning), and takes DEFAU L T _ VA L UE (field default value) as the value of the tag.
3) And inputting data by a user, and clicking to submit.
4) The front end automatically checks whether the user input meets the requirements according to fields such as PK _ F L AG (whether the primary key is needed or not), CO L _ TYPE (field attribute), CO L _ L ENGTH (field maximum length), FORMAT _ DATE (DATE FORMAT) and the like, if not, an error is prompted, otherwise, the data is submitted to the background.
6. And (5) approving the data.
1) And selecting the data to be approved by the user, and clicking for approval.
2) The background modifies the approval status of these data.
For example, the type of an element HTM L supporting rendering may need to be increased, or a mechanism for processing a trigger event may be changed (for example, a response action when a button is clicked changes, an actual scene may be that an approval button is clicked, an approval state of a selected record changes, a subordinate operator may not modify approved data, and a subordinate operator may be required to modify approved data after the requirement changes).
In addition, an open interface can be reserved in the report component, so that the extended maintenance operation can be supported through the reserved open interface.
The embodiment of the invention provides a report display and editing method and a device, which improve the efficiency of front-end development of diversified reports, enable front-end developers to dynamically render reports only by adding a small amount of configuration information, realize dynamic display of different types of report information at the front end, and support various online report maintenance functions. In addition, the invention improves the robustness of the program, and only needs to modify the configuration information or the front-end report component if the subsequent requirement changes, and does not need to modify all related report codes.
The embodiment of the present invention further provides a report display and editing apparatus, referring to the structural block diagram of the report display and editing apparatus shown in fig. 3, the apparatus includes:
the configuration information module 71 is used for acquiring configuration information of the report; the configuration information is used for determining a display area, a display rule and a maintenance rule of the report; the data display module 72 is used for generating a query result of the report according to the query instruction, the display area and the display rule when receiving the query instruction, and sending the query result to the data display module so that the data display module displays the query result; and the data maintenance module 73 is configured to edit the report according to the editing instruction and the maintenance rule when receiving the editing instruction, obtain an editing result of the report, and send the editing result to the storage module, so that the storage module stores the editing result.
In one embodiment, the data presentation module is specifically configured to: determining report data according to the query instruction; rendering the header of the report and the report area where the report data is located according to the display area to obtain a rendering result; setting a display format and a display sequence of the report data according to the display rule to obtain a setting result; and taking the rendering result and the setting result as the query result of the report.
In one embodiment, the data maintenance module is specifically configured to: determining data to be edited according to the editing instruction; verifying the data to be edited according to the maintenance rule; and if the data to be edited passes the verification, editing the report according to the data to be edited to obtain an editing result of the report.
In one embodiment, the data maintenance module is specifically configured to: generating a hypertext markup language tag according to the configuration information; rendering the report according to the hypertext markup language tag to obtain an editing rendering result; and editing the report according to the data to be edited and the editing rendering result.
In one embodiment, the data maintenance module is specifically configured to: and adding data, deleting data and/or modifying data to the report.
Referring to the implementation flow diagram of the report display and editing method shown in fig. 2, the scheme can be implemented by the cooperation of a front end and a background.
The user inquires the report data on the webpage, the front-end configuration information module calls the background configuration information inquiry service to inquire the configuration information of the corresponding report, and the configuration information is stored. And the data display module renders the header according to the configuration information, and then calls a background report data query service to query data and render the data.
The user maintains (adds/deletes) the report data on the webpage, the front-end report component dynamically renders the form component according to the stored configuration information, when the user input is completed, and clicks and submits, the front-end report component verifies the data format according to the stored configuration information, and if the format is correct, the back-end report data maintenance service is invoked to add or modify the data.
And the user approves the report data on the webpage, and the front-end data maintenance module calls the background report data approval service to complete the update of the data approval state. When the data is in the approved state, the modification operation is not allowed to be carried out.
The embodiment of the present invention further provides a computer device, referring to the schematic block diagram of the structure of the computer device shown in fig. 4, the computer device includes a memory 81 and a processor 82, the memory stores a computer program that can be executed on the processor, and the processor implements the steps of any one of the methods when executing the computer program.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the computer device described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Embodiments of the present invention also provide a computer readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform any of the steps of the above-described method.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A report display and editing method is characterized by comprising the following steps:
acquiring configuration information of a report; the configuration information is used for determining a display area, a display rule and a maintenance rule of the report;
when a query instruction is received, generating a query result of the report according to the query instruction, the display area and the display rule, and sending the query result to a data display module so that the data display module displays the query result;
and when an editing instruction is received, editing the report according to the editing instruction and the maintenance rule to obtain an editing result of the report, and sending the editing result to a storage module so that the storage module stores the editing result.
2. The method of claim 1, wherein generating the query result of the report according to the query instruction, the display area and the display rule comprises:
determining report data according to the query instruction;
rendering the header of the report and the report area where the report data is located according to the display area to obtain a rendering result;
setting the display format and the display sequence of the report data according to the display rule to obtain a set result;
and taking the rendering result and the setting result as a query result of the report.
3. The method according to claim 1, wherein editing the report according to the editing instruction and the maintenance rule to obtain an editing result of the report comprises:
determining data to be edited according to the editing instruction;
verifying the data to be edited according to the maintenance rule;
and if the data to be edited passes the verification, editing the report according to the data to be edited to obtain an editing result of the report.
4. The method according to claim 3, wherein editing the report according to the data to be edited comprises:
generating a hypertext markup language tag according to the configuration information;
rendering the report according to the hypertext markup language tag to obtain an editing rendering result;
and editing a report according to the data to be edited and the editing and rendering result.
5. The method of claim 3 or 4, wherein editing the report comprises:
and performing data adding, data deleting and/or data modifying treatment on the report.
6. A report display and edit device is characterized by comprising:
the configuration information module is used for acquiring the configuration information of the report; the configuration information is used for determining a display area, a display rule and a maintenance rule of the report;
the data display module is used for generating a query result of the report according to the query instruction, the display area and the display rule when receiving the query instruction, and sending the query result to the data display module so that the data display module displays the query result;
and the data maintenance module is used for editing the report according to the editing instruction and the maintenance rule when receiving the editing instruction to obtain an editing result of the report, and sending the editing result to the storage module so that the storage module stores the editing result.
7. The apparatus of claim 6, wherein the data presentation module is specifically configured to:
determining report data according to the query instruction;
rendering the header of the report and the report area where the report data is located according to the display area to obtain a rendering result;
setting the display format and the display sequence of the report data according to the display rule to obtain a set result;
and taking the rendering result and the setting result as a query result of the report.
8. The apparatus of claim 6, wherein the data maintenance module is specifically configured to:
determining data to be edited according to the editing instruction;
verifying the data to be edited according to the maintenance rule;
and if the data to be edited passes the verification, editing the report according to the data to be edited to obtain an editing result of the report.
9. Computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the method according to any of the claims 1 to 5 when executing the computer program.
10. A computer-readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the method of any of the preceding claims 1 to 5.
CN202010223220.6A 2020-03-26 2020-03-26 Report form display and editing method and device Active CN111444696B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010223220.6A CN111444696B (en) 2020-03-26 2020-03-26 Report form display and editing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010223220.6A CN111444696B (en) 2020-03-26 2020-03-26 Report form display and editing method and device

Publications (2)

Publication Number Publication Date
CN111444696A true CN111444696A (en) 2020-07-24
CN111444696B CN111444696B (en) 2024-04-19

Family

ID=71652512

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010223220.6A Active CN111444696B (en) 2020-03-26 2020-03-26 Report form display and editing method and device

Country Status (1)

Country Link
CN (1) CN111444696B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183041A (en) * 2020-09-28 2021-01-05 建信金融科技有限责任公司 Report form adjusting method, device, equipment and storage medium based on indexes
CN112631481A (en) * 2020-12-30 2021-04-09 航天信息软件技术有限公司 Interaction method and system under editable list
CN113157754A (en) * 2021-03-22 2021-07-23 招银云创信息技术有限公司 Method, device and equipment for displaying flow form data and storage medium
CN113741897A (en) * 2021-09-06 2021-12-03 北京字节跳动网络技术有限公司 Question list generation method, device, equipment and storage medium
CN114546205A (en) * 2022-04-26 2022-05-27 北京金堤科技有限公司 Method and device for editing display information

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072821A1 (en) * 2009-04-06 2012-03-22 Anthony Bowling Document editing method
CN104376068A (en) * 2014-11-07 2015-02-25 北京思特奇信息技术股份有限公司 Data representation system and method based on dynamic report template
CN105740219A (en) * 2016-01-29 2016-07-06 浪潮软件集团有限公司 Report self-defining method and device
CN109325053A (en) * 2018-06-29 2019-02-12 平安科技(深圳)有限公司 Data processing method, device and the computer readable storage medium of reporting system
CN109710237A (en) * 2019-01-10 2019-05-03 厦门商集网络科技有限责任公司 A kind of online modification method of calibration and equipment based on customized two-dimentional report
CN110222321A (en) * 2019-04-16 2019-09-10 中国平安人寿保险股份有限公司 Report form generation method, device, computer installation and computer readable storage medium
CN110473080A (en) * 2019-07-30 2019-11-19 阿里巴巴集团控股有限公司 A kind of report processing method, device and computer equipment
CN110597851A (en) * 2019-09-20 2019-12-20 四川长虹电器股份有限公司 Big data based data processing and report display method
CN110647573A (en) * 2019-09-17 2020-01-03 泰华智慧产业集团股份有限公司 Chart visual editing method and system based on database technology

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072821A1 (en) * 2009-04-06 2012-03-22 Anthony Bowling Document editing method
CN104376068A (en) * 2014-11-07 2015-02-25 北京思特奇信息技术股份有限公司 Data representation system and method based on dynamic report template
CN105740219A (en) * 2016-01-29 2016-07-06 浪潮软件集团有限公司 Report self-defining method and device
CN109325053A (en) * 2018-06-29 2019-02-12 平安科技(深圳)有限公司 Data processing method, device and the computer readable storage medium of reporting system
CN109710237A (en) * 2019-01-10 2019-05-03 厦门商集网络科技有限责任公司 A kind of online modification method of calibration and equipment based on customized two-dimentional report
CN110222321A (en) * 2019-04-16 2019-09-10 中国平安人寿保险股份有限公司 Report form generation method, device, computer installation and computer readable storage medium
CN110473080A (en) * 2019-07-30 2019-11-19 阿里巴巴集团控股有限公司 A kind of report processing method, device and computer equipment
CN110647573A (en) * 2019-09-17 2020-01-03 泰华智慧产业集团股份有限公司 Chart visual editing method and system based on database technology
CN110597851A (en) * 2019-09-20 2019-12-20 四川长虹电器股份有限公司 Big data based data processing and report display method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183041A (en) * 2020-09-28 2021-01-05 建信金融科技有限责任公司 Report form adjusting method, device, equipment and storage medium based on indexes
CN112631481A (en) * 2020-12-30 2021-04-09 航天信息软件技术有限公司 Interaction method and system under editable list
CN113157754A (en) * 2021-03-22 2021-07-23 招银云创信息技术有限公司 Method, device and equipment for displaying flow form data and storage medium
CN113157754B (en) * 2021-03-22 2023-01-31 招银云创信息技术有限公司 Method, device and equipment for displaying flow form data and storage medium
CN113741897A (en) * 2021-09-06 2021-12-03 北京字节跳动网络技术有限公司 Question list generation method, device, equipment and storage medium
CN114546205A (en) * 2022-04-26 2022-05-27 北京金堤科技有限公司 Method and device for editing display information
CN114546205B (en) * 2022-04-26 2022-07-15 北京金堤科技有限公司 Method and device for editing display information

Also Published As

Publication number Publication date
CN111444696B (en) 2024-04-19

Similar Documents

Publication Publication Date Title
CN111444696B (en) Report form display and editing method and device
CN113094037B (en) Interaction method, development platform, equipment and storage medium for forms and workflows
CN111259303B (en) System and method for automatically generating front-end page of WEB information system
US8181156B1 (en) System and method for managing web-based forms and dynamic content of website
US8370750B2 (en) Technology for generating service program
AU2006287357A1 (en) Designating, setting and discovering parameters for spreadsheet documents
US9451006B1 (en) Methods, systems, and articles of manufacture for configuration-based client-side resource resolution framework for customizable user experience
US20170192877A1 (en) Mobile application development and deployment
WO2009072145A1 (en) Templating system and method for updating content in real time
CN108268525A (en) A kind of report implementation method and device based on Excel template
CN110825766A (en) Query condition generation method and device, server and readable storage medium
US10417317B2 (en) Web page profiler
WO2019033016A1 (en) System and method for providing visualizations of computing infrastructure using a domain-specific language for cloud services infrastructure
CA2795201A1 (en) Client application and web page integration
US20160012551A1 (en) Apparatus and Application Server for Providing a Service to a User
CN111797340B (en) Service packaging system for user-defined extraction flow
US11126410B2 (en) Method and apparatus for building pages, apparatus and non-volatile computer storage medium
US10324600B2 (en) Web page generation system
KR101730070B1 (en) Method for providing webpage in SaaS ENVIRONMENT, Computer program for the same, and Recording medium storing computer program for the same
CN115758016A (en) Webpage content staticizing processing method and system
CN111858595B (en) Dynamic configuration method and system for electric power engineering examination record table
Collins Pro HTML5 with Visual Studio 2015
JP2013200844A (en) Screen control system, screen control program, screen creation support program and screen control method
CN113448552A (en) Code generation method and device
JP2015148925A (en) Program generation device and method

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
GR01 Patent grant