CN115509630A - Control processing method and device, electronic equipment and medium - Google Patents

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

Info

Publication number
CN115509630A
CN115509630A CN202211133217.0A CN202211133217A CN115509630A CN 115509630 A CN115509630 A CN 115509630A CN 202211133217 A CN202211133217 A CN 202211133217A CN 115509630 A CN115509630 A CN 115509630A
Authority
CN
China
Prior art keywords
linkage
control
configuration
condition
linked
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202211133217.0A
Other languages
Chinese (zh)
Other versions
CN115509630B (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.)
Zhongdian Jinxin Software Co Ltd
Original Assignee
Zhongdian Jinxin Software 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 Zhongdian Jinxin Software Co Ltd filed Critical Zhongdian Jinxin Software Co Ltd
Priority to CN202211133217.0A priority Critical patent/CN115509630B/en
Publication of CN115509630A publication Critical patent/CN115509630A/en
Application granted granted Critical
Publication of CN115509630B publication Critical patent/CN115509630B/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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a control processing method, a control processing device, electronic equipment and a control processing medium, and relates to the technical field of computers. The method comprises the following steps: displaying a control linkage configuration page, wherein the control linkage configuration page is used for configuring a control to be linked and a linkage configuration item corresponding to the control to be linked; responding to configuration operation of a linkage configuration item corresponding to the control to be linked, and receiving linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action; and displaying a linkage result after the linkage action is executed by the control to be linked, wherein the linkage action is executed under the condition that the linkage condition is met. The method can realize the conditional dynamic linkage of the control in a configuration mode, reduce the labor cost and the time cost and improve the user experience.

Description

Control processing method and device, electronic equipment and medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a control processing method and apparatus, an electronic device, and a medium.
Background
The configuration of the control of the existing product is fixed, and if the control needs to be modified, for example, the control needs to be subjected to linkage processing, the control needs to be modified in the code related to the control, so that a user needs to find the code corresponding to the control from more codes and then modify the code. The modification mode is not flexible enough, cannot be dynamically configured, has low efficiency and is easy to make mistakes, and the modification cannot be directly realized through configuration in a complex scene.
Disclosure of Invention
To solve the foregoing technical problems or at least partially solve the foregoing technical problems, embodiments of the present invention provide a control processing method and apparatus, an electronic device, and a medium.
In a first aspect, an embodiment of the present invention provides a control processing method, which is applied to a client, and the method includes: displaying a control linkage configuration page, wherein the control linkage configuration page is used for configuring a control to be linked and a linkage configuration item corresponding to the control to be linked; responding to configuration operation of a linkage configuration item corresponding to the control to be linked, and receiving linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action; and displaying a linkage result of the linkage action executed by the control to be linked, wherein the linkage action is executed under the condition that the linkage condition is met.
Optionally, the control linkage configuration page includes a first control; the control to be linked comprises a linkage trigger control;
the receiving linkage configuration information of the control to be linked in response to the configuration operation of the linkage configuration item corresponding to the control to be linked comprises the following steps: responding to the trigger operation aiming at the first control, and displaying a linkage condition configuration page; the linkage condition configuration page is used for displaying at least one selectable control; responding to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage trigger control; displaying a condition configuration item corresponding to the linkage trigger control, wherein the condition configuration item corresponding to the linkage trigger control is determined according to the type of the linkage trigger control; and receiving linkage condition configuration information for the linkage trigger control in response to the configuration operation for the condition configuration item, wherein the linkage condition configuration information is used for determining linkage conditions for the linkage trigger control.
Optionally, the condition configuration item includes one or more of: triggering source configuration items, function configuration items, operator configuration items, condition judger configuration items and condition value configuration items;
the receiving of linkage condition configuration information for the linkage trigger control in response to the configuration operation for the condition configuration item comprises: receiving trigger source configuration information for the linkage trigger control in response to the configuration operation for the trigger source configuration item; receiving operational expression configuration information for the linkage trigger control in response to a configuration operation for the function configuration item or the operator configuration item; receiving judgment condition configuration information for the linkage trigger control in response to configuration operations for the condition judger configuration items and the condition value configuration items; the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information are linked with condition configuration information to determine linkage condition configuration information for the linkage trigger control.
Optionally, in a case that the trigger source configuration item is configured as a table column value, the condition configuration item further includes a column item configuration item, and the column item configuration item is used for selecting a target column from a plurality of selectable columns.
Optionally, the control linkage configuration page includes a second control; the control to be linked comprises a linkage controlled control;
the receiving linkage configuration information of the control to be linked in response to the configuration operation of the linkage configuration item corresponding to the control to be linked comprises the following steps: responding to the trigger operation aiming at the second control, and displaying a linkage action configuration page; the linkage action configuration page is used for displaying at least one selectable control; in response to a selection operation for the at least one selectable control, determining a selected control, and using the selected control as the linkage controlled control; displaying an action configuration item corresponding to the linkage trigger control; the action configuration item corresponding to the linkage controlled control is determined according to the type of the linkage controlled control; and receiving linkage action configuration information for the linkage controlled control in response to the configuration operation for the action configuration item, wherein the linkage configuration information is used for determining linkage action for the linkage controlled control.
Optionally, the action configuration items include one or more of: a field change configuration item, a value change configuration item, and a control property change configuration item.
Optionally, the control property change configuration item is used to configure a control property of the linkage controlled control, where the control property includes one or more of the following: hide, show, fill, not necessarily, default, and display format.
Optionally, the type of the linkage trigger control or the type of the linkage controlled control includes one or more of: text, text boxes, text fields, number boxes, date boxes, radio boxes, check boxes, drop down boxes, link buttons, data tables, and variable row tables.
In a second aspect, an embodiment of the present invention provides a control processing method, which is applied to a server, and the method includes: determining a control to be linked; acquiring linkage configuration information aiming at the control to be linked, and determining a linkage event aiming at the control to be linked according to the linkage configuration information, wherein the linkage event comprises a linkage condition and a linkage action; and under the condition of meeting the linkage condition, controlling the control to be linked to execute the linkage action to obtain a linkage result.
Optionally, the control to be linked comprises a linkage trigger control;
the determining the control to be linked comprises: determining a linkage trigger control and the type of the linkage trigger control; the acquiring linkage configuration information for the control to be linked, and determining a linkage event for the control to be linked according to the linkage configuration information include: determining a condition configuration item corresponding to the linkage trigger control according to the type of the linkage trigger control; and acquiring configuration information aiming at the condition configuration item, taking the configuration information as linkage condition configuration information of the linkage trigger control, and determining a linkage condition aiming at the control to be linked according to the linkage condition configuration information.
Optionally, the obtaining configuration information for the condition configuration item, taking the configuration information as linkage condition configuration information of the linkage trigger control, and determining a linkage condition for the control to be linked according to the linkage condition configuration information includes: acquiring trigger source configuration information, operational expression configuration information and judgment condition configuration information aiming at the linkage trigger control, and taking the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information as linkage condition configuration information of the linkage trigger control; determining a target data source according to the trigger source configuration information, determining a target operational expression according to the operational expression configuration information, and determining a target condition according to the judgment condition configuration information; determining a linkage condition aiming at the control to be linked based on the target data source, the target operational expression and the target condition;
determining whether the linkage condition is satisfied according to the following process: calculating the target data source according to the target operational expression to obtain a calculation result; determining whether the calculation result satisfies the target condition; and determining that the linkage condition is met under the condition that the calculation result meets the target condition.
Optionally, the control to be linked comprises a linkage controlled control;
the determining the control to be linked comprises: determining linkage controlled controls and the types of the linkage controlled controls; the acquiring linkage configuration information for the control to be linked and determining the linkage event for the control to be linked according to the linkage configuration information comprise: determining an action configuration item corresponding to the linkage controlled control according to the type of the linkage controlled control; and acquiring configuration information aiming at the action configuration item, taking the configuration information as linkage action configuration information of the linkage controlled control, and determining linkage action aiming at the linkage controlled control according to the linkage action configuration information.
In a third aspect, an embodiment of the present invention provides a control processing apparatus, which is applied to a client, where the apparatus includes: the page display module is used for displaying a control linkage configuration page, and the control linkage configuration page is used for configuring a control to be linked and a linkage configuration item corresponding to the control to be linked; the information receiving module is used for responding to the configuration operation of the linkage configuration item corresponding to the control to be linked and receiving the linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action; and the result display module is used for displaying a linkage result after the linkage action is executed by the to-be-linked control, wherein the linkage action is executed under the condition that the linkage condition is met.
Optionally, the control linkage configuration page includes a first control; the control to be linked comprises a linkage trigger control; the information receiving module is further configured to: responding to the trigger operation aiming at the first control, and displaying a linkage condition configuration page; the linkage condition configuration page is used for displaying at least one selectable control; responding to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage trigger control; displaying a condition configuration item corresponding to the linkage trigger control, wherein the condition configuration item corresponding to the linkage trigger control is determined according to the type of the linkage trigger control; and receiving linkage condition configuration information for the linkage trigger control in response to the configuration operation for the condition configuration item, wherein the linkage condition configuration information is used for determining linkage conditions for the linkage trigger control.
Optionally, the control linkage configuration page includes a second control; the control to be linked comprises a linkage controlled control;
the information receiving module is further configured to: responding to the trigger operation aiming at the second control, and displaying a linkage action configuration page; the linkage action configuration page is used for displaying at least one selectable control; in response to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage controlled control; displaying an action configuration item corresponding to the linkage trigger control; the action configuration item corresponding to the linkage controlled control is determined according to the type of the linkage controlled control; and receiving linkage action configuration information for the linkage controlled control in response to the configuration operation for the action configuration item, wherein the linkage configuration information is used for determining linkage action for the linkage controlled control.
In a fourth aspect, an embodiment of the present invention provides a control processing apparatus, which is applied to a server, and the apparatus includes: the determining module is used for responding to the control selection operation and determining a control to be linked; the information acquisition module is used for acquiring linkage configuration information aiming at the control to be linked and determining a linkage event aiming at the control to be linked according to the linkage configuration information, wherein the linkage event comprises a linkage condition and a linkage action; and the linkage module is used for controlling the control to be linked to execute the linkage action under the condition of meeting the linkage condition to obtain a linkage result.
Optionally, the control to be linked comprises a linkage trigger control;
the determining module is further used for responding to control selection operation on the linkage condition configuration page, determining a linkage trigger control and determining the type of the linkage trigger control; the information acquisition module is further configured to: determining a condition configuration item corresponding to the linkage trigger control according to the type of the linkage trigger control; and acquiring configuration information aiming at the condition configuration item, taking the configuration information as linkage condition configuration information of the linkage trigger control, and determining a linkage event aiming at the control to be linked according to the linkage condition configuration information.
Optionally, the information obtaining module is further configured to: acquiring trigger source configuration information, operational expression configuration information and judgment condition configuration information aiming at the linkage trigger control, and taking the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information as linkage condition configuration information of the linkage trigger control; determining a target data source according to the trigger source configuration information, determining a target operational expression according to the operational expression configuration information, and determining a target condition according to the judgment condition configuration information; determining a linkage condition aiming at the control to be linked based on the target data source, the target operational expression and the target condition;
the linkage module is further configured to: calculating the target data source according to the target operational expression to obtain a calculation result; determining whether the calculation result satisfies the target condition; and determining that the linkage condition is met under the condition that the calculation result meets the target condition.
Optionally, the control to be linked comprises a linkage controlled control;
the determining module is further used for responding to control selection operation on the linkage action configuration page, determining linkage controlled controls and determining the types of the linkage controlled controls; the information acquisition module is further configured to: determining an action configuration item corresponding to the linkage controlled control according to the type of the linkage controlled control; and acquiring configuration information aiming at the action configuration item, taking the configuration information as linkage action configuration information of the linkage controlled control, and determining linkage action aiming at the linkage controlled control according to the linkage action configuration information.
In a fifth aspect, an embodiment of the present invention further provides an electronic device, including: one or more processors; the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors realize the control processing method of any embodiment of the invention.
In a sixth aspect, an embodiment of the present invention further provides a computer readable medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the control processing method according to any embodiment of the present invention.
One embodiment of the above invention has the following advantages or benefits:
determining linkage configuration information of a user on a control to be linked through linkage configuration items of the control to be linked on a control linkage configuration page, wherein the linkage configuration information is used for determining a linkage event corresponding to the control to be linked, and the linkage event comprises a linkage condition and a linkage action; under the condition that the linkage condition is met, the technical scheme of controlling the control to be linked to execute the linkage action and displaying the linkage result after the linkage action is executed by the linkage control can realize the conditional dynamic linkage of the control in a configuration mode, reduce the labor cost and time cost, improve the efficiency and improve the user experience; furthermore, the linkage condition aiming at the linkage trigger control is configured through the condition configuration item which is displayed on the linkage condition configuration page and corresponds to the type of the linkage trigger control, so that the configuration of the linkage condition is simpler and more efficient; on the linkage condition configuration page, the condition configuration items displayed by the linkage trigger controls of different types are different, so that the condition configuration items corresponding to the linkage trigger controls of various types can be flexibly adjusted according to service requirements, and the linkage condition configuration page has strong expandability and high flexibility, thereby realizing personalized configuration and strong applicability; when the condition configuration items corresponding to the linkage trigger control are configured, the function configuration items, the operator configuration items or the condition judger configuration items and the condition value configuration items can be flexibly configured to obtain the target operation expression and the target condition, and the target operation expression and the target condition can be generated in a configuration mode, so that the coding amount is reduced, and the development efficiency is improved; similarly, the linkage action aiming at the linkage controlled control is configured through the action configuration items corresponding to the linkage controlled control types displayed on the linkage action configuration page, so that the configuration of the linkage action is simpler and more efficient, the action configuration items corresponding to various types of linkage controlled controls can be flexibly adjusted according to business requirements, and the linkage action configuration page has the advantages of strong expandability, high flexibility and wide application range.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 depicts a schematic diagram of an exemplary system architecture for a control handling method of an embodiment of the invention;
FIG. 2 is a flow diagram illustrating a control handling method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram illustrating a control linkage configuration page in the control processing method according to the embodiment of the present invention;
4-6 are diagrams illustrating configuration linkage conditions in a control processing method according to an embodiment of the present invention;
7-10 are diagrams illustrating a configuration linkage action in the control processing method according to the embodiment of the present invention;
FIG. 11 is a flow diagram of a control handling method according to another embodiment of the invention;
fig. 12 is a schematic structural diagram of a control processing apparatus according to an embodiment of the present invention;
fig. 13 is a schematic structural diagram of a control processing apparatus according to another embodiment of the present invention;
fig. 14 shows a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
FIG. 1 is a schematic diagram of an exemplary system architecture for a control handling method, shown in accordance with an exemplary embodiment. As shown in fig. 1, the system architecture may include a server 110, a network 120, and a client 130. Network 120 serves to provide a medium for communication links between clients 130 and servers 110. Network 120 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
In some alternative embodiments, the client 130 performing data transmission with the server 110 may include, but is not limited to, a smart phone, a desktop computer, a tablet computer, a notebook computer, a smart speaker, a digital assistant, an AR (Augmented Reality) device, a VR (Virtual Reality) device, a smart wearable device, and other types of electronic devices, or the client 130 may be a personal computer, such as a laptop computer, a desktop computer, and the like. Optionally, the operating system running on the electronic device may include, but is not limited to, an android system, an IOS system, linux, windows, and the like.
The server 110 may be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, or a cloud server providing basic cloud computing services such as a cloud service, a cloud database, cloud computing, a cloud function, cloud storage, a Network service, cloud communication, a middleware service, a domain name service, a security service, a CDN (Content Delivery Network), a big data and artificial intelligence platform, and the like. In some practical applications, the server 110 may also be a server of a network platform, and the network platform may be, for example, a transaction platform, a live broadcast platform, a social platform, or a music platform, which is not limited in this embodiment of the present invention. The server may be one server or a cluster formed by a plurality of servers, and the specific architecture of the server is not limited in the present invention.
In addition, it should be noted that fig. 1 illustrates only one application environment of the control processing method provided by the present invention. The number of clients, networks and servers in fig. 1 is merely illustrative, and there may be any number of clients, networks and servers, as desired.
Fig. 2 is a flowchart illustrating a control processing method according to an embodiment of the present invention. The execution subject of the method provided in the embodiment shown in fig. 2 may be any electronic device, for example, the client 130 in the embodiment of fig. 1, but the present invention is not limited thereto.
As shown in fig. 2, the method includes:
step S201: and displaying a control linkage configuration page, wherein the control linkage configuration page is used for configuring the control to be linked and the linkage configuration item corresponding to the control to be linked.
The control linkage configuration page can be used for displaying and configuring the control (namely the control to be linked) and the related linkage configuration item which are required to be linked and configured by the user. The linkage configuration item is used for configuring a linkage event corresponding to the control to be linked, so that the control to be linked is linked according to the configured linkage event under the condition that the linkage event is detected.
Step S202: responding to configuration operation of a linkage configuration item corresponding to the control to be linked, and receiving linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action.
The linkage configuration items comprise a plurality of configuration items, the configuration items are used for configuring linkage conditions and linkage actions, and the linkage conditions and the linkage actions for the control to be linked are determined through configuration operations of the configuration items. As an example, the linkage condition may be that the number of times of change of a certain information is less than 5 times, and the linkage action may be that the information whose number of times of change is less than 5 times is displayed. The linkage condition may be that the number of changed information does not exceed 5, and the linkage action may be to display the changed information.
Step S203: and displaying a linkage result of the linkage action executed by the control to be linked, wherein the linkage action is executed under the condition that the linkage condition is met.
The method for processing the control comprises the steps of configuring a linkage configuration item of the control to be linked on a control linkage configuration page to the control to be linked, and determining linkage configuration information of the control to be linked by a user, wherein the linkage configuration information is used for determining a linkage event corresponding to the control to be linked, and the linkage event comprises a linkage condition and a linkage action; under the condition that the linkage condition is met, the technical scheme of controlling the to-be-linked control to execute the linkage action and displaying the linkage result after the linkage action is executed by the linkage control can realize the conditional dynamic linkage of the control in a configuration mode, reduce the labor cost and time cost, improve the efficiency and improve the user experience.
In an optional embodiment, the to-be-linked control comprises a linkage trigger control and a linkage controlled control. And when the information or data related to the linkage trigger control changes and the change meets the linkage condition, the linkage controlled control executes linkage action to obtain a linkage result.
In an alternative embodiment, as shown in fig. 3, the control linkage configuration page includes a first control, which may be an add button or an edit button. When the user clicks the first control, the linkage configuration page jumps to a linkage condition configuration page, and the linkage condition configuration page is used for selecting the linkage trigger control and carrying out related configuration on the linkage trigger control. And the configuration information related to the linkage trigger control is used for determining the linkage condition.
In an alternative embodiment, as shown in fig. 3, the control linkage configuration page further includes a second control, which may be an add button or an edit button. And when the user clicks the second control, jumping to a linkage action configuration page. The linkage action configuration page is used for selecting linkage controlled controls and carrying out related configuration on the linkage controlled controls. And the configuration information related to the linkage controlled control is used for determining the linkage action.
In an optional embodiment, as shown in fig. 3, the control linkage configuration page further includes a configured linkage event and detail information of the linkage event, such as an event name, configuration time, configuration staff information, and the like, and may further perform operations of viewing, modifying, deleting, and the like on the configured linkage event.
As an example, the process of determining the linkage trigger control and the linkage condition configuration information of the linkage trigger control includes:
responding to the trigger operation aiming at the first control, and displaying a linkage condition configuration page; the linkage condition configuration page is used for displaying at least one selectable control;
responding to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage trigger control;
displaying a condition configuration item corresponding to the linkage trigger control, wherein the condition configuration item corresponding to the linkage trigger control is determined according to the type of the linkage trigger control;
and receiving linkage condition configuration information aiming at the linkage trigger control in response to the configuration operation aiming at the condition configuration item, wherein the linkage condition configuration information is used for determining linkage conditions aiming at the linkage trigger control.
In an alternative embodiment, the linkage condition configuration page may include a control-selection drop-down box through which at least one selectable control is displayed. In other alternative embodiments, the linkage condition configuration page may display a list of controls that includes at least one selectable control. And selecting the selectable control by the user, and taking the selectable control selected by the user as a linkage trigger control. And displaying the condition configuration item corresponding to the linkage trigger control under the condition of determining the linkage trigger control.
In the embodiment of the invention, the linkage trigger controls of different types have different corresponding condition configuration items. By way of example, the types of linkage trigger controls include, but are not limited to: text, text boxes, text fields, number boxes, date boxes, radio boxes, check boxes, drop down boxes, link buttons, data tables, and variable row tables. The text box can be a single-line text box or a multi-line library box. A text field (text area) is also called a text region, i.e., a multi-line text input control with a scroll bar. The option users in the radio boxes can only select one item, and the option users in the check boxes can randomly select a plurality of items, even select the items completely. In the above examples, text boxes, text fields, number boxes, date boxes, radio boxes, check boxes, drop-down boxes, link buttons are common controls that bind a single value. The data table and the variable row table are table controls, and the type of the controls is bound with an array.
As an example, the conditional configuration items include one or more of: trigger source configuration items, function configuration items, operator configuration items, condition judger configuration items and condition value configuration items. When the linkage trigger control is a data table or a variable row table, the trigger source configuration item may include a data volume option (the data volume option may also be referred to as a table row option) and a table column value option. The data quantity option is used for indicating how many pieces of data exist in the data table or the variable row table. When the user configures the trigger source configuration item as a data volume option, the data volume of the data table or the variable row table is indicated as a trigger source. When the user configures the trigger source configuration item as a table column value option, the selected column in the data table or the variable row table is indicated as the trigger source. In the case that the trigger source configuration item is configured as a table column value, the conditional configuration item further includes a column item configuration item, and the column item configuration item is used for selecting a target column from a plurality of selectable columns, for example, a third column of the table is used as the target column through the column item configuration item, and the target column is a trigger source. The function configuration item is used for screening the function meeting the requirement from the pre-configured system function or the custom function. The operator configuration item is used to filter out operators that meet the requirements from preconfigured operators including, but not limited to, "+, -," x "," div ", etc. The condition judger configuration item is used for screening condition judgers meeting requirements from preset condition judgers. The preconfigured condition judgers include, but are not limited to, "=, >, <, inclusive, not inclusive", and the like. The condition value configuration item is used for configuring a result value meeting the requirement.
In a case where the condition configuration items include a trigger source configuration item, a function configuration item, an operator configuration item, a condition judger configuration item, and a condition value configuration item, the process of receiving linkage condition configuration information for the linkage trigger control in response to a configuration operation for the condition configuration item may include: receiving trigger source configuration information for the linkage trigger control in response to a configuration operation for the trigger source configuration item; receiving operational expression configuration information for the linkage trigger control in response to a configuration operation for the function configuration item or the operator configuration item; receiving judgment condition configuration information in response to a configuration operation for the condition judger configuration item and the condition value configuration item; the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information are used for determining linkage condition configuration information for the linkage trigger control.
As an example, as shown in fig. 4, 5, and 6, in the case where a different type of linkage trigger control is selected, different condition configuration items are displayed.
The process of determining linkage controlled control and linkage action configuration information of the linkage controlled control is as follows:
responding to the trigger operation aiming at the second control, and displaying a linkage action configuration page; the linkage condition configuration page is used for displaying at least one selectable control;
in response to a selection operation for the at least one selectable control, determining a selected control, and using the selected control as the linkage controlled control;
displaying an action configuration item corresponding to the linkage trigger control; the action configuration item corresponding to the linkage controlled control is determined according to the type of the linkage controlled control;
and receiving linkage action configuration information for the linkage controlled control in response to the configuration operation for the action configuration item, wherein the linkage configuration information is used for determining linkage action for the linkage controlled control.
In an alternative embodiment, the linkage action configuration page may include a control-selection drop-down box through which at least one selectable control is displayed. In other alternative embodiments, the linkage action configuration page may display a list of controls that includes at least one selectable control. And selecting the selectable control by the user, and taking the selectable control selected by the user as a linkage controlled control. And displaying the action configuration item corresponding to the linkage controlled control under the condition of determining the linkage controlled control.
In the embodiment of the invention, the action configuration items corresponding to the linkage controlled controls of different types are different. By way of example, the types of linkage controlled controls include, but are not limited to: text, text boxes, text fields, number boxes, date boxes, radio boxes, check boxes, drop down boxes, link buttons, data tables, and variable row tables. Action configuration items include, but are not limited to, field change configuration items, value change configuration items, and control property change configuration items. The field change configuration item is used for changing the field bound in a certain column of the linkage controlled control such as a data table or a variable row table, for example, in the case of meeting the linkage condition, the field bound in the data column is replaced by the property A to the property B. The value change configuration item is used to change the value of a linkage controlled control, such as a text box binding. And the attribute change configuration item is used for changing the control attribute of the linkage controlled control. In alternative embodiments, the control properties include one or more of: hide, show, fill, not necessarily, default, and display format. Wherein when the linkage controlled control is configured to be hidden or displayed, the linkage controlled control is hidden or displayed if the linkage condition is satisfied. When the linkage controlled controls are configured as either must-fill or must-fill, the linkage controlled controls are either must-fill or must-fill controls if the linkage condition is satisfied. The display format may configure rules that the values of the data columns need to satisfy or format the values of the data columns. For example, a field of a column of a form control is a mailbox address, the format of the mailbox address is set through a display format, and the mailbox address filled in the column must meet the display format. Formatting refers to the format of the values of the data column. For example, the amount is 100000, which is 10 (ten thousand dollars) in ten thousand dollar format.
As an example, as shown in fig. 7, 8, 9, and 10, in the case where a different type of linkage controlled control is selected, different action configuration items are displayed.
According to the control processing method, the linkage condition configuration page is used for configuring the linkage trigger control and the linkage condition corresponding to the linkage trigger control, and the linkage action configuration page is used for configuring the linkage controlled control and the linkage action corresponding to the linkage controlled control, so that the linkage event configuration of the control to be linked and the control to be linked is completed, the conditional dynamic linkage of the control is realized, and the linkage requirement under a complex scene is met.
FIG. 11 is a flowchart of a control processing method according to another embodiment of the present invention. The execution subject of the method provided by the embodiment shown in fig. 11 may be any electronic device, such as the server 110 in the embodiment of fig. 1, but the present invention is not limited thereto. As shown in fig. 11, the method includes:
step S1110: responding to the control selection operation, and determining a control to be linked;
step S1120: acquiring linkage configuration information aiming at the control to be linked, and determining a linkage event and a linkage action aiming at the control to be linked according to the linkage configuration information;
step S1130: and under the condition that the linkage condition is met, controlling the control to be linked to execute the linkage action to obtain a linkage result.
As described above, the control to be linked is the control which needs to be linked and is selected by the user from the selectable controls. The control to be linked can comprise a linkage trigger control and a linkage controlled control.
In an optional embodiment, the process of determining the linkage trigger control and the linkage condition corresponding to the linkage trigger control includes:
responding to control selection operation on a linkage condition configuration page, determining a linkage trigger control, and determining the type of the linkage trigger control;
determining a condition configuration item corresponding to the linkage trigger control according to the type of the linkage trigger control;
acquiring configuration information aiming at the condition configuration item, taking the configuration information as linkage condition configuration information of the linkage trigger control, and determining a linkage condition aiming at the control to be linked according to the linkage condition configuration information;
the process of determining the linkage controlled controls and the linkage controlled controls includes:
responding to control selection operation on a linkage action configuration page, determining linkage controlled controls and determining the types of the linkage controlled controls;
determining an action configuration item corresponding to the linkage controlled control according to the type of the linkage controlled control;
and acquiring configuration information aiming at the action configuration item, taking the configuration information as linkage action configuration information of the linkage controlled control, and determining linkage action aiming at the linkage controlled control according to the linkage action configuration information.
In alternative embodiments, the condition configuration items include one or more of: trigger source configuration items, function configuration items, operator configuration items, condition judger configuration items and condition value configuration items. The process of acquiring the linkage condition configuration information for the linkage trigger control may include acquiring trigger source configuration information, operational expression configuration information, and judgment condition configuration information for the linkage trigger control, and using the trigger source configuration information, the operational expression configuration information, and the judgment condition configuration information as the linkage condition configuration information for the linkage trigger control.
The process of determining the linkage condition for the linkage trigger control according to the linkage condition configuration information may include: determining a target data source according to the trigger source configuration information, determining a target operational expression according to the operational expression configuration information, and determining a target condition according to the judgment condition configuration information; and determining linkage conditions for the control to be linked based on the target data source, the target operational expression and the target conditions.
In an alternative embodiment, whether the linkage condition is satisfied may be determined according to the following process: calculating the target data source according to the target operational expression to obtain a calculation result; determining whether the calculation result satisfies the target condition; and determining that the linkage condition is met under the condition that the calculation result meets the target condition.
The control processing method of the embodiment of the invention configures the control to be linked through the linkage configuration item of the control to be linked on the control linkage configuration page, and determines the linkage configuration information of the control to be linked by a user, wherein the linkage configuration information is used for determining the linkage event corresponding to the control to be linked, and the linkage event comprises linkage conditions and linkage actions; under the condition that the linkage condition is met, the control to be linked is controlled to execute the linkage action, and the linkage result after the linkage action is executed by the linkage control is displayed.
Fig. 12 is a schematic structural diagram of a control processing apparatus 1200 according to an embodiment of the present invention, where the control processing apparatus 1200 may be applied to a client. As shown in fig. 12, the control processing apparatus 1200 includes:
the page display module 1210 is configured to display a control linkage configuration page, where the control linkage configuration page is used to configure a control to be linked and a linkage configuration item corresponding to the control to be linked;
the information receiving module 1220 is configured to receive linkage configuration information of the control to be linked in response to a configuration operation on a linkage configuration item corresponding to the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action;
a result displaying module 1230, configured to display a linkage result after the linkage action is executed by the to-be-linked control, where the linkage action is executed when the linkage condition is met.
Optionally, the control linkage configuration page includes a first control; the control to be linked comprises a linkage trigger control; the information receiving module is further configured to: responding to the trigger operation aiming at the first control, and displaying a linkage condition configuration page; the linkage condition configuration page is used for displaying at least one selectable control; responding to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage trigger control; displaying a condition configuration item corresponding to the linkage trigger control, wherein the condition configuration item corresponding to the linkage trigger control is determined according to the type of the linkage trigger control; and receiving linkage condition configuration information for the linkage trigger control in response to the configuration operation for the condition configuration item, wherein the linkage condition configuration information is used for determining linkage conditions for the linkage trigger control.
Optionally, the control linkage configuration page includes a second control; the control to be linked comprises a linkage controlled control;
the information receiving module is further configured to: responding to the trigger operation aiming at the second control, and displaying a linkage action configuration page; the linkage action configuration page is used for displaying at least one selectable control; in response to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage controlled control; displaying an action configuration item corresponding to the linkage trigger control; the action configuration item corresponding to the linkage controlled control is determined according to the type of the linkage controlled control; and receiving linkage action configuration information for the linkage controlled control in response to the configuration operation for the action configuration item, wherein the linkage configuration information is used for determining linkage action for the linkage controlled control.
Fig. 13 is a schematic structural diagram of a control processing apparatus 1300 according to another embodiment of the present invention. The control processing apparatus 1300 can be applied to a server. As shown in fig. 13, the control processing apparatus 1300 includes:
a determining module 1310, configured to determine a control to be linked in response to a control selection operation;
an information obtaining module 1320, configured to obtain linkage configuration information for the to-be-linked control, and determine, according to the linkage configuration information, that the linkage event for the to-be-linked control includes a linkage condition and a linkage action;
and a linkage module 1330 configured to, when the linkage condition is satisfied, control the control to be linked to execute the linkage action to obtain a linkage result.
Optionally, the control to be linked comprises a linkage trigger control;
the determining module is further used for responding to control selection operation on the linkage condition configuration page, determining a linkage trigger control and determining the type of the linkage trigger control; the information acquisition module is further configured to: determining a condition configuration item corresponding to the linkage trigger control according to the type of the linkage trigger control; and acquiring configuration information aiming at the condition configuration item, taking the configuration information as linkage condition configuration information of the linkage trigger control, and determining a linkage event aiming at the control to be linked according to the linkage condition configuration information.
Optionally, the information obtaining module is further configured to: acquiring trigger source configuration information, operational expression configuration information and judgment condition configuration information aiming at the linkage trigger control, and taking the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information as linkage condition configuration information of the linkage trigger control; determining a target data source according to the trigger source configuration information, determining a target operational expression according to the operational expression configuration information, and determining a target condition according to the judgment condition configuration information; determining a linkage condition for the control to be linked based on the target data source, the target operational expression and the target condition;
the linkage module is further configured to: calculating the target data source according to the target operation expression to obtain a calculation result; determining whether the calculation result satisfies the target condition; and determining that the linkage condition is met under the condition that the calculation result meets the target condition.
Optionally, the control to be linked comprises a linkage controlled control;
the determining module is also used for responding to control selection operation on the linkage action configuration page, determining linkage controlled controls and determining the types of the linkage controlled controls; the information acquisition module is further configured to: determining linkage controlled controls and types of the linkage controlled controls; determining an action configuration item corresponding to the linkage controlled control according to the type of the linkage controlled control; and acquiring configuration information aiming at the action configuration item, taking the configuration information as linkage action configuration information of the linkage controlled control, and determining linkage action aiming at the linkage controlled control according to the linkage action configuration information.
The device can execute the method provided by the embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the method provided in the embodiment of the present invention.
An embodiment of the present invention further provides an electronic device, as shown in fig. 14, including a processor 1410, a communication interface 1420, a memory 1430, and a communication bus 1440, where the processor 1410, the communication interface 1420, and the memory 1430 communicate with each other via the communication bus 1440,
a memory 1430 for storing computer programs;
the processor 1410, when executing the program stored in the memory 1430, implements the following steps: displaying a control linkage configuration page, wherein the control linkage configuration page is used for configuring a control to be linked and a linkage configuration item corresponding to the control to be linked; responding to configuration operation of a linkage configuration item corresponding to the control to be linked, and receiving linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action; and displaying a linkage result of the linkage action executed by the control to be linked, wherein the linkage action is executed under the condition that the linkage condition is met.
The communication bus 1440 mentioned in the above terminal may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus 1004 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface 1420 is used for communication between the above-described terminal and other devices.
The Memory 1430 may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Alternatively, the memory may be at least one memory device located remotely from the processor 1410.
The Processor 1410 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the Integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In another embodiment of the present invention, a computer-readable medium is further provided, where instructions are stored in the computer-readable medium, and when the instructions are executed on a computer, the computer is caused to execute the control processing method in any one of the above embodiments.
In yet another embodiment provided by the present invention, a computer program product containing instructions is further provided, which when run on a computer causes the computer to execute the control processing method described in any of the above embodiments.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., solid State Disk (SSD)), among others.
It should be noted that, in this document, relational terms such as first and second, and the like are 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. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (16)

