CN111966683A - Visual form map establishing method and device, electronic equipment and storage medium - Google Patents

Visual form map establishing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111966683A
CN111966683A CN202010822768.2A CN202010822768A CN111966683A CN 111966683 A CN111966683 A CN 111966683A CN 202010822768 A CN202010822768 A CN 202010822768A CN 111966683 A CN111966683 A CN 111966683A
Authority
CN
China
Prior art keywords
relation
forms
current central
preset area
tree
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
CN202010822768.2A
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.)
Beijing Seeyon Internet Software Corp
Original Assignee
Beijing Seeyon Internet Software Corp
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 Beijing Seeyon Internet Software Corp filed Critical Beijing Seeyon Internet Software Corp
Priority to CN202010822768.2A priority Critical patent/CN111966683A/en
Publication of CN111966683A publication Critical patent/CN111966683A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/26Visual data mining; Browsing structured data

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application provides a visual form map establishing method and device, electronic equipment and a storage medium. The method comprises the following steps: obtaining a relation tree to be processed, wherein the relation tree is provided with a plurality of forms; transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form; moving the form which has a direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish a connection relation with the current central form; and sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map.

Description

Visual form map establishing method and device, electronic equipment and storage medium
Technical Field
The application relates to the technical field of computer networks, in particular to a visual form map establishing method and device, electronic equipment and a storage medium.
Background
In the existing business data visualization technology, the core data carrier includes receiving a data structure containing data types of base elements and data rules between the base elements. The relationship visualization mode comprises the following steps: (1) generating a page control corresponding to the basic element according to a first corresponding relation between a preset data type and a page control type; (2) generating a constraint relation between page controls corresponding to the data rules among the basic elements according to a second corresponding relation between preset data rules and control rules; (3) and generating a view interface according to the page control and the constraint relation between the page controls, and displaying the view interface.
The prior art has the following disadvantages: the relationship between the various business forms cannot be visually displayed.
Disclosure of Invention
The embodiment of the application aims to provide a method and a device for establishing a visual form map, electronic equipment and a storage medium, which can more intuitively present the relationship among all business forms.
In a first aspect, an embodiment of the present application provides a method for establishing a visualization form atlas, including the following steps:
obtaining a relation tree to be processed, wherein the relation tree is provided with a plurality of forms;
transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form;
moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area to establish connection relation with the current central form, wherein each form connected with the current central form is a peripheral related form of the current central form;
and sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map.
According to the method and the device, the relation maps which are related among the transparent forms are quickly established, so that the business relation is adjusted through the visual operation forms, the complex business of enterprise systematic management is facilitated, and the relation among the forms can be more intuitively.
Optionally, in the visual form map building method according to the embodiment of the present application, the step of moving a form, which has a direct relationship with the current central form, in the remaining forms in the relationship tree to the preset area to build a connection relationship with the current central form includes:
dragging one of the remaining forms on the relationship tree to the preset area;
judging whether the form dragged into the preset area is directly related to the current central form or not;
if a direct relation is established, establishing a connection relation between the form dragged to the preset area and the current central table;
and if the direct relation is not established, the dragging operation is cancelled.
Optionally, in the method for establishing a visualization form atlas according to the embodiment of the present application, the step of establishing a connection relationship between the form dragged to the preset area and the current central table includes:
and connecting the form dragged to the preset area with the current central form through a lead wire, and setting a relation type corresponding to the lead wire.
Optionally, in the method for establishing a visualization form atlas according to the embodiment of the present application, the step of setting the relationship type corresponding to the lead line includes:
and setting a trigger mark on the lead, wherein the trigger mark is used for popping up a relation preview table when the trigger mark is selected, and the relation preview table stores a plurality of trigger relations of two forms at two ends of the lead.
Optionally, in the method for establishing a visualization form atlas according to the embodiment of the present application, the method further includes the following steps:
when one form in the relationship map is selected, the selected form is taken as a current central form, and the form directly connected with the current central form is displayed around the current central form;
hiding forms that do not establish direct connection with the current central form.
Optionally, in the method for establishing a visualization form atlas according to the embodiment of the present application, the method further includes the following steps:
and when any form in the relationship map is not selected, displaying all forms and corresponding connection relationships of the relationship map.
In a second aspect, an embodiment of the present application further provides a visualized form atlas creating apparatus, including:
the system comprises a first obtaining module, a second obtaining module and a processing module, wherein the first obtaining module is used for obtaining a relation tree to be processed, and the relation tree is provided with a plurality of forms;
the first transfer module is used for transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form;
the second transfer module is used for moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area so as to establish connection relation with the current central form, and each form connected with the current central form is a peripheral related form of the current central form;
and the circulating module is used for sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map.
Optionally, in the apparatus for creating a visualization form atlas according to an embodiment of the present application, the second transfer module includes:
the dragging unit is used for dragging one of the remaining forms on the relation tree to the preset area;
the judging unit is used for judging whether the form dragged into the preset area is directly related to the current central form or not;
the connection unit is used for establishing a connection relation between the form dragged to the preset area and the current central table if a direct relation is established;
and the canceling unit is used for canceling the dragging operation if the direct relation is not established.
In a third aspect, an embodiment of the present application provides an electronic device, including a processor and a memory, where the memory stores computer-readable instructions, and when the computer-readable instructions are executed by the processor, the steps in the method as provided in the first aspect are executed.
In a fourth aspect, embodiments of the present application provide a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, performs the steps in the method as provided in the first aspect.
As can be seen from the above, in the present application, by obtaining a relationship tree to be processed, a plurality of forms are provided on the relationship tree; transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form; moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area to establish connection relation with the current central form, wherein each form connected with the current central form is a peripheral related form of the current central form; sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map; therefore, the method and the device realize the quick establishment of the relationship maps which can be used for looking through the association among the forms, can adjust the business relationship through the visual operation form, are convenient for the enterprise to systematically manage complex business, and can more intuitively manage the relationship among the forms.
Additional features and advantages of the present application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the embodiments of the present application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of a method for establishing a visualization form atlas according to an embodiment of the present application.
Fig. 2 is a scene graph of a visualization form map establishing method provided in the embodiment of the present application.
Fig. 3 is another scene diagram of a visualization form map establishing method provided in the embodiment of the present application.
Fig. 4 is another scene diagram of a visualization form atlas creating method provided in the embodiment of the present application.
Fig. 5 is a structural diagram of a visual form map creating apparatus according to an embodiment of the present application.
Fig. 6 is a schematic structural diagram of an electronic device according to an 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 only a part of the embodiments of the present application, and not all of the embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of a visualization form atlas creation method in some embodiments of the present application. The visual form map establishing method comprises the following steps:
s101, obtaining a relation tree to be processed, wherein the relation tree is provided with a plurality of forms.
S102, transferring one form in the forms on the relation tree to a preset area and setting the form as a current center form.
S103, moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area to establish connection relation with the current central form, wherein each form connected with the current central form is a peripheral related form of the current central form.
S104, sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map.
In step S101, the forms in the relationship tree are sequentially arranged from top to bottom in a menu form. As shown in fig. 2. The left area 11 of the display interface 100 displays the relationship tree. The relationship tree has a plurality of forms 111. The forms 111 are arranged in sequence from top to bottom. The right area 12 of the display interface 100 is used to display the relationship graph to be generated.
In step S102, an appropriate form of the forms in the relationship tree is dragged to a preset area, that is, the right area 12 of the display interface is used as the current center form. For example, a "department annual budget Table" may be selected and dragged to the right area 12 of the display interface. This form, the department annual budget Table, serves as the current central form.
In a specific operation, a most core form in the plurality of forms is often used as a current central form set for the first time, and in a relationship tree, the number of forms associated with a top-most form or a next-to-top form is often the largest, so that when the current central form is selected for the first time, the top-level form or the next-to-top form on the relationship tree can be selected.
As shown in fig. 3, in the step S103, in the table on the relational tree, the "expense reimbursement form", "department annual budget application form", "payment application form", "borrowing application form", "department annual budget adjustment form" and the table "department annual budget table" have a direct connection, so that the "expense reimbursement form", "department annual budget application form", "payment application form", "borrowing application form", "department annual budget adjustment form" are dragged to the right region, that is, the preset region, and are respectively connected to the current central table "department annual budget table" as the peripheral related table connected to the current central table "department annual budget table". The direct connection means that the two forms have direct association, and when data of one form is modified, data of the other form is triggered to be modified.
Specifically, as shown in fig. 4, in operation, the step S103 includes the following sub-steps: s1031, dragging one of the remaining forms on the relationship tree to the preset area; s1032, judging whether the form dragged to the preset area is directly related to the current central form or not; s1033, if a direct relation is established, establishing a connection relation between the form dragged to the preset area and the current central table; and S1034, if no direct relation is established, canceling the dragging operation.
In step S1031, the user may perform the drag operation and move the form, or the form may be automatically selected in order and subjected to the drag operation. In this step S1032, the trigger relationship between the form with which the direct connection is generated can be acquired by querying the relationship preview table of the form. In step S1033, the form dragged to the preset area is connected to the current central form through a lead line, and a relationship type corresponding to the lead line is set. Wherein the step of setting the corresponding relationship type of the lead wire comprises the following steps: and setting a trigger mark on the lead, wherein the trigger mark is used for popping up a relation preview table when the trigger mark is selected, and the relation preview table stores a plurality of trigger relations of two forms at two ends of the lead. When the data of one form changes, the data of the other form correspondingly changes according to the triggering relationship.
In step S104, one peripheral related form is set as the current central form each time, and then the forms having a direct relationship with the current central form in the remaining forms of the relationship tree are dragged to the relationship map, and a connection relationship is established until all the forms having a direct relationship with the central form are added to the preset area. Then, another peripheral related form is selected as a central form, the forms which have direct relation with the central form in the remaining forms of the relation tree are dragged to the preset area, and a connection relation is established.
It will be appreciated that in some embodiments, the visualization form atlas creation method further comprises the steps of:
s105, when one form in the relation map is selected, displaying the form directly connected with the selected form around the selected form in the relation map by taking the selected form as a center; and hiding the forms which do not establish direct connection with the selected forms.
And S106, when any form in the relationship map is not selected, displaying all forms and corresponding connection relationships in the relationship map.
By the display mode, the association state and the triggering relation among the forms can be displayed more intuitively. When the relation map is not selected, the whole relation map is directly displayed, so that a user can conveniently operate or select each form of the relation map, and the efficiency can be improved.
As can be seen from the above, in the present application, by obtaining a relationship tree to be processed, a plurality of forms are provided on the relationship tree; transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form; moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area to establish connection relation with the current central form, wherein each form connected with the current central form is a peripheral related form of the current central form; sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map; therefore, the method and the device realize the quick establishment of the relationship maps which can see the association among the forms, adjust the business relationship by visually operating the forms, and facilitate the systematic management of complex business of enterprises.
Referring to fig. 5, fig. 5 is a schematic structural diagram of a visual form map creating apparatus in some embodiments of the present application. The visual form map establishing device comprises: a first acquisition module 201, a first transfer module 202, a second transfer module 203, and a loop module 204.
The first obtaining module 201 is configured to obtain a relationship tree to be processed, where the relationship tree has multiple forms; the multiple forms on the relation tree are sequentially arranged from top to bottom in a menu form. As shown in fig. 2. The left area 11 of the display interface 100 displays the relationship tree. The relationship tree has a plurality of forms 111. The forms 111 are arranged in sequence from top to bottom. The right area 12 of the display interface 100 is used to display the relationship graph to be generated.
The first transfer module 202 is configured to transfer one of the forms in the multiple forms in the relationship tree to a preset area and set the form as a current central form; and dragging an appropriate form in the forms on the relation tree to a preset area, namely a right area 12 of the display interface as a current center form. For example, a "department annual budget Table" may be selected and dragged to the right area 12 of the display interface. This form, the department annual budget Table, serves as the current central form. In a specific operation, a most core form in the plurality of forms is often used as a current central form set for the first time, and in a relationship tree, the number of forms associated with a top-most form or a next-to-top form is often the largest, so that when the current central form is selected for the first time, the top-level form or the next-to-top form on the relationship tree can be selected.
The second transfer module 203 is configured to move a form that has a direct relationship with the current central form in the remaining forms in the relationship tree to the preset area to establish a connection relationship with the current central form, where each form connected with the current central form is a peripheral related form of the current central form. Specifically, the second transfer module 203 includes: the device comprises a dragging unit, a judging unit, a connecting unit and a canceling unit. The dragging unit is used for dragging one of the remaining forms on the relation tree to the preset area; the judging unit is used for judging whether the form dragged into the preset area is directly related to the current central form or not; the connection unit is used for establishing a connection relation between the form dragged to the preset area and the current central table if a direct relation is established; the cancelling unit is used for cancelling the dragging operation if the direct relation is not established.
In the form on the relational tree, the "expense reimbursement form", "department annual budget application form", "payment application form", "loan application form", "department annual budget adjustment form" and the form "department annual budget table" have a direct connection, so that the "expense reimbursement form", "department annual budget application form", "payment application form", "loan application form", and "department annual budget adjustment form" are dragged to the right region, that is, the preset region, and are respectively connected to the current central form "department annual budget table" as a peripheral related form connected to the current central form "department annual budget table". The direct connection means that the two forms have direct association, and when data of one form is modified, data of the other form is triggered to be modified.
The dragging unit may be moved by receiving a dragging operation by a user, or may be automatically moved by sequentially selecting a form to drag the form. The judging unit may obtain the trigger relationship between the forms directly connected to the judging unit by querying the relationship pre-browsing table of the forms. And connecting the form dragged to the preset area with the current central form through a lead wire, and setting the corresponding relation type of the lead wire. Wherein the step of setting the corresponding relationship type of the lead wire comprises the following steps: and setting a trigger mark on the lead, wherein the trigger mark is used for popping up a relation preview table when the trigger mark is selected, and the relation preview table stores a plurality of trigger relations of two forms at two ends of the lead. When the data of one form changes, the data of the other form correspondingly changes according to the triggering relationship.
The loop module 204 is configured to set each peripheral related form as a current central form in sequence, and execute the step of moving a form having a direct relationship with the current central form in the remaining forms in the relationship tree to the preset area to establish a connection with the current central form until all the forms in the relationship tree are transferred to the preset area to form a relationship graph. And setting a peripheral associated form as a current central form each time, dragging the forms which are in direct relation with the current central form in the remaining forms of the relation tree into the relation map, and establishing a connection relation until all the forms which are in direct relation with the central form are added into the preset area. Then, another peripheral related form is selected as a central form, the forms which have direct relation with the central form in the remaining forms of the relation tree are dragged to the preset area, and a connection relation is established.
As can be seen from the above, in the present application, by obtaining a relationship tree to be processed, a plurality of forms are provided on the relationship tree; transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form; moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area to establish connection relation with the current central form, wherein each form connected with the current central form is a peripheral related form of the current central form; sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map; therefore, the method and the device realize the quick establishment of the relationship maps which can see the association among the forms, adjust the business relationship by visually operating the forms, and facilitate the systematic management of complex business of enterprises.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application, in which an electronic device 4 includes: the processor 401 and the memory 402, the processor 401 and the memory 402 being interconnected and communicating with each other via a communication bus 403 and/or other form of connection mechanism (not shown), the memory 402 storing a computer program executable by the processor 401, the processor 401 executing the computer program when the computing device is running to perform the method of any of the alternative implementations of the embodiments described above.
The embodiment of the present application provides a storage medium, and when being executed by a processor, the computer program performs the method in any optional implementation manner of the above embodiment. The storage medium may be implemented by any type of volatile or nonvolatile storage device or combination thereof, such as a Static Random Access Memory (SRAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an Erasable Programmable Read-Only Memory (EPROM), a Programmable Read-Only Memory (PROM), a Read-Only Memory (ROM), a magnetic Memory, a flash Memory, a magnetic disk, or an optical disk.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented by the way. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or form.
In addition, units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
Furthermore, the functional modules in the embodiments of the present application 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.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A visual form map building method is characterized by comprising the following steps:
obtaining a relation tree to be processed, wherein the relation tree is provided with a plurality of forms;
transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form;
moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area to establish connection relation with the current central form, wherein each form connected with the current central form is a peripheral related form of the current central form;
and sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map.
2. The method of claim 1, wherein the step of moving the form having a direct relationship with the current center form from the remaining forms in the relationship tree to the preset area to establish a connection relationship with the current center form comprises:
dragging one of the remaining forms on the relationship tree to the preset area;
judging whether the form dragged into the preset area is directly related to the current central form or not;
if a direct relation is established, establishing a connection relation between the form dragged to the preset area and the current central table;
and if the direct relation is not established, the dragging operation is cancelled.
3. The method according to claim 2, wherein the step of establishing a connection relationship between the form dragged to the preset area and the current central table comprises:
and connecting the form dragged to the preset area with the current central form through a lead wire, and setting a relation type corresponding to the lead wire.
4. The visual form atlas creation method of claim 3, wherein the step of setting the relationship type for the lead line correspondence includes:
and setting a trigger mark on the lead, wherein the trigger mark is used for popping up a relation preview table when the trigger mark is selected, and the relation preview table stores a plurality of trigger relations of two forms at two ends of the lead.
5. The visual spreadsheet map building method of claim 1, further comprising the steps of:
when one form in the relationship map is selected, the selected form is taken as a current central form, and the form directly connected with the current central form is displayed around the current central form;
hiding forms that do not establish direct connection with the current central form.
6. The visual spreadsheet map building method of claim 1, further comprising the steps of:
and when any form in the relationship map is not selected, displaying all forms and corresponding connection relationships of the relationship map.
7. A visual form map creation apparatus, comprising:
the system comprises a first obtaining module, a second obtaining module and a processing module, wherein the first obtaining module is used for obtaining a relation tree to be processed, and the relation tree is provided with a plurality of forms;
the first transfer module is used for transferring one form in a plurality of forms on the relation tree to a preset area and setting the form as a current central form;
the second transfer module is used for moving the forms which have direct relation with the current central form in the remaining forms in the relation tree to the preset area so as to establish connection relation with the current central form, and each form connected with the current central form is a peripheral related form of the current central form;
and the circulating module is used for sequentially setting each peripheral associated form as a current central form, and executing the step of moving the forms which have direct relation with the current central form in the remaining forms on the relation tree to the preset area to establish connection with the current central form until all the forms on the relation tree are transferred to the preset area to form a relation map.
8. The visual form atlas apparatus of claim 7, wherein the second transfer module comprises:
the dragging unit is used for dragging one of the remaining forms on the relation tree to the preset area;
the judging unit is used for judging whether the form dragged into the preset area is directly related to the current central form or not;
the connection unit is used for establishing a connection relation between the form dragged to the preset area and the current central table if a direct relation is established;
and the canceling unit is used for canceling the dragging operation if the direct relation is not established.
9. An electronic device comprising a processor and a memory, the memory storing computer readable instructions that, when executed by the processor, perform the method of any of claims 1-6.
10. A storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, performs the method according to any of claims 1-6.
CN202010822768.2A 2020-08-14 2020-08-14 Visual form map establishing method and device, electronic equipment and storage medium Pending CN111966683A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010822768.2A CN111966683A (en) 2020-08-14 2020-08-14 Visual form map establishing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010822768.2A CN111966683A (en) 2020-08-14 2020-08-14 Visual form map establishing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111966683A true CN111966683A (en) 2020-11-20

Family

ID=73388485

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010822768.2A Pending CN111966683A (en) 2020-08-14 2020-08-14 Visual form map establishing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111966683A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100094994A1 (en) * 2008-10-14 2010-04-15 Riken Network structure information acquiring method and device
US9047202B1 (en) * 2007-04-30 2015-06-02 Hewlett-Packard Development Company, L.P. Creating a relationship tree representing relationships of graphs to enable navigation through the graphs without accessing an input data set
KR101787010B1 (en) * 2016-04-28 2017-10-17 한다시스템 주식회사 Method and system for constructing database in WYSIWYG based website builder
CN109933311A (en) * 2019-03-20 2019-06-25 青岛叁壹信息科技有限公司 A kind of information system creation method and relevant apparatus
CN110019765A (en) * 2017-09-25 2019-07-16 腾讯科技(深圳)有限公司 Methods of exhibiting and device, the mobile terminal and readable storage medium storing program for executing of knowledge mapping
CN110728124A (en) * 2019-10-15 2020-01-24 深圳逻辑汇科技有限公司 Method, apparatus, device and storage medium for visualizing electronic forms

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9047202B1 (en) * 2007-04-30 2015-06-02 Hewlett-Packard Development Company, L.P. Creating a relationship tree representing relationships of graphs to enable navigation through the graphs without accessing an input data set
US20100094994A1 (en) * 2008-10-14 2010-04-15 Riken Network structure information acquiring method and device
KR101787010B1 (en) * 2016-04-28 2017-10-17 한다시스템 주식회사 Method and system for constructing database in WYSIWYG based website builder
CN110019765A (en) * 2017-09-25 2019-07-16 腾讯科技(深圳)有限公司 Methods of exhibiting and device, the mobile terminal and readable storage medium storing program for executing of knowledge mapping
CN109933311A (en) * 2019-03-20 2019-06-25 青岛叁壹信息科技有限公司 A kind of information system creation method and relevant apparatus
CN110728124A (en) * 2019-10-15 2020-01-24 深圳逻辑汇科技有限公司 Method, apparatus, device and storage medium for visualizing electronic forms

Similar Documents

Publication Publication Date Title
CN109725901A (en) Development approach, device, equipment and the computer storage medium of front-end code
CN109933760A (en) List generation method, device, computer equipment and computer readable storage medium
CN107861982A (en) It is dynamically determined method, terminal, server and the system of application program page layout
CN108509209A (en) A kind of generation method, device, computer equipment and the storage medium of resource packet
CN102447743A (en) System and method for cloud enterprise services
CN106156998A (en) The management method of a kind of Pending tasks and device
CN110473036A (en) A kind of method and apparatus generating order number
CN108038665A (en) Business Rule Management method, apparatus, equipment and computer-readable recording medium
CN111552702A (en) Method and device for automatically configuring business rules, electronic equipment and storage medium
JP2007207232A (en) System and method of spatial/tabular data presentation
JPWO2011118003A1 (en) Web application construction system, web application construction method, web application construction program, and recording medium recording web application construction program
CN108153795A (en) A kind of data processing method, system and the device of electronics red packet
CN116401407A (en) Node attribute configuration method, device, equipment and storage medium of mind map
CN114444478A (en) Voucher visualization method and device, electronic equipment and storage medium
CN112784588B (en) Method, device, equipment and storage medium for labeling text
CN109542432A (en) Air control rule editing method and terminal device
CN107220044B (en) Method and device for driving business object based on meta-model
CN111966683A (en) Visual form map establishing method and device, electronic equipment and storage medium
CN104252351A (en) Method and device for realizing list control
US8468159B2 (en) Data element categorization in a service-oriented architecture
CN109241110A (en) Order management method and system, electronic equipment, storage medium
CN107545062A (en) Entrance recalls method, apparatus, storage medium and electronic equipment
US11237850B2 (en) Method and electronic device for automatically managing activities of application
CN106814938A (en) Threedimensional model file imports control method and client
CN110876067B (en) Interface element display method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination