CN112948002A - Method for carrying out configuration management on workflow submission page - Google Patents

Method for carrying out configuration management on workflow submission page Download PDF

Info

Publication number
CN112948002A
CN112948002A CN202110238366.2A CN202110238366A CN112948002A CN 112948002 A CN112948002 A CN 112948002A CN 202110238366 A CN202110238366 A CN 202110238366A CN 112948002 A CN112948002 A CN 112948002A
Authority
CN
China
Prior art keywords
page
submission
data
workflow
edit box
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
CN202110238366.2A
Other languages
Chinese (zh)
Other versions
CN112948002B (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.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information Technology 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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202110238366.2A priority Critical patent/CN112948002B/en
Publication of CN112948002A publication Critical patent/CN112948002A/en
Application granted granted Critical
Publication of CN112948002B publication Critical patent/CN112948002B/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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • 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)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for carrying out configuration management on a workflow submission page, which relates to the technical field of configuration management and comprises the following implementation contents: s1, defining four elements of an edit box type, a database table, an edit box style and a button of a submitted page; s2, the user individually configures the submitted page, the page data submission mode and the page data display method according to the own requirements; s3, registering the configured submission page and associating the workflow; and S4, loading the associated submission page, the submission mode of the page data and the display method of the page data which are configured in a personalized way according to the current work flow. The invention can carry out personalized configuration on different submission pages, realize the rapid switching of the submission pages in different submission modes, quickly respond, meet the requirements of users and eliminate the defects of workflow products facing the personalized requirements of the users as far as possible.

Description

Method for carrying out configuration management on workflow submission page
Technical Field
The invention relates to the technical field of configuration management, in particular to a method for carrying out configuration management on a workflow submission page.
Background
Computer software is popularized, people rely on computers more and more, various process approval are realized and used on the computers, and workflow technology in a software system is mature.
At present, workflow products are mature in the aspects of business handling data circulation, operation authority configuration and the like, but the specific interface presented to a user is single, and personalized customized development needs to be carried out according to specific requirements each time.
Disclosure of Invention
Aiming at the requirements and the defects of the prior art development, the invention provides a method for carrying out configuration management on a workflow submission page, so as to eliminate the defects of the workflow product in the personalized requirements of users as much as possible.
The invention discloses a method for carrying out configuration management on a workflow submission page, which adopts the following technical scheme for solving the technical problems:
a method for carrying out configuration management on a workflow submission page comprises the following steps:
step S1, defining four elements of an edit box type, a database table, an edit box style and a button of a submitted page;
step S2, the user individually configures the submitted page, the page data submission mode and the page data display method according to the own requirements;
step S3, registering the configured submission page and associating the workflow;
and step S4, loading the associated submission page, the submission mode of the page data and the display method of the page data which are configured in a personalized way according to the current work flow.
Further, when step S1 is executed, the types of edit boxes include drop-down lists, text boxes, text fields, check boxes, radio boxes, and pop-up dialog box selections;
when the edit box of the submitted page is of a drop-down list type, defining the content to comprise a configuration item, a data item name and a data type;
when the edit box of the submitted page is a text box type or a text field type, defining the content to comprise a data item name and a data type;
when the edit box of the submitted page is of a check box type, defining the content to comprise a data item name, a data type, checked content and a transmitted data format;
when the edit box of the submitted page is of a radio box type, defining the content to comprise a data item name, a data type and radio content;
when the edit box of the submission page selects the type for the pop-up dialog box, the definition content comprises the URL of the pop-up dialog box, the transmitted parameters, the received return data, the name of the data item and the data type.
Further, when step S1 is executed to define the database table, edit box style, button of the submit page,
firstly, automatically generating corresponding data table field grammar in a background of a system to which a submitted page belongs according to a defined edit box type;
subsequently, defining the css style of the edit box, using the css style as a public file, or exporting the css style file defining the edit box, editing the css style file, and importing the css style file again after the editing is finished;
finally, a css style for the buttons is defined, the buttons including a submit button, a return button, and a close button.
Further, when step S2 is executed, the configuration content of the submitted page includes a name, an element, and a layout, where the configured element is selected from four elements, namely an edit box type, a database table, an edit box style, and a button, and after the element is selected, the length and width of the element are further configured, and the configured layout has three selection types: one row and one column, one row and four columns and one row and two columns, and the configuration of elements or buttons can be performed for each row and each column of the layout.
Further, when the step S2 is executed, when the page data submission mode is configured, the package submission script method of the page data needs to be configured, and then each data item, the data content, and the data format are encapsulated according to the XML format, and are transmitted to the configured package submission script method, and are transmitted to the background logic method of the system to which the submission page belongs to be processed.
Furthermore, when the step S2 is executed, the received script method and the received data standard need to be configured when the page data display method is configured, and at this time, the submit page will be automatically filled into the configured submit page for display after receiving the parsing data transmitted by the background of the system to which the submit page belongs.
Further, step S3 is executed to register the configured submission page, where the registration content includes the registration name of the submission page, the pop-up mode of the submission page, the configuration name of the submission page, and the associated workflow id, validity period, and remark information.
Preferably, the pop-up mode of the submitted page includes the following three categories:
the method comprises the following steps of firstly, fixing the bottom of a window, filling opinions at any time and submitting the opinions;
the second category is that through a button on the submission page, a window is popped up, and the submission of filling opinions is carried out;
and thirdly, automatically emerging a submission window after the focus of the page reaches the bottom, and filling in the submission of the opinions.
Further, step S4 is executed, after the user logs in the system to which the submitted page belongs, the user may also perform personalized modification of enabling or disabling the configuration information of the submitted page, after the modification, the system to which the submitted page belongs automatically and in detail records the modification information and the user id, and when the user logs in the same workflow next time, directly loads the associated submitted page after the personalized modification.
Compared with the prior art, the method for carrying out configuration management on the workflow submission page has the following beneficial effects:
the invention can carry out personalized configuration on different submitted pages, particularly realize the quick switching of the submitted pages in different submitting modes, quickly respond and meet the requirements of users, save the repeated research and development of the same working flow of different projects and save the research and development period.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
In order to make the technical scheme, the technical problems to be solved and the technical effects of the present invention more clearly apparent, the following technical scheme of the present invention is clearly and completely described with reference to the specific embodiments.
The first embodiment is as follows:
with reference to fig. 1, this embodiment provides a method for performing configuration management on a workflow submission page, where the process of implementing configuration management includes:
and step S1, defining four elements of an edit box type, a database table, an edit box style and a button of the submission page.
In this step, the types of the edit boxes include drop-down lists, text boxes, text fields, check boxes, radio boxes, and pop-up dialog box selections;
(a) when the edit box of the submitted page is of a drop-down list type, defining the content to comprise a configuration item, a data item name and a data type;
(b) when the edit box of the submitted page is a text box type or a text field type, defining the content to comprise a data item name and a data type;
(c) when the edit box of the submitted page is of a check box type, defining the content to comprise a data item name, a data type, checked content and a transmitted data format;
(d) when the edit box of the submitted page is of a radio box type, defining the content to comprise a data item name, a data type and radio content;
(e) when the edit box of the submission page selects the type for the pop-up dialog box, the definition content comprises the URL of the pop-up dialog box, the transmitted parameters, the received return data, the name of the data item and the data type.
After the type definition of the edit box is completed,
firstly, automatically generating corresponding data table field grammar in a background of a system to which a submitted page belongs according to a defined edit box type;
subsequently, defining the css style of the edit box, using the css style as a public file, or exporting the css style file defining the edit box, editing the css style file, and importing the css style file again after the editing is finished;
finally, a css style for the buttons is defined, the buttons including a submit button, a return button, and a close button.
And step S2, the user can individually configure the submitted page, the page data submission mode and the page data display method according to the requirement.
In this step, the configuration content of the submitted page includes a name, an element, and a layout, wherein the configured element is selected from four elements of an edit box type, a database table, an edit box type, and a button, the length and width of the element are further configured after the element is selected, and the configuration layout has three selection types: one row and one column, one row and four columns and one row and two columns, and the configuration of elements or buttons can be performed for each row and each column of the layout.
When the page data submission mode is configured, a packaging submission script method of the page data needs to be configured, then each data item, data content and data format are packaged according to an XML format, and are transmitted to the configured packaging submission script method, and are transmitted to a background logic method of a system to which the submission page belongs for processing.
When the page data display method is configured, a script method for displaying and receiving data and a received data standard need to be configured, and at this time, after the submission page receives analysis data transmitted by a background of the system to which the submission page belongs, the submission page is automatically filled into the configured submission page for display.
And step S3, registering the configured submission page and associating the workflow.
The registration content comprises a registration name of a submitted page, a pop-up mode of the submitted page, a configuration name of the submitted page, and also comprises associated workflow id, validity period and remark information.
The pop-up mode of the submission page includes the following three categories:
the method comprises the following steps of firstly, fixing the bottom of a window, filling opinions at any time and submitting the opinions;
the second category is that through a button on the submission page, a window is popped up, and the submission of filling opinions is carried out;
and thirdly, automatically emerging a submission window after the focus of the page reaches the bottom, and filling in the submission of the opinions.
And step S4, loading the associated submission page, the submission mode of the page data and the display method of the page data which are configured in a personalized way according to the current work flow.
After the user logs in the system to which the submitted page belongs, the configuration information of the submitted page can be personalized modified in an enabling or disabling mode, after modification, the system to which the submitted page belongs automatically records the modified information and the user id in detail, and when the user logs in and transacts the same workflow next time, the personalized modified associated submitted page is directly loaded.
In summary, the method for configuration management of the workflow submission pages can be used for personalized configuration of different submission pages, rapid switching of submission pages in different submission modes is realized, the response is rapid, the requirements of users are met, and the defects of workflow products facing the personalized requirements of the users are eliminated as far as possible.
The principles and embodiments of the present invention have been described in detail using specific examples, which are provided only to aid in understanding the core technical content of the present invention. Based on the above embodiments of the present invention, those skilled in the art should make any improvements and modifications to the present invention without departing from the principle of the present invention, and therefore, the present invention should fall into the protection scope of the present invention.

Claims (9)

1. A method for carrying out configuration management on a workflow submission page is characterized in that the process of realizing the configuration management comprises the following steps:
step S1, defining four elements of an edit box type, a database table, an edit box style and a button of a submitted page;
step S2, the user individually configures the submitted page, the page data submission mode and the page data display method according to the own requirements;
step S3, registering the configured submission page and associating the workflow;
and step S4, loading the associated submission page, the submission mode of the page data and the display method of the page data which are configured in a personalized way according to the current work flow.
2. The method for configuration management of workflow submission page of claim 1, wherein in executing step S1, the types of edit boxes include drop-down lists, text boxes, text fields, check boxes, radio boxes, pop-up dialog box selections;
when the edit box of the submitted page is of a drop-down list type, defining the content to comprise a configuration item, a data item name and a data type;
when the edit box of the submitted page is a text box type or a text field type, defining the content to comprise a data item name and a data type;
when the edit box of the submitted page is of a check box type, defining the content to comprise a data item name, a data type, checked content and a transmitted data format;
when the edit box of the submitted page is of a radio box type, defining the content to comprise a data item name, a data type and radio content;
when the edit box of the submission page selects the type for the pop-up dialog box, the definition content comprises the URL of the pop-up dialog box, the transmitted parameters, the received return data, the name of the data item and the data type.
3. The method for configuration management of workflow submission page of claim 2, wherein when step S1 is executed, defining database table, edit box style, button of submission page,
firstly, automatically generating corresponding data table field grammar in a background of a system to which a submitted page belongs according to a defined edit box type;
subsequently, defining the css style of the edit box, using the css style as a public file, or exporting the css style file defining the edit box, editing the css style file, and importing the css style file again after the editing is finished;
finally, a css style for the buttons is defined, the buttons including a submit button, a return button, and a close button.
4. The method for configuration management of workflow submission page as claimed in claim 2, wherein the configuration content of the submission page includes name, element and layout when step S2 is executed, wherein the configured element is selected from four elements of edit box type, database table, edit box style and button, the length and width of the element are further configured after the element is selected, and the layout of the configuration has three types: one row and one column, one row and four columns and one row and two columns, and the configuration of elements or buttons can be performed for each row and each column of the layout.
5. The method for configuration management of workflow submission page as recited in claim 4, wherein in step S2, when the submission mode of the page data is configured, a package submission script method of the page data needs to be configured, and then each data item, data content and data format are encapsulated according to XML format and transmitted to the configured package submission script method, and then transmitted to the background logic method of the system to which the submission page belongs for processing.
6. The method for configuration management of workflow submission page as claimed in claim 5, wherein step S2 is executed, when configuring the page data presentation method, the received script method and the received data standard need to be configured, at this time, after the submission page receives the parsing data transmitted from the background of the system to which the submission page belongs, the submission page is automatically filled into the configured submission page for presentation.
7. The method for configuration management of workflow submission page as claimed in claim 6, wherein step S3 is executed to register the completed submission page, and the registered content includes the registration name of the submission page, the pop-up mode of the submission page, the configuration name of the submission page, and the associated workflow id, validity period and remark information.
8. The method of claim 7, wherein the pop-up mode of the submission page includes three categories:
the method comprises the following steps of firstly, fixing the bottom of a window, filling opinions at any time and submitting the opinions;
the second category is that through a button on the submission page, a window is popped up, and the submission of filling opinions is carried out;
and thirdly, automatically emerging a submission window after the focus of the page reaches the bottom, and filling in the submission of the opinions.
9. The method for configuration management of workflow submission page according to any of claims 1 to 8, wherein step S4 is executed, after the user logs in the system to which the submission page belongs, the user can also perform personalized modification of activation or deactivation of the configuration information of the submission page, after modification, the system to which the submission page belongs automatically and in detail records the modification information and the user id, and when the user logs in to handle the same workflow next time, the personalized modified associated submission page is directly loaded.
CN202110238366.2A 2021-03-04 2021-03-04 Method for carrying out configuration management on workflow submission page Active CN112948002B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110238366.2A CN112948002B (en) 2021-03-04 2021-03-04 Method for carrying out configuration management on workflow submission page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110238366.2A CN112948002B (en) 2021-03-04 2021-03-04 Method for carrying out configuration management on workflow submission page

Publications (2)

Publication Number Publication Date
CN112948002A true CN112948002A (en) 2021-06-11
CN112948002B CN112948002B (en) 2023-03-28

Family

ID=76247520

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110238366.2A Active CN112948002B (en) 2021-03-04 2021-03-04 Method for carrying out configuration management on workflow submission page

Country Status (1)

Country Link
CN (1) CN112948002B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6523022B1 (en) * 1997-06-09 2003-02-18 Allen Hobbs Method and apparatus for selectively augmenting retrieved information from a network resource
US20030225829A1 (en) * 2002-05-22 2003-12-04 Sony Corporation System and method for platform and language-independent development and delivery of page-based content
CN1607522A (en) * 2003-10-15 2005-04-20 佳能株式会社 User interface for creation and editing of variable data documents
WO2005059690A2 (en) * 2003-12-12 2005-06-30 Michael Stockton Method and system configured for facilitating management of international trade receivables transactions
CN101609403A (en) * 2009-07-29 2009-12-23 金蝶软件(中国)有限公司 A kind of page layout dynamic switch method and system
CN102693155A (en) * 2011-02-23 2012-09-26 微软公司 Application store topics
CN103207873A (en) * 2012-01-17 2013-07-17 腾讯科技(深圳)有限公司 Method and system for displaying exclusive user page
US20150254617A1 (en) * 2014-03-10 2015-09-10 Aliaswire, Inc. Methods, systems, and devices to dynamically customize electronic bill presentment and payment workflows
CN106776964A (en) * 2016-12-05 2017-05-31 国云科技股份有限公司 A kind of WEB page management system and its implementation based on HC CELL
CN106792101A (en) * 2017-01-03 2017-05-31 青岛海信电器股份有限公司 Home interface method of adjustment, device and intelligent television
WO2018109589A1 (en) * 2016-12-15 2018-06-21 Walkme Ltd. Updating data records by adding editing functions to non-editable display elements
CN109032598A (en) * 2018-07-13 2018-12-18 中国银行股份有限公司 A kind of dynamic creation method and device of transaction flow

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6523022B1 (en) * 1997-06-09 2003-02-18 Allen Hobbs Method and apparatus for selectively augmenting retrieved information from a network resource
US20030225829A1 (en) * 2002-05-22 2003-12-04 Sony Corporation System and method for platform and language-independent development and delivery of page-based content
CN1607522A (en) * 2003-10-15 2005-04-20 佳能株式会社 User interface for creation and editing of variable data documents
WO2005059690A2 (en) * 2003-12-12 2005-06-30 Michael Stockton Method and system configured for facilitating management of international trade receivables transactions
CN101609403A (en) * 2009-07-29 2009-12-23 金蝶软件(中国)有限公司 A kind of page layout dynamic switch method and system
CN102693155A (en) * 2011-02-23 2012-09-26 微软公司 Application store topics
CN103207873A (en) * 2012-01-17 2013-07-17 腾讯科技(深圳)有限公司 Method and system for displaying exclusive user page
US20150254617A1 (en) * 2014-03-10 2015-09-10 Aliaswire, Inc. Methods, systems, and devices to dynamically customize electronic bill presentment and payment workflows
CN106776964A (en) * 2016-12-05 2017-05-31 国云科技股份有限公司 A kind of WEB page management system and its implementation based on HC CELL
WO2018109589A1 (en) * 2016-12-15 2018-06-21 Walkme Ltd. Updating data records by adding editing functions to non-editable display elements
CN106792101A (en) * 2017-01-03 2017-05-31 青岛海信电器股份有限公司 Home interface method of adjustment, device and intelligent television
CN109032598A (en) * 2018-07-13 2018-12-18 中国银行股份有限公司 A kind of dynamic creation method and device of transaction flow

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
尹航: "基于配置文件的web 页面自动生成系统", 《SOFTWARE》 *
张欣星等: "基于数据库实现工作流管理系统的研究", 《电脑知识与技术》 *

