CN108959361B - Form management method and device - Google Patents

Form management method and device Download PDF

Info

Publication number
CN108959361B
CN108959361B CN201810474975.6A CN201810474975A CN108959361B CN 108959361 B CN108959361 B CN 108959361B CN 201810474975 A CN201810474975 A CN 201810474975A CN 108959361 B CN108959361 B CN 108959361B
Authority
CN
China
Prior art keywords
management
option
list
field
displaying
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.)
Active
Application number
CN201810474975.6A
Other languages
Chinese (zh)
Other versions
CN108959361A (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.)
Tencent Music Entertainment Technology Shenzhen Co Ltd
Original Assignee
Tencent Music Entertainment Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Music Entertainment Technology Shenzhen Co Ltd filed Critical Tencent Music Entertainment Technology Shenzhen Co Ltd
Priority to CN201810474975.6A priority Critical patent/CN108959361B/en
Publication of CN108959361A publication Critical patent/CN108959361A/en
Application granted granted Critical
Publication of CN108959361B publication Critical patent/CN108959361B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a form management method and device, and belongs to the technical field of networks. The method comprises the following steps: when an opening instruction of a form management interface is received, displaying the first form management interface; the form management interface is used for displaying a first form list and at least one form management option, and the form management option comprises a configuration field option; when a triggering instruction of the configuration field option is received, determining a first form corresponding to the triggering instruction of the configuration field option, and displaying a configuration field interface of the first form; wherein the plurality of field management options include a field add option, a field delete option, and a field sort option; and when a triggering instruction of a target field management option in the plurality of field management options is received, executing field management operation corresponding to the target field management option on the first form. By adopting the method and the device, the efficiency of managing the form can be improved.

Description

Form management method and device
Technical Field
The present invention relates to the field of network technologies, and in particular, to a method and an apparatus for form management.
Background
With the development of network technology, forms are required to present information in many places in the network. For example, some of the album related information on a music website belongs to the album basic information, and the album basic information includes a plurality of attribute information, such as album name, purchase unit price, pre-sale time, and forward sale time. The basic album information is presented in the form of a form, wherein the name of the album, the purchase unit price, the pre-sale time, the forward sale time and the like are a plurality of fields in the form. After the technician generates the form, the operator fills in the relevant information in the form and publishes the form on the web, for example, filling in "hypomania of faith of years" in the field of the name of the album in the form, filling in 40 yuan in the field of the purchase price, and so on, so that the listener can know the basic information of the album.
The current method of generating forms is to generate the form by modifying the code. When the form is managed, corresponding codes need to be changed, the management process is complicated, and the efficiency of managing the form is reduced.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for form management. The technical scheme is as follows:
in a first aspect, a method for form management is provided, where the method includes:
when an opening instruction of a form management interface is received, displaying the first form management interface; the form management interface is used for displaying a first form list and at least one form management option, and the form management option comprises a configuration field option;
when a triggering instruction of the configuration field option is received, determining a first form corresponding to the triggering instruction of the configuration field option, and displaying a configuration field interface of the first form; the configuration field interface is used for displaying a field list and a plurality of field management options, wherein the field management options comprise a field adding option, a field deleting option and a field sequencing option;
and when a triggering instruction of a target field management option in the plurality of field management options is received, executing field management operation corresponding to the target field management option on the first form.
Optionally, the form management options further include a form addition option;
the method further comprises the following steps:
when a trigger instruction of the form adding option is received, displaying a general form list of a database;
and when a selection instruction of a second form in the total form list is received, adding the second form to the first form list.
Optionally, the method further comprises:
when an opening instruction of a second form management interface is received, displaying the second form management interface; the second form management interface is used for displaying a total form list, form attribute item configuration options and form attribute value configuration options of the database;
when a triggering instruction of the form attribute item configuration option is received, displaying a form attribute item editing page; the form attribute item editing page is used for acquiring attribute items of the total form list edited by a user;
when a triggering instruction of the form attribute value configuration option is received, displaying a form attribute value editing page; the form attribute value editing page is used for acquiring attribute values of different attribute items of the form in the total form list edited by the user.
Optionally, when an opening instruction of a second form management interface is received, displaying the second form management interface includes:
when an opening instruction of a second form management interface carrying a target account is received, whether the access authority type of the database is a public type or a non-public type is inquired;
if the access authority type is a non-public type, acquiring a database access authority table;
determining whether the target account has an access right according to the database access right table;
displaying the database management interface if the target account has the access right.
Optionally, the method further comprises:
when receiving an opening instruction of a third management interface, displaying the third management interface; the third form management interface is used for displaying a second form list and at least one form list management option, wherein the forms in the second form list are to-be-used forms, and the form list management options comprise a form adding option, a form deleting option and a form sequencing option;
and when a triggering instruction of a target form list management option in the form list management options is received, executing form list management operation corresponding to the target form list management option on the second form list.
Optionally, when receiving a trigger instruction of a target form list management option in the form list management options, the executing, on the second form list, a form list management operation corresponding to the target form list management option includes:
when a trigger instruction of the form adding option is received, displaying the first form list;
and when a selection instruction of a third form in the first form list is received, adding the third form to the second form list.
In a second aspect, an apparatus for form management is provided, the apparatus comprising:
the first display module is used for displaying the first form management interface when receiving an opening instruction of the form management interface; the form management interface is used for displaying a first form list and at least one form management option, and the form management option comprises a configuration field option;
the second display module is used for determining a first form corresponding to the trigger instruction of the configuration field option when the trigger instruction of the configuration field option is received, and displaying a configuration field interface of the first form; the configuration field interface is used for displaying a field list and a plurality of field management options, wherein the field management options comprise a field adding option, a field deleting option and a field sequencing option;
and the first execution module is used for executing field management operation corresponding to a target field management option in the plurality of field management options for the first form when receiving a trigger instruction of the target field management option.
Optionally, the form management options further include a form addition option;
the device further comprises:
the third display module is used for displaying a general form list of the database when a trigger instruction of the form adding option is received;
and the adding module is used for adding the second form into the first form list when a selection instruction of the second form in the total form list is received.
Optionally, the apparatus further comprises:
the fourth display module is used for displaying the second form management interface when receiving a starting instruction of the second form management interface; the second form management interface is used for displaying a total form list, form attribute item configuration options and form attribute value configuration options of the database;
the fifth display module is used for displaying a form attribute item editing page when receiving a trigger instruction of the form attribute item configuration option; the form attribute item editing page is used for acquiring attribute items of the total form list edited by a user;
the sixth display module is used for displaying a form attribute value editing page when receiving a trigger instruction of the form attribute value configuration option; the form attribute value editing page is used for acquiring attribute values of different attribute items of the form in the total form list edited by the user.
Optionally, the fourth display module is configured to:
when an opening instruction of a second form management interface carrying a target account is received, whether the access authority type of the database is a public type or a non-public type is inquired;
if the access authority type is a non-public type, acquiring a database access authority table;
determining whether the target account has an access right according to the database access right table;
displaying the database management interface if the target account has the access right.
Optionally, the apparatus further comprises:
the seventh display module is used for displaying a third management interface when receiving a starting instruction of the third management interface; the third form management interface is used for displaying a second form list and at least one form list management option, wherein the forms in the second form list are to-be-used forms, and the form list management options comprise a form adding option, a form deleting option and a form sequencing option;
and the second execution module is used for executing the form list management operation corresponding to the target form list management option on the second form list when receiving a trigger instruction of the target form list management option in the form list management options.
Optionally, the second execution module is configured to:
when a trigger instruction of the form adding option is received, displaying the first form list;
and when a selection instruction of a third form in the first form list is received, adding the third form to the second form list.
In a third aspect, there is provided a terminal comprising a processor and a memory, wherein the memory stores at least one instruction, at least one program, a set of codes, or a set of instructions, and the at least one instruction, the at least one program, the set of codes, or the set of instructions is loaded and executed by the processor to implement the method for form management as described in the first aspect above.
In a fourth aspect, there is provided a computer readable storage medium having stored therein at least one instruction, at least one program, set of codes, or set of instructions, which is loaded and executed by the processor to implement the method of form management as described in the first aspect above.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
in the embodiment of the invention, when an opening instruction of a form management interface is received, the first form management interface is displayed; the form management interface is used for displaying a first form list and at least one form management option, and the form management option comprises a configuration field option; when a triggering instruction of the configuration field option is received, determining a first form corresponding to the triggering instruction of the configuration field option, and displaying a configuration field interface of the first form; wherein the plurality of field management options include a field add option, a field delete option, and a field sort option; and when a triggering instruction of a target field management option in the plurality of field management options is received, executing field management operation corresponding to the target field management option on the first form. Therefore, when the form is managed, corresponding codes do not need to be changed, the management process is simple and convenient, and the efficiency of managing the form can be improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flow chart of a method for form management according to an embodiment of the present invention;
FIG. 2 is an interface diagram of a form management method according to an embodiment of the present invention;
FIG. 3 is an interface diagram of a form management method according to an embodiment of the present invention;
FIG. 4 is an interface diagram of a form management method according to an embodiment of the present invention;
FIG. 5 is an interface diagram of a form management method according to an embodiment of the present invention;
FIG. 6 is an interface diagram of a form management method according to an embodiment of the present invention;
FIG. 7 is an interface diagram of a method for form management according to an embodiment of the present invention;
FIG. 8 is an interface diagram of a method for form management according to an embodiment of the present invention;
FIG. 9 is an interface diagram of a method for form management according to an embodiment of the present invention;
FIG. 10 is a schematic structural diagram of an apparatus for form management according to an embodiment of the present invention;
FIG. 11 is a schematic structural diagram of an apparatus for form management according to an embodiment of the present invention;
FIG. 12 is a schematic structural diagram of an apparatus for form management according to an embodiment of the present invention;
FIG. 13 is a schematic structural diagram of an apparatus for form management according to an embodiment of the present invention;
fig. 14 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
The embodiment of the invention provides a form management method, which can be realized by a terminal. Wherein the terminal may be a terminal in which the form configuration system is installed.
The terminal may include components such as a processor, memory, screen, etc. The processor, which may be a Central Processing Unit (CPU), may be configured to receive an open instruction of the form management interface, receive a trigger instruction of the configuration field option, determine the first form, receive a trigger instruction of a target field management option in the plurality of field management options, and perform field management operation corresponding to the target field management option. The Memory may be a RAM (Random Access Memory), a Flash Memory, and the like, and may be configured to store received data, data required by a processing procedure, data generated in the processing procedure, and the like, such as an opening instruction of a form management interface, a first form, a trigger instruction of a configuration field option, a trigger instruction of a target field management option, a second form, a third form, and the like. The screen may be used to display a first form management interface, a configuration field interface for a first form, a second form management interface, a form property item edit page, a third form management interface, and so on. The terminal may further include a transceiver, an image detection part, an audio output part, an audio input part, and the like. The transceiver, which may be used for data transmission with other devices, may include an antenna, matching circuitry, a modem, and the like. The image detection means may be a camera or the like. The audio output component may be a speaker, headphones, or the like. The audio input means may be a microphone or the like.
As shown in fig. 1, the processing flow of the method may include the following steps:
in step 101, when a start instruction of a form management interface is received, a terminal displays a first form management interface.
The form is an information collection mode for recording fields and data, the first form management interface is used for displaying a first form list and at least one form management option, the form in the first form list is a form to be configured and selected in a database by a user and used for generating an information filling form, and the form management option can include but is not limited to a configuration field option.
In implementation, in order to facilitate the configuration of the form by the user, the form configuration system can perform operation management on the form and the database through visual operation. The form configuration system may include, but is not limited to, a form management module and a database management module. The form management module can select a part of database tables from the database tables corresponding to all the forms stored in the database, and generate the part of database tables into the forms for management configuration. After the form management module completes management and configuration on the form, the database updates the form according to the configuration of the form management module on the form. The interaction between the form management module and the user is performed through a first form management interface, and the interaction between the database management module and the user is performed through a second form management interface.
When a user wants to generate or configure a form through the form configuration system, the form configuration system may be opened first, and an opening option of the form management interface is clicked in the form configuration system, as shown in fig. 2, when the terminal receives an opening instruction of the form management interface, the terminal displays the form management interface (i.e., a first form management interface). The first form management interface may include, but is not limited to, a form list (i.e., the first form list) and at least one form management option, which may include, but is not limited to, a configuration field option.
Optionally, the form management options further include a form addition option, and when the terminal receives a trigger instruction of the form addition option, a general form list of the database is displayed; and when a selection instruction of a second form in the total form list is received, adding the second form to the first form list.
In implementation, when a user wants to add a certain database table in the database to the first form list, the user can click a form addition option in the form management interface, and when the terminal receives a trigger instruction of the form addition option, the terminal obtains form names of all forms in the database, generates a total form list according to the form names, and then displays the total form list.
After the user views the total form list, the user clicks an option corresponding to a form (i.e., a second form) to be added to the form management interface, the terminal can receive a selection instruction for the second form, then obtain a form identifier of the second form, and add the form identifier of the second form to the form identifier list of the first form list, so that the second form addition processing is completed.
In step 102, when a trigger instruction of the configuration field option is received, a first form corresponding to the trigger instruction of the configuration field option is determined, and a configuration field interface of the first form is displayed.
Wherein the configuration field interface is used to display a field list and a plurality of field management options, which may include, but are not limited to, a field add option, a field delete option, and a field sort option.
In implementation, after the terminal displays the first form management interface, the user views the first form list in the first form management interface, and when the user wants to perform field configuration on a certain form (i.e., the first form) in the first form list, the user may select a configuration field option corresponding to the first form. The display form of the first form management interface is not particularly limited, for example, as shown in fig. 3, each form in the first form management interface may correspond to one configuration field option, and when a user wants to perform field configuration on the form of "cover activity page" in the first form list, the user may click the "configuration field" of the line of "cover activity page", that is, the configuration field option corresponding to the "cover activity page". For another example, as shown in fig. 4, the first form management interface has only one configuration field option, and when the user wants to perform field configuration on the form "cover activity page" in the first form list, the user may first select the form option "cover activity page", and then click on the "configuration field" option, which is equivalent to click on the configuration field option corresponding to the form "cover activity page".
When the terminal receives a trigger instruction of the configuration field option, the terminal determines a form identifier of a first form corresponding to the trigger instruction of the configuration field option, acquires a field list contained in the first form according to the form identifier of the first form, and displays the field list contained in the first form in a configuration field interface.
The configuration field interface may also include a plurality of field management options, such as a field add option, a field delete option, and a field sort option. The user may select a certain field (i.e. a target field) to configure according to the requirement, and the operation of configuring the field may include: adding fields, deleting fields, reordering fields, and modifying specific attribute values in fields, etc.
The configuration field interface may be an interface window popped up when the terminal receives a trigger instruction of the configuration field option, or may be displayed in the same page as the first form management interface, which is not limited in the present invention.
In step 103, when a trigger instruction of a target field management option in the plurality of field management options is received, a field management operation corresponding to the target field management option is executed on the first form.
In implementation, when a user clicks a certain field management option (i.e., a target field management option), the terminal receives a trigger instruction of the target field management option, determines a form (i.e., a first form) corresponding to the trigger instruction, and then, the terminal performs a corresponding field management operation on the first form according to the trigger instruction. For example, when a user clicks a field addition option, and a terminal receives a field addition option selection instruction, data items contained in all database tables associated with a first form are acquired, names of the data items are displayed to the user, the user can select a data item to be added from the data items, and the data item can be added to the first form in a field form and is displayed in a configuration field interface. When the user clicks the field deleting option, the terminal acquires the field to be deleted selected by the user when receiving a field deleting option selecting instruction, and deletes the field from the field list contained in the first form.
For another example, when a user modifies a specific attribute value in a field, and the terminal receives a modification instruction of the field, the terminal acquires data that the user wants to modify, determines a data item of a database table associated with the field in the database, modifies the data item into data that the user wants to modify, and then displays the modified data in the field management interface.
In addition, the field configuration may further include a configuration of a field presentation name, a field description configuration, a data type configuration, and a check rule configuration, as shown in fig. 5. In order to make the operation of the user more concise, in the configuration process, a default value may be set for the configuration, for example, the default value of each configuration option may be set as a field in a database table associated with the field, so that there may be a greater probability that the user will not modify the default value, and the operation steps of the user are reduced.
Optionally, the user may also configure the database, and the corresponding processing may be as follows: when an opening instruction of a second form management interface is received, displaying the second form management interface; when a triggering instruction of a form attribute item configuration option is received, displaying a form attribute item editing page; and when a triggering instruction of the form attribute value configuration option is received, displaying a form attribute value editing page.
The second form management interface is an operation interface for managing and configuring the database by a user, and can display a total form list, form attribute item configuration options and form attribute value configuration options of the database; the form attribute item is a data type to which the data contained in the database table belongs, namely a field type configured for the form, and the form attribute value is the data contained in the database table; the form attribute item editing page is used for acquiring attribute items of a general form list edited by a user; the form attribute value editing page is used for acquiring attribute values of different attribute items of the form in the overall form list edited by the user.
In implementation, in addition to the above operation on the form through the first form management interface, since the forms in the first form management interface are all associated with the database tables in the database, the database tables in the database can also be directly managed at the management interface of the database, as shown in fig. 6. During operation, a user can open the form configuration system first, click an opening option of a management interface (namely, a second form management interface) of the database in the form configuration system, and when the terminal receives an opening instruction of the second form management interface, the terminal displays the second form management interface. The second form management interface may include a form list (i.e., a total form list) of all forms contained in the database, a form attribute item configuration option, and a form attribute value configuration option.
The configuration of the database may include two configurations, a configuration for the form attribute items and a configuration for the form attribute values. If the user wants to change the data type of a certain database table in the second form management interface, namely, the form attribute item is configured, the form attribute item configuration option can be clicked, and when the terminal receives a trigger instruction of the form attribute item configuration option, a form attribute item editing page is displayed to the user. An alternative form of the form property item editing page may be as shown in fig. 7, where a user may add or delete a corresponding code of a form property item in a configuration code to implement an add or delete operation on the form property item; the form property item editing page may also be a visual configuration page, which is not limited in the present invention.
If the user wants to change the specific data of a certain database table in the second form management interface, namely, the form attribute value is configured, the user can click the form attribute value configuration option, when the terminal receives a trigger instruction of the form attribute value configuration option, a form attribute value editing page is displayed for the user, and the user can change the form attribute value in the form attribute value editing page and then store the change, namely, the specific data in the database table can be updated.
Optionally, in order to improve the security of the database, an access right may be set to the database according to a user requirement, and the corresponding processing may be as follows: when an opening instruction of a second form management interface carrying a target account is received, whether the access authority type of the database is a public type or a non-public type is inquired; if the access authority type is a non-public type, acquiring a database access authority table; determining whether the target account has the access right or not according to the database access right table; if the target account has access rights, a database management interface is displayed.
In implementation, in order to improve the security of the database, when a user accesses data and clicks an opening option of a form management interface, and when a terminal receives an opening instruction of a second form management interface carrying a target account of the user, the terminal firstly queries the access authority type of the database and determines whether the access authority type of the database is a public type or a non-public type.
If the access authority type of the database is the public type, the database is open to all users, so that the access authority authentication of the users is not needed, and a database management interface can be directly displayed for the users.
If the access authority type of the database is a non-public type, the database is not opened to all users and is only opened to the users with the access authority, under the condition, the terminal acquires a pre-stored database access authority table, the database access authority table is a database table pre-stored in the terminal by a manager, and an account with the access authority is stored in the database table. The terminal inquires whether the database access authority table contains the target account or not, if the database access authority table contains the target account, the target account has the access authority, and the terminal can display the database management interface to the user according to the opening instruction of the second form management interface.
If the database access authority table does not contain the target account, the target account does not have the access authority, so that the terminal does not display the second form management interface for the user and does not execute any operation of the user on the database.
Optionally, after configuring the form, the user may generate an information filling page according to the configured form, and the corresponding operations may be as follows: when receiving an opening instruction of a third management interface, displaying the third management interface; and when a triggering instruction of a target form list management option in the form list management options is received, executing form list management operation corresponding to the target form list management option on the second form list.
The third form list management interface can display a second form list and at least one form list management option, the forms in the second form list are to be used, and the form list management options comprise a form adding option, a form deleting option and a form sequencing option.
In implementation, when a user wants to generate an information filling page for the user to fill in information according to an existing form in the first form management interface, the form configuration system may be opened first, then an option of generating a management interface (i.e., a third form management interface) of the information filling page is clicked in the form configuration system, and when the terminal receives an opening instruction of the third form management interface, the third form management interface is displayed to the user. The third form management interface may display the forms (i.e., the second form list) that constitute the information filling page selected by the user and at least one form list management option, such as a form sort option, a form add option, and a form delete option.
Optionally, the user may perform a form adding operation on the second form according to a requirement, and the corresponding processing may be as follows: when a trigger instruction of a form adding option is received, displaying a first form list; and when a selection instruction for a third form in the first form list is received, adding the third form to the second form list.
In implementation, when a user wants to add a form in an information filling page to be generated, the user can click a form adding option, when the terminal receives a selection instruction of the form adding option, the terminal obtains names of all forms existing in a first form management interface and displays the names to the user in a list form, the user can select the form to be added, the user clicks the option of the form to be added, and the terminal adds the form selected by the user to a second form list according to the form name.
When the user wants to delete the form from the information filling page to be generated, the user can click the form deletion option, and when the terminal receives a selection instruction of the form deletion option, the form corresponding to the selection instruction is deleted from the second form list.
When a user wants to sequentially adjust the forms in the second form list, the user can click the form order adjusting option, when the terminal receives a selection instruction of the form order adjusting option, the order adjusting interface of the second form list can be displayed, the user can drag the forms to the positions of the order arranged for the forms, and when the terminal receives the dragging instruction, the forms in the second form list are stored according to the order of the forms adjusted by the user. In addition, the form sort adjustment options may also be divided into two options, that is, "move up" and "move down", as shown in fig. 8, when the user clicks the move up option corresponding to a form, the terminal adjusts the display order of the form one position upwards, and when the user clicks the next option corresponding to a form, the terminal adjusts the display order of the form one position downwards.
After the information filling page is configured through the steps, the generation option can be clicked to generate the information filling page, and then the information filling page is stored. When a user wants to externally publish a certain information filling page, the user can click the publishing option, so that other people can fill information through the information filling page.
When a user opens an information filling page, a terminal firstly displays a second form list, the second form list may include a plurality of form lists, the user may open one of the form lists, the terminal acquires forms included in the form list according to id of the form list, displays the forms in sequence, and then renders fields included in the forms in different forms, in addition, some conventional options may also be displayed in the information filling page, such as options of saving, quitting, jumping to a previous form list, jumping to a next form list, and the like, as shown in fig. 9, the user may fill corresponding information in the displayed information filling page.
The user may also set a function of saving data to the draft box during the process of filling information in the information filling page. The configuration information can set a self-defined check function, the check rule configuration of the self-defined check can be configured in a field configuration interface in the first form management interface, when the information filled by the user does not accord with the check rule, the information filled by the user is determined to be error information, and the storage option of the information filling page at the moment is in a click-unavailable state, so that the user can be prevented from storing the error information in the information filling page.
It should be noted that, in addition to the above steps, the form configuration system may further include a log management module, a mail module, a monitoring module, and the like. The log management module is used for recording corresponding operations of the database, and when data of the form configuration system has problems, the operations of the database can be inquired through the log inquiry function so as to quickly position the operations with problems. The mail module is used for sending mails to a preset account, and a user can set that when an information filling page is issued, the mails are synchronously sent to a preset responsible person related to the information filling page. The monitoring module can detect the accuracy of the data through the result of scanning the data table, for example, whether the time for selling the album is consistent with the time for making the music library, if the time is abnormal, the monitoring module calls the mail module to send a mail to a related person in charge, and the accuracy of the data can be improved. The form configuration system may further set other function modules according to the user requirement, which is not limited in the present invention.
In the embodiment of the invention, when an opening instruction of a form management interface is received, the first form management interface is displayed; the form management interface is used for displaying a first form list and at least one form management option, and the form management option comprises a configuration field option; when a triggering instruction of the configuration field option is received, determining a first form corresponding to the triggering instruction of the configuration field option, and displaying a configuration field interface of the first form; wherein the plurality of field management options include a field add option, a field delete option, and a field sort option; and when a triggering instruction of a target field management option in the plurality of field management options is received, executing field management operation corresponding to the target field management option on the first form. Therefore, when the form is managed, corresponding codes do not need to be changed, the management process is simple and convenient, and the efficiency of managing the form can be improved.
Based on the same technical concept, an embodiment of the present invention further provides a form management apparatus, which may be the terminal 1 in the foregoing embodiment, as shown in fig. 10, and the apparatus includes: a first display module 1010, a second display module 1020, and a first execution module 1030.
The first display module 1010 is configured to display the first form management interface when receiving an opening instruction of the form management interface; wherein the form management interface is configured to display a first list of forms and at least one form management option, the form management option including a configuration field option;
the second display module 1020 is configured to, when receiving the trigger instruction of the configuration field option, determine a first form corresponding to the trigger instruction of the configuration field option, and display a configuration field interface of the first form; wherein the configuration field interface is configured to display a list of fields and a plurality of field management options including a field add option, a field delete option, and a field sort option;
the first executing module 1030 is configured to, when receiving a trigger instruction of a target field management option in the plurality of field management options, execute, on the first form, a field management operation corresponding to the target field management option.
Optionally, the form management options further include a form addition option;
as shown in fig. 11, the apparatus further includes:
a third display module 1110, configured to display a summary list of a database when receiving a trigger instruction of the form addition option;
an adding module 1120 configured to add a second form in the total form list to the first form list when a selection instruction for the second form in the total form list is received.
Optionally, as shown in fig. 12, the apparatus further includes:
a fourth display module 1210 configured to display a second form management interface when receiving an opening instruction of the second form management interface; wherein the second form management interface is configured to display a general form list, form attribute item configuration options, and form attribute value configuration options of a database;
the fifth display module 1220 is configured to display a form property item editing page when receiving a trigger instruction of the form property item configuration option; the form attribute item editing page is configured to acquire attribute items of the total form list edited by a user;
a sixth display module 1230 configured to display a form attribute value editing page when receiving a trigger instruction of the form attribute value configuration option; wherein the form attribute value editing page is configured to acquire attribute values of different attribute items of the form in the total form list edited by the user.
Optionally, the fourth display module 1210 is configured to:
when an opening instruction of a second form management interface carrying a target account is received, whether the access authority type of the database is a public type or a non-public type is inquired;
if the access authority type is a non-public type, acquiring a database access authority table;
determining whether the target account has an access right according to the database access right table;
displaying the database management interface if the target account has the access right.
Optionally, as shown in fig. 13, the apparatus further includes:
a seventh display module 1310 configured to display a third management interface when receiving a start instruction of the third management interface; the third form management interface is configured to display a second form list and at least one form list management option, wherein the forms in the second form list are to-be-used forms, and the form list management option comprises a form adding option, a form deleting option and a form sequencing option;
a second executing module 1320, configured to, when receiving a trigger instruction of a target form list management option in the form list management options, execute, on the second form list, a form list management operation corresponding to the target form list management option.
Optionally, the second executing module 1320 is configured to:
when a trigger instruction of the form adding option is received, displaying the first form list;
and when a selection instruction of a third form in the first form list is received, adding the third form to the second form list.
In the embodiment of the invention, when an opening instruction of a form management interface is received, the first form management interface is displayed; the form management interface is used for displaying a first form list and at least one form management option, and the form management option comprises a configuration field option; when a triggering instruction of the configuration field option is received, determining a first form corresponding to the triggering instruction of the configuration field option, and displaying a configuration field interface of the first form; wherein the plurality of field management options include a field add option, a field delete option, and a field sort option; and when a triggering instruction of a target field management option in the plurality of field management options is received, executing field management operation corresponding to the target field management option on the first form. Therefore, when the form is managed, corresponding codes do not need to be changed, the management process is simple and convenient, and the efficiency of managing the form can be improved.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
It should be noted that: in the form management apparatus provided in the foregoing embodiment, only the division of the functional modules is illustrated in the example, and in practical applications, the function distribution may be completed by different functional modules according to needs, that is, the internal structure of the terminal is divided into different functional modules to complete all or part of the functions described above. In addition, the form management apparatus provided in the above embodiments and the form management method embodiment belong to the same concept, and specific implementation processes thereof are described in the method embodiment and are not described herein again.
Fig. 14 is a block diagram of a terminal according to an embodiment of the present invention. The terminal 1400 may be a portable mobile terminal. Terminal 1400 can also be referred to by other names such as user equipment, portable terminal, and the like.
In general, terminal 1400 includes: a processor 1401, and a memory 1402.
Processor 1401 may include one or more processing cores, such as a 4-core processor, a 14-core processor, and the like. The processor 1401 may be implemented in at least one hardware form of DSP (Digital Signal Processing), FPGA (Field-Programmable Gate Array), and PLA (Programmable Logic Array). Processor 1401 may also include a main processor and a coprocessor, where the main processor is a processor for Processing data in an awake state, and is also referred to as a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 1401 may be integrated with a GPU (Graphics Processing Unit), which is responsible for rendering and drawing content that the display screen needs to display. In some embodiments, processor 1401 may further include an AI (Artificial Intelligence) processor for processing computing operations related to machine learning.
Memory 1402 may include one or more computer-readable storage media, which may be tangible and non-transitory. Memory 1402 may also include high speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1402 is used to store at least one instruction for execution by processor 1401 to implement the method of form management provided herein.
In some embodiments, terminal 1400 may further optionally include: a peripheral device interface 1403 and at least one peripheral device. Specifically, the peripheral device includes: at least one of radio frequency circuitry 1404, a touch display 1405, a camera 1406, audio circuitry 1407, a positioning component 1408, and a power supply 1409.
The peripheral device interface 1403 can be used to connect at least one peripheral device related to I/O (Input/Output) to the processor 1401 and the memory 1402. In some embodiments, the processor 1401, memory 1402, and peripheral interface 1403 are integrated on the same chip or circuit board; in some other embodiments, any one or both of the processor 1401, the memory 1402, and the peripheral device interface 1403 may be implemented on a separate chip or circuit board, which is not limited in this embodiment.
The Radio Frequency circuit 1404 is used for receiving and transmitting RF (Radio Frequency) signals, also called electromagnetic signals. The radio frequency circuitry 1404 communicates with communication networks and other communication devices via electromagnetic signals. The rf circuit 1404 converts an electrical signal into an electromagnetic signal to transmit, or converts a received electromagnetic signal into an electrical signal. Optionally, the radio frequency circuit 1404 includes: an antenna system, an RF transceiver, one or more amplifiers, a tuner, an oscillator, a digital signal processor, a codec chipset, a subscriber identity module card, and so forth. The radio frequency circuit 1404 may communicate with other terminals via at least one wireless communication protocol. The wireless communication protocols include, but are not limited to: the world wide web, metropolitan area networks, intranets, generations of mobile communication networks (2G, 3G, 4G, and 5G), Wireless local area networks, and/or WiFi (Wireless Fidelity) networks. In some embodiments, the radio frequency circuit 1404 may further include NFC (Near Field Communication) related circuits, which are not limited in this application.
The touch display 1405 is used to display a UI (User Interface). The UI may include graphics, text, icons, video, and any combination thereof. The touch display 1405 also has the ability to capture touch signals at or above the surface of the touch display 1405. The touch signal may be input to the processor 1401 for processing as a control signal. The touch display 1405 is used to provide virtual buttons and/or virtual keyboards, also referred to as soft buttons and/or soft keyboards. In some embodiments, the touch display 1405 may be one, providing the front panel of the terminal 1400; in other embodiments, the touch display 1405 can be at least two, respectively disposed on different surfaces of the terminal 1400 or in a folded design; in still other embodiments, touch display 1405 can be a flexible display disposed on a curved surface or on a folded surface of terminal 1400. Even the touch display 1405 can be arranged in a non-rectangular irregular figure, i.e., a shaped screen. The touch Display 1405 can be made of LCD (Liquid Crystal Display), OLED (Organic Light-Emitting Diode), and the like.
The camera assembly 1406 is used to capture images or video. Optionally, camera assembly 1406 includes a front camera and a rear camera. Generally, a front camera is used for realizing video call or self-shooting, and a rear camera is used for realizing shooting of pictures or videos. In some embodiments, the number of the rear cameras is at least two, and each of the rear cameras is any one of a main camera, a depth-of-field camera and a wide-angle camera, so that the main camera and the depth-of-field camera are fused to realize a background blurring function, and the main camera and the wide-angle camera are fused to realize a panoramic shooting function and a VR (Virtual Reality) shooting function. In some embodiments, camera assembly 1406 may also include a flash. The flash lamp can be a monochrome temperature flash lamp or a bicolor temperature flash lamp. The double-color-temperature flash lamp is a combination of a warm-light flash lamp and a cold-light flash lamp, and can be used for light compensation at different color temperatures.
Audio circuit 1407 is operative to provide an audio interface between the user and terminal 1400. The audio circuit 1407 may include a microphone and a speaker. The microphone is used for collecting sound waves of a user and the environment, converting the sound waves into electric signals, and inputting the electric signals to the processor 1401 for processing or inputting the electric signals to the radio frequency circuit 1404 to realize voice communication. For stereo capture or noise reduction purposes, multiple microphones may be provided, each at a different location of terminal 1400. The microphone may also be an array microphone or an omni-directional pick-up microphone. The speaker is then used to convert electrical signals from the processor 1401 or the radio frequency circuit 1404 into sound waves. The loudspeaker can be a traditional film loudspeaker or a piezoelectric ceramic loudspeaker. When the speaker is a piezoelectric ceramic speaker, the speaker can be used for purposes such as converting an electric signal into a sound wave audible to a human being, or converting an electric signal into a sound wave inaudible to a human being to measure a distance. In some embodiments, the audio circuit 1407 may also include a headphone jack.
The positioning component 1408 serves to locate the current geographic position of the terminal 1400 for navigation or LBS (Location Based Service). The Positioning component 1408 may be based on the Positioning component of the GPS (Global Positioning System) in the united states, the beidou System in china, or the galileo System in russia.
Power supply 1409 is used to power the various components of terminal 1400. The power source 1409 may be alternating current, direct current, disposable or rechargeable. When the power source 1409 comprises a rechargeable battery, the rechargeable battery can be a wired rechargeable battery or a wireless rechargeable battery. The wired rechargeable battery is a battery charged through a wired line, and the wireless rechargeable battery is a battery charged through a wireless coil. The rechargeable battery may also be used to support fast charge technology.
In some embodiments, terminal 1400 also includes one or more sensors 1410. The one or more sensors 1410 include, but are not limited to: acceleration sensor 1411, gyroscope sensor 1412, pressure sensor 1413, fingerprint sensor 1414, optical sensor 1415, and proximity sensor 1416.
The acceleration sensor 1411 may detect the magnitude of acceleration on three coordinate axes of a coordinate system established with the terminal 1400. For example, the acceleration sensor 1411 may be used to detect components of the gravitational acceleration in three coordinate axes. The processor 1401 can control the touch display 1405 to display a user interface in a landscape view or a portrait view according to the gravitational acceleration signal collected by the acceleration sensor 1411. The acceleration sensor 1411 may also be used for the acquisition of motion data of a game or a user.
The gyro sensor 1412 may detect a body direction and a rotation angle of the terminal 1400, and the gyro sensor 1412 and the acceleration sensor 1411 may cooperate to collect a 3D motion of the user on the terminal 1400. The processor 1401 can realize the following functions according to the data collected by the gyro sensor 1412: motion sensing (such as changing the UI according to a user's tilting operation), image stabilization while shooting, game control, and inertial navigation.
Pressure sensors 1413 may be disposed on the side bezel of terminal 1400 and/or underlying touch display 1405. When the pressure sensor 1413 is disposed at the side frame of the terminal 1400, a user's holding signal of the terminal 1400 can be detected, and left-right hand recognition or shortcut operation can be performed according to the holding signal. When the pressure sensor 1413 is disposed at the lower layer of the touch display screen 1405, it is possible to control an operability control on the UI interface according to a pressure operation of the user on the touch display screen 1405. The operability control comprises at least one of a button control, a scroll bar control, an icon control and a menu control.
The fingerprint sensor 1414 is used for collecting a fingerprint of a user to identify the identity of the user based on the collected fingerprint. Upon recognizing that the user's identity is a trusted identity, processor 1401 authorizes the user to perform relevant sensitive operations including unlocking the screen, viewing encrypted information, downloading software, paying for, and changing settings, etc. Fingerprint sensor 1414 may be disposed on the front, back, or side of terminal 1400. When a physical button or vendor Logo is provided on terminal 1400, fingerprint sensor 1414 may be integrated with the physical button or vendor Logo.
The optical sensor 1415 is used to collect ambient light intensity. In one embodiment, processor 1401 can control the display brightness of touch display 1405 based on the ambient light intensity collected by optical sensor 1415. Specifically, when the ambient light intensity is high, the display luminance of the touch display 1405 is increased; when the ambient light intensity is low, the display brightness of the touch display 1405 is turned down. In another embodiment, the processor 1401 can also dynamically adjust the shooting parameters of the camera assembly 1406 according to the intensity of the ambient light collected by the optical sensor 1415.
Proximity sensors 1416, also known as distance sensors, are typically disposed on the front face of terminal 1400. The proximity sensor 1416 is used to collect the distance between the user and the front surface of the terminal 1400. In one embodiment, when proximity sensor 1416 detects that the distance between the user and the front face of terminal 1400 is gradually decreased, processor 1401 controls touch display 1405 to switch from a bright screen state to a dark screen state; when proximity sensor 1416 detects that the distance between the user and the front face of terminal 1400 is gradually increasing, processor 1401 controls touch display 1405 to switch from a breath-screen state to a bright-screen state.
Those skilled in the art will appreciate that the configuration shown in fig. 14 is not intended to be limiting with respect to terminal 1400 and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components may be employed.
In an exemplary embodiment, a computer readable storage medium is also provided, in which at least one instruction, at least one program, code set, or instruction set is stored, and the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by a processor to implement the method for identifying an action category in the above embodiments. For example, the computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A form management method is applied to a form configuration system, the form configuration system at least comprises a form management module and a database management module, the form management module is interacted with a user through a first form management interface, the database management module is interacted with the user through a second form management interface, and the method comprises the following steps:
when an opening instruction of the first form management interface is received, displaying the first form management interface; the first form management interface is used for displaying a first form list and at least one form management option, wherein the forms included in the first form list are partial forms in a total form list of the database, and the form management option includes a configuration field option and a form addition option;
when a triggering instruction of the configuration field option is received, determining a first form corresponding to the triggering instruction of the configuration field option, and displaying a configuration field interface of the first form; the configuration field interface is used for displaying a field list and a plurality of field management options, the field management options are used for configuring fields in the field list in the first form, and the field management options comprise a field adding option, a field deleting option and a field sequencing option;
when a triggering instruction of a target field management option in the field management options is received, executing field management operation corresponding to the target field management option on the first form, and updating the first form in the database based on the field management operation;
when a trigger instruction of the form adding option is received, displaying a general form list of a database;
when a selection instruction of a second form in the total form list is received, adding the second form to the first form list;
when an opening instruction of the second form management interface is received, displaying the second form management interface; the second form management interface is used for displaying a total form list, form attribute item configuration options and form attribute value configuration options of the database;
when a triggering instruction of the form attribute item configuration option is received, displaying a form attribute item editing page; the form attribute item editing page is used for acquiring attribute items of the total form list edited by a user;
when a triggering instruction of the form attribute value configuration option is received, displaying a form attribute value editing page; the form attribute value editing page is used for acquiring attribute values of different attribute items of the form in the total form list edited by the user.
2. The method of claim 1, wherein displaying the second form management interface when the open instruction of the second form management interface is received comprises:
when an opening instruction of a second form management interface carrying a target account is received, whether the access authority type of the database is a public type or a non-public type is inquired;
if the access authority type is a non-public type, acquiring a database access authority table;
determining whether the target account has an access right according to the database access right table;
displaying the database management interface if the target account has the access right.
3. The method of claim 1, further comprising:
when receiving an opening instruction of a third management interface, displaying the third management interface; the third form management interface is used for displaying a second form list and at least one form list management option, wherein the forms in the second form list are to-be-used forms, and the form list management options comprise a form adding option, a form deleting option and a form sequencing option;
and when a triggering instruction of a target form list management option in the form list management options is received, executing form list management operation corresponding to the target form list management option on the second form list.
4. The method according to claim 3, wherein when receiving a trigger instruction of a target form list management option among the form list management options, performing, on the second form list, a form list management operation corresponding to the target form list management option, and including:
when a trigger instruction of the form adding option is received, displaying the first form list;
and when a selection instruction of a third form in the first form list is received, adding the third form to the second form list.
5. An apparatus for form management, the apparatus being applied to a form configuration system, the form configuration system including at least a form management module and a database management module, the form management module interacting with a user through a first form management interface, and the database management module interacting with the user through a second form management interface, the apparatus comprising:
the first display module is used for displaying the first form management interface when receiving an opening instruction of the first form management interface; the first form management interface is used for displaying a first form list and at least one form management option, wherein the forms included in the first form list are partial forms in a total form list of the database, and the form management option includes a configuration field option and a form addition option;
the second display module is used for determining a first form corresponding to the trigger instruction of the configuration field option when the trigger instruction of the configuration field option is received, and displaying a configuration field interface of the first form; the configuration field interface is used for displaying a field list and a plurality of field management options, the field management options are used for configuring fields in the field list in the first form, and the field management options comprise a field adding option, a field deleting option and a field sequencing option;
the first execution module is used for executing field management operation corresponding to a target field management option in the field management options on the first form when a trigger instruction of the target field management option in the field management options is received, and updating the first form in the database based on the field management operation;
the third display module is used for displaying a general form list of the database when a trigger instruction of the form adding option is received;
the adding module is used for adding a second form in the total form list to the first form list when a selection instruction of the second form in the total form list is received;
the fourth display module is used for displaying the second form management interface when receiving an opening instruction of the second form management interface; the second form management interface is used for displaying a total form list, form attribute item configuration options and form attribute value configuration options of the database;
the fifth display module is used for displaying a form attribute item editing page when receiving a trigger instruction of the form attribute item configuration option; the form attribute item editing page is used for acquiring attribute items of the total form list edited by a user;
the sixth display module is used for displaying a form attribute value editing page when receiving a trigger instruction of the form attribute value configuration option; the form attribute value editing page is used for acquiring attribute values of different attribute items of the form in the total form list edited by the user.
6. The apparatus of claim 5, wherein the fourth display module is configured to:
when an opening instruction of a second form management interface carrying a target account is received, whether the access authority type of the database is a public type or a non-public type is inquired;
if the access authority type is a non-public type, acquiring a database access authority table;
determining whether the target account has an access right according to the database access right table;
displaying the database management interface if the target account has the access right.
7. The apparatus of claim 5, further comprising:
the seventh display module is used for displaying a third management interface when receiving a starting instruction of the third management interface; the third form management interface is used for displaying a second form list and at least one form list management option, wherein the forms in the second form list are to-be-used forms, and the form list management options comprise a form adding option, a form deleting option and a form sequencing option;
and the second execution module is used for executing the form list management operation corresponding to the target form list management option on the second form list when receiving a trigger instruction of the target form list management option in the form list management options.
8. The apparatus of claim 7, wherein the second performing means is configured to:
when a trigger instruction of the form adding option is received, displaying the first form list;
and when a selection instruction of a third form in the first form list is received, adding the third form to the second form list.
9. A terminal, characterized in that it comprises a processor and a memory in which is stored at least one instruction, which is loaded and executed by the processor to implement the method of form management according to any one of claims 1 to 4.
10. A computer-readable storage medium having stored therein at least one instruction, which is loaded and executed by a processor, to implement the method of form management according to any one of claims 1 to 4.
CN201810474975.6A 2018-05-17 2018-05-17 Form management method and device Active CN108959361B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810474975.6A CN108959361B (en) 2018-05-17 2018-05-17 Form management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810474975.6A CN108959361B (en) 2018-05-17 2018-05-17 Form management method and device

Publications (2)

Publication Number Publication Date
CN108959361A CN108959361A (en) 2018-12-07
CN108959361B true CN108959361B (en) 2022-08-05

Family

ID=64499212

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810474975.6A Active CN108959361B (en) 2018-05-17 2018-05-17 Form management method and device

Country Status (1)

Country Link
CN (1) CN108959361B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110968367A (en) * 2019-12-20 2020-04-07 深圳市华宇讯科技有限公司 E-commerce commodity field configuration method, device, server and storage medium
CN111161889A (en) * 2019-12-26 2020-05-15 嘉兴太美医疗科技有限公司 Generation method and verification method of verification rule of drug safety data
CN112581102A (en) * 2020-12-30 2021-03-30 北京达佳互联信息技术有限公司 Task management method and device, electronic equipment and storage medium
CN112882630B (en) * 2021-03-19 2022-07-29 腾讯科技(深圳)有限公司 Information configuration method and related product
CN114047986A (en) * 2021-10-21 2022-02-15 北京字跳网络技术有限公司 Form generation method, form data processing method and device and electronic equipment
CN114895812A (en) * 2022-05-09 2022-08-12 杭州云合智网技术有限公司 Method for rapidly increasing multiple pieces of data
CN115033827A (en) * 2022-06-27 2022-09-09 上海深至信息科技有限公司 Method for updating front-end field

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105573602A (en) * 2014-10-13 2016-05-11 远光软件股份有限公司 Visualized multi-form display device and method
CN106156112A (en) * 2015-04-03 2016-11-23 北京大学 The operational approach of business form and the operation device of business form
CN106681971A (en) * 2015-11-11 2017-05-17 阿里巴巴集团控股有限公司 Form data processing method and device
CN106959942A (en) * 2016-01-26 2017-07-18 深圳市瑞福登信息技术服务有限公司 A kind of method, device and the terminal of form templat generation
CN107153544A (en) * 2017-05-09 2017-09-12 合肥汉腾信息技术有限公司 A kind of Worksheet self-defining method and device

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3997026B2 (en) * 1999-01-29 2007-10-24 キヤノン株式会社 Form editing method and apparatus, and storage medium storing computer-readable program
CN1430162A (en) * 2001-12-29 2003-07-16 财团法人资讯工业策进会 Electronic forms editing method and system
US7584172B2 (en) * 2003-10-16 2009-09-01 Sap Ag Control for selecting data query and visual configuration
US7827478B2 (en) * 2005-09-08 2010-11-02 William Farr Dynamic generation of form pages for accessing a database
CN101299750A (en) * 2007-04-30 2008-11-05 华为技术有限公司 Method and equipment for implementing operational management
CN102135990A (en) * 2011-03-11 2011-07-27 北京神舟航天软件技术有限公司 Java server page (JSP) template-based intelligent table system capable of being defined freely and generating method
US20150317600A1 (en) * 2014-04-30 2015-11-05 Pinki Pachisia Requirement-specific configuration of user interface forms
CN104376125B (en) * 2014-12-11 2017-12-19 南威软件股份有限公司 A kind of method that business form dynamic increases and decreases content
CN106598924A (en) * 2016-10-28 2017-04-26 深圳前海微众银行股份有限公司 Form generation method and device
CN106778121A (en) * 2016-11-23 2017-05-31 北京小米移动软件有限公司 It is a kind of to open the method and apparatus that smart machine controls the page
CN107491431A (en) * 2017-08-31 2017-12-19 精硕科技(北京)股份有限公司 List method to set up and device
CN107885533B (en) * 2017-11-30 2021-06-11 广州酷狗计算机科技有限公司 Method and device for managing component codes

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105573602A (en) * 2014-10-13 2016-05-11 远光软件股份有限公司 Visualized multi-form display device and method
CN106156112A (en) * 2015-04-03 2016-11-23 北京大学 The operational approach of business form and the operation device of business form
CN106681971A (en) * 2015-11-11 2017-05-17 阿里巴巴集团控股有限公司 Form data processing method and device
CN106959942A (en) * 2016-01-26 2017-07-18 深圳市瑞福登信息技术服务有限公司 A kind of method, device and the terminal of form templat generation
CN107153544A (en) * 2017-05-09 2017-09-12 合肥汉腾信息技术有限公司 A kind of Worksheet self-defining method and device

Also Published As

Publication number Publication date
CN108959361A (en) 2018-12-07

Similar Documents

Publication Publication Date Title
CN107885533B (en) Method and device for managing component codes
CN108959361B (en) Form management method and device
CN110674022B (en) Behavior data acquisition method and device and storage medium
CN108063981B (en) Method and device for setting attributes of live broadcast room
CN109327608B (en) Song sharing method, terminal, server and system
CN112751679B (en) Instant messaging message processing method, terminal and server
CN110769313B (en) Video processing method and device and storage medium
CN110196673B (en) Picture interaction method, device, terminal and storage medium
CN111897465B (en) Popup display method, device, equipment and storage medium
CN111459466B (en) Code generation method, device, equipment and storage medium
CN113467663B (en) Interface configuration method, device, computer equipment and medium
CN112770177B (en) Multimedia file generation method, multimedia file release method and device
CN108038232B (en) Webpage editing method, device and system and storage medium
CN111064657B (en) Method, device and system for grouping concerned accounts
CN110191236B (en) Song playing queue management method and device, terminal equipment and storage medium
CN108495183B (en) Method and device for displaying album information
CN111275607A (en) Interface display method and device, computer equipment and storage medium
CN112230910A (en) Page generation method, device, equipment and storage medium of embedded program
CN114143280B (en) Session display method and device, electronic equipment and storage medium
CN109618018B (en) User head portrait display method, device, terminal, server and storage medium
CN112988254B (en) Method, device and equipment for managing hardware equipment
CN113485596A (en) Virtual model processing method and device, electronic equipment and storage medium
CN112579926A (en) Method and device for acquiring target resource, electronic equipment and storage medium
CN113076452A (en) Application classification method, device, equipment and computer readable storage medium
CN112783533A (en) Version information updating method, version information updating device, terminal 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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230518

Address after: 518000 Room 201, building A, 1 front Bay Road, Shenzhen Qianhai cooperation zone, Shenzhen, Guangdong

Patentee after: TENCENT MUSIC ENTERTAINMENT (SHENZHEN) Co.,Ltd.

Address before: 518000 Room 201, building A, 1 front Bay Road, Shenzhen Qianhai cooperation zone, Shenzhen, Guangdong

Patentee before: TENCENT MUSIC ENTERTAINMENT TECHNOLOGY (SHENZHEN) Co.,Ltd.