1. A control processing method is applied to a client, and comprises the following steps:
displaying a control linkage configuration page, wherein the control linkage configuration page is used for configuring a control to be linked and a linkage configuration item corresponding to the control to be linked;
responding to configuration operation of a linkage configuration item corresponding to the control to be linked, and receiving linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action;
and displaying a linkage result of the linkage action executed by the control to be linked, wherein the linkage action is executed under the condition that the linkage condition is met.
2. The method of claim 1, wherein the control linkage configuration page includes a first control; the control to be linked comprises a linkage trigger control;
the receiving linkage configuration information of the control to be linked in response to the configuration operation of the linkage configuration item corresponding to the control to be linked comprises the following steps:
responding to the trigger operation aiming at the first control, and displaying a linkage condition configuration page; the linkage condition configuration page is used for displaying at least one selectable control;
responding to the selection operation of the at least one selectable control, determining a selected control, and using the selected control as the linkage trigger control;
displaying a condition configuration item corresponding to the linkage trigger control, wherein the condition configuration item corresponding to the linkage trigger control is determined according to the type of the linkage trigger control;
and receiving linkage condition configuration information for the linkage trigger control in response to the configuration operation for the condition configuration item, wherein the linkage condition configuration information is used for determining linkage conditions for the linkage trigger control.
3. The method of claim 2, wherein the condition configuration items comprise one or more of: triggering source configuration items, function configuration items, operator configuration items, condition judger configuration items and condition value configuration items;
the receiving linkage condition configuration information for the linkage trigger control in response to the configuration operation for the condition configuration item comprises:
receiving trigger source configuration information for the linkage trigger control in response to a configuration operation for the trigger source configuration item; receiving operational expression configuration information for the linkage trigger control in response to a configuration operation for the function configuration item or the operator configuration item; receiving judgment condition configuration information for the linkage trigger control in response to configuration operations for the condition judger configuration items and the condition value configuration items; the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information are used for determining linkage condition configuration information for the linkage trigger control.
4. The method of claim 3, wherein in the case that the trigger source configuration item is configured as a table column value, the condition configuration item further comprises a column item configuration item, and the column item configuration item is used for selecting a target column from a plurality of selectable columns.
5. The method of claim 2, wherein the control linkage configuration page includes a second control; the control to be linked comprises a linkage controlled control;
the receiving linkage configuration information of the control to be linked in response to the configuration operation of the linkage configuration item corresponding to the control to be linked comprises the following steps:
responding to the trigger operation aiming at the second control, and displaying a linkage action configuration page; the linkage action configuration page is used for displaying at least one selectable control;
in response to a selection operation for the at least one selectable control, determining a selected control, and using the selected control as the linkage controlled control;
displaying an action configuration item corresponding to the linkage trigger control; the action configuration item corresponding to the linkage controlled control is determined according to the type of the linkage controlled control;
and receiving linkage action configuration information for the linkage controlled control in response to the configuration operation for the action configuration item, wherein the linkage configuration information is used for determining linkage action for the linkage controlled control.
6. The method of claim 5, wherein the action configuration items include one or more of: a field change configuration item, a value change configuration item, and a control property change configuration item.
7. The method of claim 6, wherein the control property alteration configuration item is used to configure control properties of the linkage controlled control, the control properties including one or more of: hide, show, fill, not necessarily, default, and display format.
8. The method of claim 2 or 5, wherein the type of the linkage trigger control or the type of the linkage controlled control comprises one or more of: text, text boxes, text fields, number boxes, date boxes, radio boxes, check boxes, drop down boxes, link buttons, data tables, and variable line tables.
9. A control processing method is applied to a server side, and the method comprises the following steps:
responding to the control selection operation, and determining a control to be linked;
acquiring linkage configuration information aiming at the control to be linked, and determining a linkage event aiming at the control to be linked according to the linkage configuration information, wherein the linkage event comprises a linkage condition and a linkage action;
and under the condition of meeting the linkage condition, controlling the control to be linked to execute the linkage action to obtain a linkage result.
10. The method of claim 9, wherein the controls to be linked comprise linkage trigger controls;
the determining the control to be linked comprises: responding to control selection operation on a linkage condition configuration page, determining a linkage trigger control, and determining the type of the linkage trigger control;
the acquiring linkage configuration information for the control to be linked and determining the linkage event for the control to be linked according to the linkage configuration information comprise:
determining a condition configuration item corresponding to the linkage trigger control according to the type of the linkage trigger control;
and acquiring configuration information aiming at the condition configuration item, taking the configuration information as linkage condition configuration information of the linkage trigger control, and determining a linkage condition aiming at the control to be linked according to the linkage condition configuration information.
11. The method according to claim 10, wherein the obtaining configuration information for the condition configuration items, using the configuration information as linkage condition configuration information of the linkage trigger control, and determining the linkage condition for the control to be linked according to the linkage condition configuration information comprises:
acquiring trigger source configuration information, operational expression configuration information and judgment condition configuration information aiming at the linkage trigger control, and taking the trigger source configuration information, the operational expression configuration information and the judgment condition configuration information as linkage condition configuration information of the linkage trigger control;
determining a target data source according to the trigger source configuration information, determining a target operational expression according to the operational expression configuration information, and determining a target condition according to the judgment condition configuration information;
determining a linkage condition for the control to be linked based on the target data source, the target operational expression and the target condition;
determining whether the linkage condition is satisfied according to the following process:
calculating the target data source according to the target operational expression to obtain a calculation result;
determining whether the calculation result satisfies the target condition;
and determining that the linkage condition is met under the condition that the calculation result meets the target condition.
12. The method of claim 10, wherein the controls to be linked comprise linkage controlled controls;
the determining the control to be linked comprises: responding to control selection operation on a linkage action configuration page, determining linkage controlled controls and determining the types of the linkage controlled controls;
the acquiring linkage configuration information for the control to be linked and determining the linkage event for the control to be linked according to the linkage configuration information comprise:
determining an action configuration item corresponding to the linkage controlled control according to the type of the linkage controlled control;
and acquiring configuration information aiming at the action configuration item, taking the configuration information as linkage action configuration information of the linkage controlled control, and determining linkage action aiming at the linkage controlled control according to the linkage action configuration information.
13. A control processing device applied to a client, the device comprising:
the page display module is used for displaying a control linkage configuration page, and the control linkage configuration page is used for configuring a control to be linked and a linkage configuration item corresponding to the control to be linked;
the information receiving module is used for responding to the configuration operation of the linkage configuration item corresponding to the control to be linked and receiving the linkage configuration information of the control to be linked; the linkage configuration information is used for determining a linkage event aiming at the control to be linked, and the linkage event comprises a linkage condition and a linkage action;
and the result display module is used for displaying a linkage result after the linkage action is executed by the control to be linked, wherein the linkage action is executed under the condition that the linkage condition is met.
14. A control processing device is applied to a server, and the device comprises:
the determining module is used for responding to the control selection operation and determining a control to be linked;
the information acquisition module is used for acquiring linkage configuration information aiming at the control to be linked and determining a linkage event aiming at the control to be linked according to the linkage configuration information, wherein the linkage event comprises a linkage condition and a linkage action;
and the linkage module is used for controlling the control to be linked to execute the linkage action under the condition of meeting the linkage condition to obtain a linkage result.
15. An electronic device, comprising:
one or more processors;
a storage device to store one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method recited in any of claims 1-12.
16. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-12.
CN202211133217.0A 2022-09-07 2022-09-07 Control processing method and device, electronic equipment and medium Active CN115509630B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211133217.0A CN115509630B (en) 2022-09-07 2022-09-07 Control processing method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211133217.0A CN115509630B (en) 2022-09-07 2022-09-07 Control processing method and device, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN115509630A true CN115509630A (en) 2022-12-23
CN115509630B CN115509630B (en) 2023-10-13