Also Published As

Publication number Publication date
CN112948002B (en) 2023-03-28

Similar Documents

Publication Publication Date Title
US20200372559A1 (en) Commodity customization method, apparatus, device and storage medium
EP2261824B1 (en) Information process apparatus, information process method, and program
US7003729B1 (en) Method and apparatus for supporting multiple alternative graphical user interfaces in computer-moderated electronic commerce
US10339222B2 (en) Information providing system, information providing method, non-transitory recording medium, and data structure
CN107943770B (en) Rapid webpage form input method and device based on accessory transaction platform
US20160148105A1 (en) Information providing system, information providing method, and non-transitory recording medium
WO2008070240A2 (en) Data charting with adaptive learning
CN111897817A (en) Visual form configuration method, device and system
US20170011135A1 (en) Conversion Automation through Data and Object Importer
CN111324390A (en) Device and method for realizing APP content configuration and real-time update
CN109710250A (en) It is a kind of for constructing the visualization engine system and method for user interface
US20170200213A1 (en) Information search method and information search device
CN107992500A (en) A kind of information processing method and server
CN104182225A (en) General mobile information system adaptation method and device
US8615733B2 (en) Building a component to display documents relevant to the content of a website
CN115422334A (en) Information processing method, device, electronic equipment and storage medium
CN110825371B (en) Method for creating, rendering and interacting button group control based on React
CN104182226A (en) General mobile information system adaptation method and device
CN112948002B (en) Method for carrying out configuration management on workflow submission page
CN104199648A (en) General mobile information system adaptation method and device
CN103885988B (en) Export method and device, the content output system of content
CN116110065A (en) Method, device, computer equipment and storage medium for generating question card data
CN113688141B (en) Application function design method and software development platform
US8245020B1 (en) Creating a partial instance of component in response to user specifying a value for a dynamic attribute of a selected component
CN109814857B (en) Method and device for customizing primitive linkage

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