CN108153551B - Method and device for displaying business process page - Google Patents

Method and device for displaying business process page Download PDF

Info

Publication number
CN108153551B
CN108153551B CN201711311095.9A CN201711311095A CN108153551B CN 108153551 B CN108153551 B CN 108153551B CN 201711311095 A CN201711311095 A CN 201711311095A CN 108153551 B CN108153551 B CN 108153551B
Authority
CN
China
Prior art keywords
page
business process
component template
acquiring
label
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
CN201711311095.9A
Other languages
Chinese (zh)
Other versions
CN108153551A (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.)
China Minsheng Banking Corp Ltd
Original Assignee
China Minsheng Banking Corp 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 China Minsheng Banking Corp Ltd filed Critical China Minsheng Banking Corp Ltd
Priority to CN201711311095.9A priority Critical patent/CN108153551B/en
Publication of CN108153551A publication Critical patent/CN108153551A/en
Application granted granted Critical
Publication of CN108153551B publication Critical patent/CN108153551B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The embodiment of the invention provides a method and a device for displaying a business process page, wherein the method comprises the following steps: when a business process page is opened, a page component template of the business process page is obtained; loading the page component template; acquiring attributes required by each element of a business process page to initialize the business process page; acquiring target data required by the page component template from a server; and displaying the target data in the page component template. In the embodiment of the invention, each business process processing node can be packaged into a page component template, and the page component template of each business process node can be highly multiplexed. When the mobile terminal develops the pages aiming at different business process scenes, the page component templates of the business process nodes required by the business process pages can be selected according to actual needs, so that the business process pages can be developed, and the development efficiency is improved.

Description

Method and device for displaying business process page
Technical Field
The present invention relates to the field of terminal technologies, and in particular, to a method and an apparatus for displaying a business process page.
Background
With the development of mobile internet, more and more enterprises begin to use mobile APP to handle the business process of the original PC side. Compared with the traditional business processing mode, the mobile office enables the relevant leaders of office staff or enterprises to process any things related to business at any time and any place. The brand-new office mode can enable office staff to get rid of the constraint of time and space, improve the working efficiency, strengthen remote cooperation and particularly easily process emergency matters which are difficult to solve in the conventional office mode.
The existing business process development mainly refers to the technical realization of a PC end and is realized by using a Jquery technology. According to the business scene, the development needs to write very complicated DOM operation, and as the business develops, the later code becomes more and more difficult to maintain. Meanwhile, the development of the mobile terminal business process depends on the realization of the back-end service to a great extent, and the multiplexing is difficult to realize. In addition, the back-end rendering technology is used, so that the user operation response is slow, and the experience is not friendly. Although business process operation inside an enterprise has strong universality, firstly, the standardization and standardization of development work are difficult to achieve through the existing development mode and architecture, so that the cost of business process development is difficult to reduce and the development efficiency is difficult to improve.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are provided to provide a method for displaying a business process page and a corresponding device for displaying a business process page, which overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present invention discloses a method for displaying a business process page, including:
when a business process page is opened, a page component template of the business process page is obtained;
loading the page component template;
acquiring attributes required by each element of a business process page to initialize the business process page;
acquiring target data required by the page component template from a server;
and displaying the target data in the page component template.
Preferably, the step of obtaining the page component template of the business process page includes:
acquiring a business process label of a business process page;
and acquiring a page component template corresponding to the business process label.
Preferably, the business process page includes a home page;
the step of obtaining the page component template corresponding to the business process label comprises:
acquiring a current system identifier and a flow type identifier;
and acquiring a page component template corresponding to the current system identifier, the process type identifier and the business process label of the home page.
Preferably, the method further comprises the following steps:
receiving a click operation of a user for target data in a page component template of a home page;
the business process page further comprises a detail page, and the step of obtaining the business process label of the business process page comprises the following steps:
determining a detail page corresponding to the target data corresponding to the clicking operation;
and acquiring the business process label and the button configuration of the detail page.
Preferably, the step of obtaining the page component template corresponding to the business process label includes:
and acquiring a page component template corresponding to the current system identifier, the process type identifier and the service process label of the detail page.
Preferably, the method further comprises the following steps:
the button is presented in a detail page.
Preferably, the method further comprises the following steps:
receiving click operation of a user on a button of the detail page;
the step of obtaining the page component template of the business process page comprises the following steps:
and acquiring a page component template corresponding to the button aimed at by the clicking operation.
The embodiment of the present application further discloses a device for displaying a business process page, including:
the page component template acquisition module is used for acquiring a page component template of a business process page when the business process page is opened;
the recording module is used for loading the page component template;
the initialization module is used for acquiring attributes required by each element of the business process page so as to initialize the business process page;
the target data acquisition module is used for acquiring target data required by the page component template from a server;
and the target data display module is used for displaying the target data in the page component template.
Preferably, the page component template obtaining module includes:
the label obtaining submodule is used for obtaining a business process label of the business process page;
and the first page assembly template acquisition submodule is used for acquiring the page assembly template corresponding to the business process label.
Preferably, the business process page includes a home page;
the first page assembly template acquisition sub-module includes:
the identification acquisition unit is used for acquiring a current system identification and a flow type identification;
and the first page component template acquisition unit is used for acquiring a page component template corresponding to the current system identifier, the process type identifier and the business process label of the home page.
Preferably, the method further comprises the following steps:
the first click operation receiving module is used for receiving click operation of a user for target data in a page component template of a home page;
the business process page further comprises a detail page, and the tag obtaining sub-module comprises:
the detail page determining unit is used for determining a detail page corresponding to the target data corresponding to the clicking operation;
and the label acquisition unit is used for acquiring the business process label and the button configuration of the detail page.
Preferably, the first page assembly template obtaining sub-module includes:
and the second page component template acquisition unit is used for acquiring a page component template corresponding to the current system identifier, the process type identifier and the service process label of the detail page.
Preferably, the method further comprises the following steps:
and the button display module is used for displaying the buttons in the detail page.
Preferably, the method further comprises the following steps:
the second click operation receiving module is used for receiving click operation of a user for the buttons of the detail pages;
the page component template acquisition module comprises:
and the second page component template acquisition submodule is used for acquiring the page component template corresponding to the button for the clicking operation.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, each business process processing node can be packaged into a page component template, and the page component template of each business process node can be highly multiplexed. When the mobile terminal develops the pages aiming at different business process scenes, the page component templates of the business process nodes required by the business process pages can be selected according to actual needs, so that the business process pages can be developed, and the development efficiency is improved.
Drawings
FIG. 1 is a flowchart illustrating steps of an embodiment of a method for displaying a business process page according to the present invention;
fig. 2 is a block diagram of a structure of an embodiment of a device for presenting a business process page according to the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a method for displaying a business process page according to the present invention is shown, which may specifically include the following steps:
step 101, acquiring a page component template of a business process page when the business process page is opened;
in the embodiment of the invention, the business process processing node of the business process page of the mobile terminal is segmented into the page component with low coupling. The page components can be packaged into a page component template by the React componentization technology.
When the mobile terminal opens the service flow page, the page component template required by the service flow page can be selected from the pre-created page component templates according to actual needs.
The business process page generally has a plurality of business process processing nodes for processing by the user, and in the embodiment of the invention, each business process processing node can be packaged into a page component template. When the page aiming at different business process scenes is developed, the page component template of the business process node required by the business process page can be selected according to actual needs, and the business process page can be developed.
In an embodiment of the present invention, the step 101 may include the following sub-steps:
substep S11, obtaining a business process label of the business process page;
in the embodiment of the present invention, the service flow page shows the service flow label, and the service flow label may be set according to the service flow node. For example, a business process node may include: the task list query node comprises a task list query node to be handled, a task list query node to be handled and the like, a service condition query node, an attachment viewing node and a comment approval node.
And adding the service flow nodes into a service flow page as service flow labels.
And a substep S12, acquiring a page component template corresponding to the business process label.
Each label is preset with a corresponding page component template.
In this embodiment of the present invention, the business process page may include: a home page, a details page, and a processing node page.
The home page is a page which is firstly displayed when the business process system is opened. A plurality of task records may be presented in the home page. For example, a task record belonging to an approved label, and a task record belonging to an initiating label.
In an embodiment of the present invention, when opening the front page, the sub-step S12 may include: acquiring a current system identifier and a flow type identifier; and acquiring a page component template corresponding to the current system identifier, the process type identifier and the business process label of the home page.
The mobile terminal firstly obtains a system identifier of a current business process system and a process type identifier of a business process, and then obtains a page component template of response according to the current system identifier, the process type identifier and a business process label of a home page.
In the embodiment of the invention, the mobile terminal can receive the click operation of the user on the target data in the page component template of the home page. The target data presented in the page component template of the home page may be a task record. When a user clicks on a certain task record, a detail page of the task record is opened.
When a click operation of a user on target data in a page component template of a home page is received, a mobile terminal determines a detail page corresponding to the target data corresponding to the click operation; and acquiring the business process label and the button configuration of the detail page.
In an embodiment of the present invention, when opening the detail page, the sub-step S12 may include: and acquiring a page component template corresponding to the current system identifier, the process type identifier and the service process label of the detail page.
And the mobile terminal acquires a page component template of response according to the current system identifier, the process type identifier and the service process label of the detail page.
In an embodiment of the present invention, a plurality of tabs for task records and a button for a tab may be included in the detail page. For example, business status view tags, attachment view tags, and endorsement tags.
And the mobile terminal displays the button aiming at the business process label according to the button configuration. For example, a corresponding button is presented under each business process label.
When the user clicks a button corresponding to a certain label in the detail page, the user enters the processing node page of the label.
In an embodiment of the present invention, when opening a processing node page, the sub-step S12 may include: and acquiring a page component template corresponding to the button to which the clicking operation is directed according to the clicking operation of the user on the button of the detail page.
Step 102, loading the page component template;
and the mobile terminal loads a page component template required by the business process page.
103, acquiring attributes required by each element of the business process page to initialize the business process page;
attributes (attributes) required by the various elements (elements) of the business process page may be stored in the APP level cache. And when the page is initialized, acquiring attributes required by each element of the business process page from the cache of the APP level.
104, acquiring target data required by the page component template from a server;
specifically, a request may be sent to the server, and then target data required by the page component template returned by the server for the request may be received.
In the embodiment of the invention, the mobile terminal is only responsible for the view processing of the business process page, and does not perform data processing.
The development of the mobile terminal only needs to set a data display rule, and response data is obtained from the background server according to the rule. The data required to be displayed on the business process page is processed by the data processing engine of the background server.
In the embodiment of the present invention, target data required by different page components may be stored in different backend servers, and at this time, target data of a response may be acquired from different backend servers through one forwarding server.
And 105, displaying the target data in the page component template.
And the mobile terminal displays the target data in the page component template.
In the embodiment of the invention, each business process processing node can be packaged into a page component template, and the page component template of each business process node can be highly multiplexed. When the mobile terminal develops the pages aiming at different business process scenes, the page component templates of the business process nodes required by the business process pages can be selected according to actual needs, so that the business process pages can be developed, and the development efficiency is improved.
The development of the business process nodes is separated from the business scene, and the development work focus of the mobile terminal only needs to focus on the richness of the view components and formulate the corresponding data rule format. Therefore, the development of the business process processing becomes standardized and modeled, the degree of association with a specific business scene is reduced, and the reusability of the business process development is improved.
In order to enable a person skilled in the art to better understand the embodiments of the present invention, the following description is given by way of an example:
in the embodiment of the present invention, the business process page includes: a home page, a details page, and a processing node page.
When a home page is opened, acquiring a current system identifier, a process type identifier and a business process label of the home page; acquiring a page component template corresponding to the current system identifier, the process type identifier and a business process label of a home page; loading a page component template of a home page; obtaining attributes required by each element of the home page from the cache of the APP level so as to initialize the home page; acquiring task records required by a page component template from a server; and displaying the task record in the page component template of the home page.
And after the home page is opened, receiving the click operation of the user for the task record, and then opening a detail page corresponding to the task record.
When a detail page is opened, acquiring a business process label and button configuration of the detail; acquiring a page component template corresponding to the current system identifier, the process type identifier and the service process label of the detail page; loading a page component template of the detail page; acquiring attributes required by each element of the detail page to initialize the detail page; acquiring display contents required by a page component template of the detail page from a server; and displaying the display content in the page component template of the detail page and displaying the buttons according to the button configuration.
And after the detail page is opened, receiving the click operation of the user on the button, and then opening the processing node page corresponding to the button. For example, clicking a button and entering a processing node page operated by "comment entry", "selection processing post", "selection handler", or the like.
When a processing node page is opened, acquiring a page component template corresponding to a button targeted by a clicking operation; loading a page component template of a processing node page; acquiring attributes required by each element of a processing node page to initialize the processing node page; acquiring target data required by a page component template of a processing node page from a server; the target data is presented in a page component template of the processing node page.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 2, a block diagram of a structure of an embodiment of a device for presenting a business process page in the present invention is shown, which may specifically include the following modules:
a page component template obtaining module 201, configured to obtain a page component template of a business process page when the business process page is opened;
a recording module 202, configured to load the page component template;
the initialization module 203 is configured to obtain attributes required by each element of the business process page, so as to initialize the business process page;
a target data obtaining module 204, configured to obtain target data required by the page component template from a server;
and a target data presentation module 205, configured to present the target data in the page component template.
In this embodiment of the present invention, the page component template obtaining module 201 may include:
the label obtaining submodule is used for obtaining a business process label of the business process page;
and the first page assembly template acquisition submodule is used for acquiring the page assembly template corresponding to the business process label.
In the embodiment of the present invention, the business process page may include a home page;
the first page assembly template acquisition sub-module may include:
the identification acquisition unit is used for acquiring a current system identification and a flow type identification;
and the first page component template acquisition unit is used for acquiring a page component template corresponding to the current system identifier, the process type identifier and the business process label of the home page.
In the embodiment of the present invention, the apparatus may further include:
the first click operation receiving module is used for receiving click operation of a user for target data in a page component template of a home page;
the business process page further includes a detail page, and the tag obtaining sub-module may include:
the detail page determining unit is used for determining a detail page corresponding to the target data corresponding to the clicking operation;
and the label acquisition unit is used for acquiring the business process label and the button configuration of the detail page.
In this embodiment of the present invention, the first page component template obtaining sub-module may include:
and the second page component template acquisition unit is used for acquiring a page component template corresponding to the current system identifier, the process type identifier and the service process label of the detail page.
In this embodiment of the present invention, the apparatus may further include:
and the button display module is used for displaying the buttons in the detail page.
In this embodiment of the present invention, the apparatus may further include:
the second click operation receiving module is used for receiving click operation of a user for the buttons of the detail pages;
the page component template obtaining module 201 may include:
and the second page component template acquisition submodule is used for acquiring the page component template corresponding to the button for the clicking operation.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. 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 terminal 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 terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method for displaying a business process page and the device for displaying a business process page provided by the invention are described in detail, and a specific example is applied in the text to explain the principle and the implementation mode of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (8)