Family

ID=84503800

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211133217.0A Active CN115509630B (en) 2022-09-07 2022-09-07 Control processing method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN115509630B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138149A (en) * 2021-12-03 2022-03-04 北京有竹居网络技术有限公司 Data screening method and device, readable medium and electronic equipment
CN114239504A (en) * 2021-12-21 2022-03-25 北京希瑞亚斯科技有限公司 Form configuration method, device, equipment, readable storage medium and program product
CN114297552A (en) * 2021-12-23 2022-04-08 金蝶软件(中国)有限公司 Form expansion method and device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114138149A (en) * 2021-12-03 2022-03-04 北京有竹居网络技术有限公司 Data screening method and device, readable medium and electronic equipment
CN114239504A (en) * 2021-12-21 2022-03-25 北京希瑞亚斯科技有限公司 Form configuration method, device, equipment, readable storage medium and program product
CN114297552A (en) * 2021-12-23 2022-04-08 金蝶软件(中国)有限公司 Form expansion method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN115509630B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
CN110795195B (en) Webpage rendering method and device, electronic equipment and storage medium
CN110245069B (en) Page version testing method and device and page display method and device
CN111104635A (en) Table webpage generation method and device
CN107908442B (en) Spring-based resource loading method and device, terminal equipment and computer-readable storage medium
CN108228551B (en) excel data import method, device, equipment and computer readable storage medium
US9934291B2 (en) Dynamic presentation of a results set by a form-based software application
CN109753612B (en) Questionnaire display control method and device, storage medium and electronic equipment
US20140074821A1 (en) System, Method and Device Having Data Display Regulation and Tabular Output
CN115509630B (en) Control processing method and device, electronic equipment and medium
CN111736825A (en) Information display method, device, equipment and storage medium
US20150324825A1 (en) Automated identification of geographic audience based on stored market data
CN111831179B (en) Signing method, device and computer readable medium
CN114296845B (en) Interface processing method, device, electronic device and storage medium
US9230022B1 (en) Customizable result sets for application program interfaces
US11769282B2 (en) System and method for generating and rendering a self-contained report data structure
US10956651B1 (en) Data table display adjustment
CN113326680A (en) Method and device for generating table
US11157156B2 (en) Speed-based content rendering
CN112966201A (en) Object processing method, device, electronic equipment and storage medium
CN113626665B (en) Data display method and device
CN117493381A (en) Data screening method, device, equipment and storage medium
CN117370671A (en) Target object determining method and device and electronic equipment
CN115033268A (en) Page content configuration method and device, electronic equipment and storage medium
CN111414368A (en) Method and device for processing data
CN117215581A (en) React-based interface element layout method and device, medium and electronic equipment

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