[go: up one dir, main page]

CN112948002B - 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
CN112948002B
CN112948002B CN202110238366.2A CN202110238366A CN112948002B CN 112948002 B CN112948002 B CN 112948002B CN 202110238366 A CN202110238366 A CN 202110238366A CN 112948002 B CN112948002 B CN 112948002B
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.)
Active
Application number
CN202110238366.2A
Other languages
Chinese (zh)
Other versions
CN112948002A (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 OR CALCULATING; 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 or look ahead
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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 configures the submission page, the submission mode of the page data and the display method of the page data in a personalized manner according to the requirements of the user; s3, registering the configured submission page and associating the workflow; and S4, loading the associated submission page, the page data submission mode and the page data display method which are configured in a personalized manner 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 now, people depend on computers more and more, various process approval are realized and used on the computers, and workflow technology in a software system is quite 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 products in the personalized requirements of users as far 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:
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 personally configures a submitted page, a page data submission mode and a page data display method according to 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 individually according to the current working process.
Further, when step S1 is executed, the types of the edit boxes include drop-down lists, text boxes, text fields, check boxes, radio boxes, and pop-up dialog box selections;
when an edit box of a submitted page is of a drop-down list type, defining content to comprise configuration items, data item names and data types;
when an edit box of the submitted page is of a text box type or a text field type, defining 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.
Furthermore, when step S1 is executed to define the database table, the edit box style and the 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, wherein the configured element is selected from four elements of 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, step S2 is executed, when the page data submission mode is configured, a package submission script method of the page data needs to be configured, then each data item, data content and 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, when the page data display method is configured, the received script method and the received data standard need to be configured, and at this time, after the submit page receives the parsing data transmitted by the background of the system to which the submit page belongs, the submit page is automatically filled into the configured submit page for display.
Further, step S3 is executed to register the configured submission page, where the registration content includes a registration name of the submission page, a pop-up mode of the submission page, a configuration name of the submission page, and 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 configuration information of the submitted page may be personalized modified, after modification, the system to which the submitted page belongs automatically and in detail records the modified information and the user id, and when the user logs in the same workflow next time, the personalized modified associated submitted page is directly loaded.
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:
s1, defining four elements of an edit box type, a database table, an edit box style and a button of a submitted 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;
then, defining the css style of the editing frame to be used as a public file, or exporting the css style file defining the editing frame, editing, and importing the css style file again after the editing is completed;
finally, a css style for the buttons is defined, the buttons including a submit button, a return button, and a close button.
And S2, the user individually configures the submitted page, the page data submission mode and the page data display method according to the own requirements.
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 to be processed.
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 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 S4, loading the associated submission page, the submission mode of the page data and the presentation method of the page data which are configured individually according to the current work flow.
After the user logs in the system to which the submitted page belongs, the user can also carry out activated or deactivated personalized modification on 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 and transacts the same workflow next time, the related submitted page after the personalized modification 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 foregoing has outlined rather broadly the principles and embodiments of the present invention in order that the detailed description of the invention that follows may be better understood. 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 (7)

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:
s1, defining four elements of an edit box type, a database table, an edit box style and a button of a submission page, wherein the edit box type of the submission page comprises a drop-down list, a text box, a text field, a check box, a radio box and a pop-up dialog box for selection, and when the database table, the edit box style and the button of the submission page are defined, firstly, automatically generating corresponding data table field grammar at a background of a system to which the submission page belongs according to the defined edit box type, then, defining a css style of the edit box to be used as a public file, or exporting a css style file of the edit box for editing, and importing the css style again after editing is finished, and finally, defining a css style of the button, wherein the button comprises a submission button, a return button and a close button;
s2, the user configures the submitted page, the page data submission mode and the page data display method in a personalized manner according to the requirement of the user, wherein the configuration content of the submitted page comprises a name, elements and a layout, the configured elements are selected from four elements of an edit box type, a database table, an edit box style and a button, the length and the width of the elements are further configured after the elements are 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 elements or buttons can be configured for each row and each column of the layout;
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 individually according to the current working process.
2. The method for configuration management of workflow submission page as recited in claim 1, wherein the step S1 is executed, when the edit box of the submission page is of drop-down list type, the definition content includes configuration item, data item name, and 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 performing configuration management on a workflow submission page according to claim 1, wherein in the step S2, when a page data submission mode is configured, a package submission script method of page data needs to be configured, and then each data item, data content and data format are encapsulated according to an XML format, and are transmitted to the configured package submission script method, and are transmitted to a background logic method of a system to which the submission page belongs to perform processing.
4. The method for configuration management of workflow submission page as recited in claim 3, wherein in the step S2, when the page data presentation method is configured, a received script method and a received data standard are required to be configured, and 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.
5. The method for configuration management of workflow submission page according to claim 4, wherein step S3 is executed to register the submission page after configuration, and 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.
6. The method of claim 5, 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.
7. The method for performing configuration management on a workflow submission page according to any of claims 1 to 6, wherein step S4 is executed, after the user logs in the system to which the submission page belongs, the user can 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 and transacts 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 CN112948002A (en) 2021-06-11
CN112948002B true 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 (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005059690A2 (en) * 2003-12-12 2005-06-30 Michael Stockton Method and system configured for facilitating management of international trade receivables transactions
CN109032598A (en) * 2018-07-13 2018-12-18 中国银行股份有限公司 A kind of dynamic creation method and device of transaction flow

Family Cites Families (10)

* 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
US7490167B2 (en) * 2002-05-22 2009-02-10 Sony Corporation System and method for platform and language-independent development and delivery of page-based content
US7548334B2 (en) * 2003-10-15 2009-06-16 Canon Kabushiki Kaisha User interface for creation and editing of variable data documents
CN101609403B (en) * 2009-07-29 2013-04-17 金蝶软件(中国)有限公司 Page layout dynamic switch method and system
US20120216122A1 (en) * 2011-02-23 2012-08-23 Microsoft Corporation Application store topics
CN103207873B (en) * 2012-01-17 2017-02-15 腾讯科技(深圳)有限公司 Method and system for displaying exclusive user page
US9639830B2 (en) * 2014-03-10 2017-05-02 Aliaswire, Inc. Methods, systems, and devices to dynamically customize electronic bill presentment and payment workflows
CN106776964B (en) * 2016-12-05 2020-02-14 国云科技股份有限公司 WEB page management method 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
CN106792101B (en) * 2017-01-03 2019-09-20 青岛海信电器股份有限公司 Home interface method of adjustment, device and smart television

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005059690A2 (en) * 2003-12-12 2005-06-30 Michael Stockton Method and system configured for facilitating management of international trade receivables transactions
CN109032598A (en) * 2018-07-13 2018-12-18 中国银行股份有限公司 A kind of dynamic creation method and device of transaction flow

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于数据库实现工作流管理系统的研究;张欣星等;《电脑知识与技术》(第28期);全文 *

Also Published As

Publication number Publication date
CN112948002A (en) 2021-06-11

Similar Documents

Publication Publication Date Title
CN101278252B (en) Method for providing function for user interface for a database application and the interface deployment method
US11010537B2 (en) Web-intrinsic interactive documents
US9244900B2 (en) Template based website development and management
US8484194B1 (en) Training set construction for taxonomic classification
US20030225937A1 (en) Customizing computer sytems
US20050010901A1 (en) System and method for generating a graphical user interface (GUI) element
CN111897817A (en) A visual form configuration method, device and system
WO2008070240A2 (en) Data charting with adaptive learning
CN107943770B (en) Rapid webpage form input method and device based on accessory transaction platform
US20110145297A1 (en) System and method for enhanced user interactions with a grid
CN112800370A (en) Business document processing method and device, computer equipment and storage medium
WO2000063817A2 (en) Method and apparatus for supporting multiple alternative graphical user interfaces in computer-moderated electronic commerce
CN117610519B (en) Method and system for dynamically rendering report based on index model
WO2008022063A2 (en) Method and interface for creating a workbook to implement a business process
CN116701599A (en) Customer service message generation method based on AI system and E-commerce customer service system
CN108536715B (en) Preview page generation method, device, equipment and storage medium
CN101350021A (en) Method and apparatus for customizing website page display content
WO2025038725A1 (en) Graphical user interface for providing automated, real-time interactive word processing assistance to a user
CN112417898B (en) Text translation method, computing device and storage medium based on keyword prompts
CN112948002B (en) Method for carrying out configuration management on workflow submission page
US20130173521A1 (en) Knowledge base for service ticketing system
US20060174216A1 (en) Providing additional hierarchical information for an object displayed in a tree view in a hierarchical relationship with other objects
CN104199648B (en) A kind of General Mobile information system adaptation method and device
CN104182226A (en) General mobile information system adaptation method and device
US7765476B2 (en) Flexible workflow tool including multi-lingual support

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