1. A method for displaying a business process page is characterized by comprising the following steps:
when a business process page is opened, a page component template of the business process page is obtained; the business process page comprises a mobile terminal business process page;
loading the page component template;
acquiring attributes required by each element of a business process page to initialize the business process page;
acquiring target data required by the page component template from a server;
displaying the target data in the page component template;
the step of obtaining the page component template of the business process page comprises the following steps:
acquiring a business process label of a business process page;
and acquiring a page component template corresponding to the business process label.
2. The method of claim 1, wherein the business process page comprises a home page;
the step of obtaining the page component template corresponding to the business process label comprises:
acquiring a current system identifier and a flow type identifier;
and acquiring a page component template corresponding to the current system identifier, the process type identifier and the business process label of the home page.
3. The method of claim 2, further comprising:
receiving a click operation of a user for target data in a page component template of a home page;
the business process page further comprises a detail page, and the step of obtaining the business process label of the business process page comprises the following steps:
determining a detail page corresponding to the target data corresponding to the clicking operation;
and acquiring the business process label and the button configuration of the detail page.
4. The method according to claim 3, wherein the step of obtaining the page component template corresponding to the business process label comprises:
and acquiring a page component template corresponding to the current system identifier, the process type identifier and the service process label of the detail page.
5. The method of claim 3, further comprising:
the button is presented in a detail page.
6. The method of claim 5, further comprising:
receiving click operation of a user on a button of the detail page;
the step of obtaining the page component template of the business process page comprises the following steps:
and acquiring a page component template corresponding to the button aimed at by the clicking operation.
7. A device for displaying a business process page is characterized by comprising:
the page component template acquisition module is used for acquiring a page component template of a business process page when the business process page is opened; the business process page comprises a mobile terminal business process page;
the recording module is used for loading the page component template;
the initialization module is used for acquiring attributes required by each element of the business process page so as to initialize the business process page;
the target data acquisition module is used for acquiring target data required by the page component template from a server;
the target data display module is used for displaying the target data in the page component template;
the page component template acquisition module comprises:
the label obtaining submodule is used for obtaining a business process label of the business process page;
and the first page assembly template acquisition submodule is used for acquiring the page assembly template corresponding to the business process label.
8. The apparatus of claim 7, wherein the business process page comprises a home page;
the first page assembly template acquisition sub-module includes:
the identification acquisition unit is used for acquiring a current system identification and a flow type identification;
and the first page component template acquisition unit is used for acquiring a page component template corresponding to the current system identifier, the process type identifier and the business process label of the home page.
CN201711311095.9A 2017-12-11 2017-12-11 Method and device for displaying business process page Active CN108153551B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711311095.9A CN108153551B (en) 2017-12-11 2017-12-11 Method and device for displaying business process page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711311095.9A CN108153551B (en) 2017-12-11 2017-12-11 Method and device for displaying business process page

Publications (2)

Publication Number Publication Date
CN108153551A CN108153551A (en) 2018-06-12
CN108153551B true CN108153551B (en) 2021-07-23

Family

ID=62466087

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711311095.9A Active CN108153551B (en) 2017-12-11 2017-12-11 Method and device for displaying business process page

Country Status (1)

Country Link
CN (1) CN108153551B (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110610343A (en) * 2018-06-15 2019-12-24 马上消费金融股份有限公司 Business process generation method and device and storage medium
CN109067826A (en) * 2018-06-21 2018-12-21 深圳市买买提信息科技有限公司 A kind of method, mobile terminal and system for realizing mobile terminal office
CN109165049A (en) * 2018-07-03 2019-01-08 北京辰森世纪科技股份有限公司 Module data processing method and processing device
CN109657216B (en) * 2018-09-28 2023-04-07 平安科技(深圳)有限公司 Contract generation method, device, equipment and storage medium
CN109388387B (en) * 2018-09-30 2022-03-01 中国建设银行股份有限公司 Service flow template, service flow generation method and device
CN111435495B (en) * 2019-01-14 2023-06-23 阿里巴巴集团控股有限公司 Service processing method, device and equipment
CN111124528B (en) * 2019-11-11 2023-06-27 泰康保险集团股份有限公司 Page loading method and device, electronic equipment and computer readable storage medium
CN110941430A (en) * 2019-12-12 2020-03-31 深圳盈佳信联科技有限公司 Interface assembly system and method
CN110968304A (en) * 2019-12-17 2020-04-07 深圳前海环融联易信息科技服务有限公司 Method, device and equipment for rapidly configuring page in multi-node process and storage medium
CN111104182A (en) * 2019-12-17 2020-05-05 深圳前海环融联易信息科技服务有限公司 Method and device for quickly arranging business based on componentization, computer equipment and storage medium
CN111162948B (en) * 2019-12-31 2022-07-26 北京思特奇信息技术股份有限公司 Display interaction configuration method and system
CN113138772B (en) * 2020-01-19 2023-12-05 北京京东振世信息技术有限公司 Construction method and device of data processing platform, electronic equipment and storage medium
CN111625220A (en) * 2020-05-26 2020-09-04 北京思特奇信息技术股份有限公司 Automatic assembly method, system, device and storage medium of page assembly
CN113435669B (en) * 2021-07-30 2022-10-28 多点生活(成都)科技有限公司 Method and device for optimizing access workflow, electronic equipment and readable storage medium
CN114185632B (en) * 2021-12-07 2023-06-02 建信金融科技有限责任公司 Page configuration method, page configuration device, computer equipment, medium and program product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying
CN106648555A (en) * 2015-10-28 2017-05-10 阿里巴巴集团控股有限公司 Page generation method and device
CN106682120A (en) * 2016-12-09 2017-05-17 北京深思数盾科技股份有限公司 Method and system for page generation

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9043772B2 (en) * 2008-11-21 2015-05-26 Oracle International Corporation Optimization hints for a business process flow
CN103617047A (en) * 2013-12-16 2014-03-05 北京中电普华信息技术有限公司 Method, device and processor for developing business processes
CN105608007B (en) * 2015-12-28 2018-04-13 北京致远互联软件股份有限公司 Page model, user interface automated testing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying
CN106648555A (en) * 2015-10-28 2017-05-10 阿里巴巴集团控股有限公司 Page generation method and device
CN106682120A (en) * 2016-12-09 2017-05-17 北京深思数盾科技股份有限公司 Method and system for page generation

Also Published As

Publication number Publication date
CN108153551A (en) 2018-06-12

Similar Documents

Publication Publication Date Title
CN108153551B (en) Method and device for displaying business process page
US10848561B2 (en) Dynamic content and cloud based content within collaborative electronic content creation and management tools
CN107729475B (en) Webpage element acquisition method, device, terminal and computer-readable storage medium
CN110119294A (en) The generation method of menu page, apparatus and system
JP2016057740A (en) Information processor and information processing program
US20150227276A1 (en) Method and system for providing an interactive user guide on a webpage
CN103635901A (en) Method for presenting documents using reading list panel
US11262883B2 (en) Associating browser with application
US20170171334A1 (en) Single-account multiple-preference recommendation method for video website and electronic device
US20170097749A1 (en) Integrating applications in a portal
US20070038670A1 (en) Context sensitive media and information
TWI435226B (en) A method of reading a system, a terminal, an image server, a computer program product, a terminal, and an image server
CN110825600B (en) Page information processing method, server and page display device
US20240069932A1 (en) Content Display Method and Terminal Device
CN111782184A (en) Apparatus, method, apparatus and medium for performing a customized artificial intelligence production line
CN105739717B (en) Data inputting method and device
US10599750B2 (en) Capturing an application state in a conversation
CN109240660B (en) Access method of advertisement data, storage medium, electronic device and system
US9342530B2 (en) Method for skipping empty folders when navigating a file system
US9134930B2 (en) Delayed content production
CN112601129B (en) Video interaction system, method and receiving terminal
US10585992B2 (en) Changing a language for a user session replay
US9087127B1 (en) Method for providing an integrated video module
US11722439B2 (en) Bot platform for mutimodal channel agnostic rendering of channel response
CN107749892B (en) Network reading method and device for conference record, intelligent tablet and storage medium

Legal Events

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