WO2019200741A1 - 项目评估信息处理方法、装置、计算机设备和存储介质 - Google Patents

项目评估信息处理方法、装置、计算机设备和存储介质 Download PDF

Info

Publication number
WO2019200741A1
WO2019200741A1 PCT/CN2018/095480 CN2018095480W WO2019200741A1 WO 2019200741 A1 WO2019200741 A1 WO 2019200741A1 CN 2018095480 W CN2018095480 W CN 2018095480W WO 2019200741 A1 WO2019200741 A1 WO 2019200741A1
Authority
WO
WIPO (PCT)
Prior art keywords
project
information
evaluation
item
approval
Prior art date
Application number
PCT/CN2018/095480
Other languages
English (en)
French (fr)
Inventor
胡贤
韩梅
黄飞生
陈伟清
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019200741A1 publication Critical patent/WO2019200741A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations

Definitions

  • the present application relates to a project evaluation information processing method, apparatus, computer device and storage medium.
  • a project information processing method, apparatus, computer device, and storage medium are provided.
  • a project information processing method includes:
  • An item evaluation report that matches the item information is generated based on the evaluation information.
  • a project evaluation information processing device includes:
  • An evaluation request receiving module configured to receive a project evaluation request sent by the first terminal that is logged in by the project administrator account
  • a project information obtaining module configured to acquire project information and an evaluator account according to the project evaluation request
  • a project information sending module configured to send the project information to a second terminal that is logged in by the evaluator account
  • An evaluation information receiving module configured to receive the evaluation information returned by the second terminal according to the item information
  • An evaluation report generating module is configured to generate an item evaluation report that matches the item information according to the evaluation information.
  • a computer device comprising a memory and one or more processors having stored therein computer readable instructions, the computer readable instructions being executable by the processor to cause the one or more processors to execute The following steps:
  • An item evaluation report that matches the item information is generated based on the evaluation information.
  • One or more non-transitory computer readable storage mediums storing computer readable instructions, when executed by one or more processors, cause one or more processors to perform the steps of:
  • An item evaluation report that matches the item information is generated based on the evaluation information.
  • FIG. 1 is an application scenario diagram of a method for processing item evaluation information according to one or more embodiments.
  • FIG. 2 is a flow diagram of a method for processing item evaluation information in accordance with one or more embodiments.
  • 3 is a flow diagram of the steps of project approval in accordance with one or more embodiments.
  • FIG. 4 is a flow diagram of the steps of storing project information in accordance with one or more embodiments.
  • FIG. 5 is a flow diagram of the steps of obtaining project information in accordance with one or more embodiments.
  • FIG. 6 is a flow diagram of the steps of generating a project evaluation report in accordance with one or more embodiments.
  • FIG. 7 is a block diagram of an item evaluation information processing apparatus in accordance with one or more embodiments.
  • Figure 8 is a block diagram of an item evaluation information processing apparatus in another embodiment.
  • FIG. 9 is a block diagram of a computer device in accordance with one or more embodiments.
  • Terminal 102, terminal 104, and terminal 106 communicate with server 108 over a network over a network.
  • the terminal 102, the terminal 104, and the terminal 106 can be, but are not limited to, various personal computers, notebook computers, smart phones, tablets, and portable wearable devices.
  • the server 104 can be implemented by a stand-alone server or a server cluster composed of multiple servers. .
  • a method for processing project evaluation information is provided.
  • the method is applied to the server in FIG. 1 as an example, and includes the following steps:
  • the first terminal registers a project administrator account, and the first terminal generates a project evaluation request according to the input project information and the evaluator account according to the project information input by the project management and the evaluator account, and sends the project evaluation request to the server.
  • the server receives the project evaluation request sent by the first terminal.
  • the first terminal when detecting that the login button in the login page is clicked, acquires the input project administrator account and password, generates a login request according to the obtained project administrator account and password, and sends the login request to the login request.
  • server After receiving the login request, the server parses the login request, and extracts the project administrator account and password in the login request by parsing, and verifies the extracted project administrator account and password.
  • the project management page data returned to the first terminal when the server verifies that the extracted project administrator account and password match.
  • the first terminal displays the project management page according to the received project management page data.
  • the first terminal detects that the project evaluation button is clicked, the first terminal acquires the project information and the assessor account entered in the project management page, according to the acquired project information and The assessor account generates a project evaluation request.
  • the server parses the project evaluation request, and extracts the project information and the assessor account in the project evaluation request by parsing.
  • the server parses the project evaluation request, parses the project identifier and the assessor account number in the extracted project evaluation request, and queries the project information from the project information base according to the extracted project identifier.
  • the project information base stores project information corresponding to each project identifier.
  • the server queries the terminal address corresponding to the evaluator account, and sends the extracted item information to the second terminal logged in by the evaluator account according to the queried terminal address.
  • the server stores the corresponding terminal addresses of the respective assessor accounts.
  • the second terminal After receiving the project information sent by the server, the second terminal displays the project information in the project management page. When detecting that the evaluation information submit button in the project management page is clicked, the second terminal acquires the input evaluation information and returns the evaluation information to the server. The server receives the evaluation information returned by the second terminal.
  • the server After receiving the evaluation information, the server extracts the evaluation problem content, the evaluator account number, the evaluation time, and obtains the item identifier corresponding to the item information, and generates the item according to the evaluation question content, the evaluator account number, the evaluation time, and the item identifier.
  • the project evaluation report stores the generated project evaluation report and the project identifier.
  • the project information and the evaluator account are obtained according to the project evaluation request, and the project information is sent to the second login with the evaluator account.
  • the terminal so that the assessor can evaluate the project according to the project information through the second terminal, receive the evaluation information sent by the second terminal, and generate an item evaluation report that matches the project information according to the evaluation information.
  • the entire project evaluation process reduces the number of manual steps, which improves the efficiency of project evaluation.
  • S202 specifically includes a step of project approval, and the step specifically includes the following:
  • the first terminal acquires the project project information and the approver account entered in the project management page, and encapsulates the obtained project project information and the approver account, obtains the project approval request through encapsulation, and sends the obtained project approval request to the server.
  • the server receives the project approval request sent by the second terminal.
  • the server parses the project approval request, and extracts the project project information and the approver account in the project approval request by parsing.
  • S304 specifically includes the following: extracting an item identifier in the project approval request; querying the project project information and the approval chain information according to the extracted project identifier; and determining, according to the approval chain information, the approval corresponding to the extracted project identifier. Account number.
  • the server parses the project approval request, and extracts the project identifier in the project approval request by parsing.
  • the server stores the project project information and the approval chain information corresponding to each project identifier, wherein the approval chain information is used for each node information used to approve the project for the approval process.
  • the server queries the project project information and the approval chain information corresponding to the project identifier in the stored project project information and the approval chain information.
  • the server determines the approver account corresponding to the approval node in the query to the approval chain information, and the determined approver account is the approver account corresponding to the extracted sexual identity.
  • S306 Send project project information to the third terminal corresponding to the approver account for approval.
  • the server After extracting the project project information and the approver account number, the server queries the terminal address corresponding to the approver account, and sends the extracted project project information to the third terminal corresponding to the approver account for approval according to the terminal address.
  • the third terminal after receiving the project project information sent by the server, the third terminal displays the project project information in the project management page, and obtains the project management page when it is detected that the approval completion button in the project management page is clicked. In the approval comments entered, the approval comments are returned to the server.
  • the server stores the approval comments and the project approval information correspondingly.
  • the project establishment information is directly sent to the approver account through the network.
  • the corresponding third terminal is approved, which speeds up the transmission efficiency of project project information, thereby improving the approval efficiency of project project information.
  • S306 specifically includes a step of storing item information, and the step specifically includes the following:
  • S402. Receive an approval approval information returned by the third terminal according to the project establishment information.
  • the third terminal displays the project project information in the project management page, and the third terminal detects that the approval in the project management page is clicked through the button.
  • the approval approval information is obtained, and the obtained approval is passed through the information party to the third terminal.
  • the server receives the approval approval information sent by the third terminal.
  • the server receives the approval approval information, identifies the project identifier corresponding to the approval approval information, and the project administrator account, generates a project information upload notification according to the identified project identifier and the project administrator account, and sends the project information upload notification to The first terminal to which the project management account is logged in.
  • the first terminal displays the project information upload notification in the project management page.
  • the project administrator can enter project information in the project management page.
  • the project information includes project identification, project progress information and project shape identification.
  • the first terminal detects that the information upload button in the project management page is clicked, the first terminal acquires the input project information, and the first terminal sends the acquired project information to the server.
  • the server receives the project information uploaded by the first terminal.
  • the server selects the extracted item identifier and the item status identifier from the item information in the item information uploaded by the first terminal.
  • the item status identifier is an identifier used to indicate the status of the item, such as an identifier for identifying the status of the project, an identification of the operational status of the project, and an identification of the end status of the project.
  • the server stores the received item information corresponding to the extracted item identifier and the item status identifier.
  • the project information upload notification is sent to the first terminal according to the approval approval information, so that the project administrator can upload the project information through the first terminal, thereby improving the project information. Upload speed.
  • S204 specifically includes the step of acquiring project information, and the step specifically includes the following content:
  • S502 Extract an item identifier and an evaluator account number in the project evaluation request.
  • the server parses the project evaluation request, and extracts the project identifier and the assessor account from the project evaluation request by parsing.
  • the server queries the current status identifier of the item corresponding to the extracted item identifier.
  • the current status of the item is identified as an item status identifier indicating the current status of the item corresponding to the item identifier.
  • the server stores item information of each item corresponding to each item identifier in various states, and the item information in each state corresponds to the item status identifier correspondingly stored.
  • the server queries the project information corresponding to the extracted project identifier in the stored project information, and obtains the project information corresponding to the extracted current state identifier from the queried project information.
  • the item information is obtained according to the item identifier in the project evaluation request and the current status identifier of the item corresponding to the item identifier, and the item information corresponding to the current status identifier of the obtained item is used for evaluation, and various items in the entire period of the item may be The status is evaluated to improve the efficiency of the evaluation of the status of each item.
  • S210 specifically includes the step of generating a project evaluation report, the step specifically including the following:
  • the server After receiving the evaluation information returned by the second terminal, the server identifies the evaluation indicator label in the evaluation information according to the evaluation indicator label in the evaluation index library, and extracts the identified evaluation indicator label.
  • the server queries the evaluation information corresponding to the evaluation indicator label in the evaluation information, extracts the queried evaluation score of the query, and identifies the identified evaluation indicator label and the queried The indicator evaluation score corresponds to the storage.
  • the server extracts the index evaluation score corresponding to each evaluation indicator label, and sums the extracted evaluation scores of each indicator, and obtains the total item evaluation score by summing.
  • S606 specifically includes: querying, from the indicator database, a weight coefficient corresponding to the identified evaluation indicator label; and calculating an item according to the weight coefficient of the query and the indicator evaluation score corresponding to the identified evaluation indicator label. Evaluate the total score.
  • the indicator database in the server stores a weight coefficient corresponding to each of the evaluation indicator labels.
  • the server extracts the weight coefficient corresponding to the identified evaluation indicator label from the weight coefficient stored in the indicator database, and multiplies the obtained weight coefficient by the index evaluation score corresponding to the corresponding evaluation indicator label to obtain the corresponding evaluation indicator label.
  • the product corresponding to each evaluation indicator label is added to obtain the total item evaluation score.
  • S608 Generate an item evaluation report that matches the item information according to the indicator evaluation score corresponding to the identified evaluation indicator label and the item evaluation total score.
  • the server obtains the project evaluation report template, and fills the identified evaluation indicator label and the corresponding indicator evaluation score and the project evaluation total score into the project evaluation report template, thereby generating a project evaluation report that matches the project information.
  • the project evaluation problem in the project evaluation process is indexed, and the evaluation index is scored according to the evaluation index, the project evaluation data is obtained by scoring the project evaluation index data, and the project evaluation data is processed to obtain the project evaluation.
  • the report improves the efficiency of project evaluation reports.
  • FIGS. 2-6 are sequentially displayed as indicated by the arrows, these steps are not necessarily performed in the order indicated by the arrows. Except as explicitly stated herein, the execution of these steps is not strictly limited, and the steps may be performed in other orders. Moreover, at least some of the steps in FIGS. 2-6 may include a plurality of sub-steps or stages, which are not necessarily performed at the same time, but may be executed at different times, these sub-steps or stages The order of execution is not necessarily performed sequentially, but may be performed alternately or alternately with at least a portion of other steps or sub-steps or stages of other steps.
  • an item evaluation information processing apparatus 700 including: an evaluation request receiving module 702, a project information acquiring module 704, an item information transmitting module 706, an evaluation information receiving module 708, and an evaluation.
  • Report generation module 710 wherein:
  • the evaluation request receiving module 702 is configured to receive an item evaluation request sent by the first terminal that is logged in by the project administrator account.
  • the project information obtaining module 704 is configured to obtain the project information and the assessor account according to the project evaluation request.
  • the item information sending module 706 is configured to send the item information to the second terminal registered with the assessor account.
  • the evaluation information receiving module 708 is configured to receive the evaluation information returned by the second terminal according to the item information.
  • the evaluation report generating module 710 is configured to generate an item evaluation report that matches the item information according to the evaluation information.
  • the project information and the evaluator account are obtained according to the project evaluation request, and the project information is sent to the second login with the evaluator account.
  • the terminal so that the assessor can evaluate the project according to the project information through the second terminal, receive the evaluation information sent by the second terminal, and generate an item evaluation report that matches the project information according to the evaluation information.
  • the entire project evaluation process reduces the number of manual steps, which improves the efficiency of project evaluation.
  • the item evaluation information processing apparatus 700 further includes an approval request receiving module 712, an approval account extraction module 714, a project approval approval module 716, and a project information uploading module 718.
  • the approval request receiving module 712 receives the project approval request sent by the first terminal registered with the project administrator account.
  • the approval account extraction module 714 is configured to extract project project information and an approver account number in the project approval request.
  • the project approval approval module 716 is configured to send the project approval information to the third terminal corresponding to the approver account for approval.
  • the project information uploading module 718 is configured to receive the approval approval information returned by the third terminal according to the project establishment information; send the project information upload notification to the first terminal according to the approval approval information; and receive the project information uploaded by the first terminal according to the project information upload notification; Extracting the project identifier and the project status identifier in the project information; storing the extracted project identifier and the project status identifier corresponding to the project information.
  • the approval account extraction module 714 is further configured to extract the item identifier in the project approval request; query the project project information and the approval chain information according to the extracted project identifier; and determine the approver account corresponding to the extracted project identifier according to the approval chain information.
  • the project establishment information is directly sent to the approver account through the network.
  • the corresponding third terminal is approved, which speeds up the transmission efficiency of project project information, thereby improving the approval efficiency of project project information.
  • the project information upload notification is sent to the first terminal according to the approval approval information, so that the project administrator can upload the project information through the first terminal, thereby improving the uploading speed of the project information.
  • the item information obtaining module 704 is further configured to: extract an item identifier and an evaluator account number in the item evaluation request; query a current status identifier of the item corresponding to the extracted item identifier; and according to the extracted item identifier and the query The current status of the project identifies the project information.
  • the item information is obtained according to the item identifier in the project evaluation request and the current status identifier of the item corresponding to the item identifier, and the item information corresponding to the current status identifier of the obtained item is used for evaluation, and various items in the entire period of the item may be The status is evaluated to improve the efficiency of the evaluation of the status of each item.
  • the evaluation report generation module 710 is further configured to identify an evaluation indicator label in the evaluation information; extract an indicator evaluation score corresponding to the identified evaluation indicator label from the evaluation information; and generate a score evaluation item according to the extracted indicator Evaluate the total score; generate a project evaluation report that matches the project information based on the identified indicator scores and the project evaluation scores corresponding to the identified evaluation indicator labels.
  • the evaluation report generating module 710 is further configured to query, from the indicator database, the weight coefficient corresponding to the identified evaluation indicator label; and calculate the total score of the item according to the weight coefficient of the query and the index evaluation score corresponding to the identified evaluation indicator label. .
  • the project evaluation problem in the project evaluation process is indexed, and the evaluation index is scored according to the evaluation index, the project evaluation data is obtained by scoring the project evaluation index data, and the project evaluation data is processed to obtain the project evaluation.
  • the report improves the efficiency of project evaluation reports.
  • Each of the above-described item evaluation information processing apparatuses may be implemented in whole or in part by software, hardware, and a combination thereof.
  • Each of the above modules may be embedded in or independent of the processor in the computer device, or may be stored in a memory in the computer device in a software form, so that the processor invokes the operations corresponding to the above modules.
  • a computer device which may be a server, the internal structure of which may be as shown in FIG.
  • the computer device includes a processor, memory, network interface, and database connected by a system bus.
  • the processor of the computer device is used to provide computing and control capabilities.
  • the memory of the computer device includes a non-transitory computer readable storage medium, an internal memory.
  • the non-transitory computer readable storage medium stores an operating system, computer readable instructions, and a database.
  • the internal memory provides an environment for the operation of an operating system and computer readable instructions in a non-transitory computer readable storage medium.
  • the database of the computer device is used to store project information.
  • the network interface of the computer device is used to communicate with an external terminal via a network connection.
  • the computer readable instructions are executed by the processor to implement a project evaluation information processing method.
  • FIG. 9 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device to which the solution of the present application is applied.
  • the specific computer device may It includes more or fewer components than those shown in the figures, or some components are combined, or have different component arrangements.
  • a computer apparatus comprising a memory and a processor, the memory storing computer readable instructions that, when executing the computer readable instructions, implement the step of: receiving a login with a project administrator account a project evaluation request sent by a terminal; acquiring project information and an evaluator account according to the project evaluation request; transmitting the project information to the second terminal logged in by the evaluator account; receiving the evaluation information returned by the second terminal according to the project information; Generate a project evaluation report that matches the project information.
  • the processor before receiving the project evaluation request sent by the first terminal logged in with the project administrator account, the processor further executes the following steps: receiving the first terminal sent by the project administrator account to send the computer readable instruction Project approval request; extract project project information and approver account number in the project approval request; send project project information to the third terminal corresponding to the approver account for approval.
  • extracting the project approval information and the approver account in the project approval request including: extracting the project identifier in the project approval request; querying the project project information and the approval chain information according to the extracted project identifier; Determine the approver account corresponding to the extracted project ID.
  • the processor further implements the following steps: receiving the approval of the third terminal to return according to the project approval information. Sending a project information upload notification to the first terminal according to the approval approval information; receiving the project information uploaded by the first terminal according to the project information uploading notification; extracting the project identifier and the project status identifier in the project information; and extracting the extracted project identifier and the project The status identifier is stored corresponding to the item information.
  • acquiring the project information and the assessor account according to the project evaluation request includes: extracting the project identifier and the assessor account in the project evaluation request; querying the current state identifier of the project corresponding to the extracted project identifier; The project ID and the current status ID of the queried project get the project information.
  • generating an item evaluation report that matches the item information according to the evaluation information comprising: identifying an evaluation indicator label in the evaluation information; and extracting, from the evaluation information, an indicator evaluation score corresponding to the identified evaluation indicator label; The obtained indicator evaluation score generates a total score of the project evaluation; and generates a project evaluation report that matches the project information according to the indicator evaluation score corresponding to the identified evaluation indicator label and the total item evaluation score.
  • the score is generated according to the extracted indicator evaluation item, and the method includes: querying, from the indicator database, a weight coefficient corresponding to the identified evaluation indicator label; and according to the obtained weight coefficient and the identified evaluation indicator The index corresponding to the label is evaluated, and the total score of the project evaluation is calculated.
  • the project information and the evaluator account are obtained according to the project evaluation request, and the project information is sent to the second login with the evaluator account.
  • the terminal so that the assessor can evaluate the project according to the project information through the second terminal, receive the evaluation information sent by the second terminal, and generate an item evaluation report that matches the project information according to the evaluation information.
  • the entire project evaluation process reduces the number of manual steps, which improves the efficiency of project evaluation.
  • a computer readable storage medium having stored thereon computer readable instructions that, when executed by a processor, implement the step of receiving a first terminal logged in with a project administrator account Project evaluation request; obtaining project information and an assessor account number according to the project evaluation request; transmitting the project information to the second terminal registered with the assessor account; receiving the evaluation information returned by the second terminal according to the project information; generating and projecting according to the evaluation information A project evaluation report that matches the information.
  • the computer readable instructions are further executed by the processor to: receive the first terminal sent by the project administrator account to send The project approval request; the project project information and the approver account number in the project approval request are extracted; the project project information is sent to the third terminal corresponding to the approver account for approval.
  • extracting the project approval information and the approver account in the project approval request including: extracting the project identifier in the project approval request; querying the project project information and the approval chain information according to the extracted project identifier; Determine the approver account corresponding to the extracted project ID.
  • the computer readable instructions are further executed by the processor to: receive the approval returned by the third terminal according to the project approval information. Passing the information; sending the project information upload notification to the first terminal according to the approval approval information; receiving the project information uploaded by the first terminal according to the project information uploading notification; extracting the project identifier and the project status identifier in the project information; and extracting the extracted project identifier and The project status identifier is stored corresponding to the project information.
  • acquiring the project information and the assessor account according to the project evaluation request includes: extracting the project identifier and the assessor account in the project evaluation request; querying the current state identifier of the project corresponding to the extracted project identifier; The project ID and the current status ID of the queried project get the project information.
  • generating an item evaluation report that matches the item information according to the evaluation information comprising: identifying an evaluation indicator label in the evaluation information; and extracting, from the evaluation information, an indicator evaluation score corresponding to the identified evaluation indicator label; The obtained indicator evaluation score generates a total score of the project evaluation; and generates a project evaluation report that matches the project information according to the indicator evaluation score corresponding to the identified evaluation indicator label and the total item evaluation score.
  • the score is generated according to the extracted indicator evaluation item, and the method includes: querying, from the indicator database, a weight coefficient corresponding to the identified evaluation indicator label; and according to the obtained weight coefficient and the identified evaluation indicator The index corresponding to the label is evaluated, and the total score of the project evaluation is calculated.
  • the project information and the evaluator account are obtained according to the project evaluation request, and the project information is sent to the second login with the evaluator account.
  • the terminal so that the assessor can evaluate the project according to the project information through the second terminal, receive the evaluation information sent by the second terminal, and generate an item evaluation report that matches the project information according to the evaluation information.
  • the entire project evaluation process reduces the number of manual steps, which improves the efficiency of project evaluation.
  • Non-volatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM) or external cache memory.
  • RAM is available in a variety of formats, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronization chain.
  • SRAM static RAM
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDRSDRAM double data rate SDRAM
  • ESDRAM enhanced SDRAM
  • Synchlink DRAM SLDRAM
  • Memory Bus Radbus
  • RDRAM Direct RAM
  • DRAM Direct Memory Bus Dynamic RAM
  • RDRAM Memory Bus Dynamic RAM

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Educational Administration (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Game Theory and Decision Science (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种项目评估信息处理方法、装置、计算机设备和存储介质。所述方法包括:接收以项目管理员账号登录的第一终端发送的项目评估请求;根据所述项目评估请求获取项目信息和评估员账号;将所述项目信息发送至以所述评估员账号登录的第二终端;接收所述第二终端根据所述项目信息返回的评估信息;根据所述评估信息生成与所述项目信息匹配的项目评估报告。

Description

项目评估信息处理方法、装置、计算机设备和存储介质
相关申请的交叉引用
本申请要求于2018年4月19日提交中国专利局,申请号为2018103558677,申请名称为“项目评估信息处理方法、装置、计算机设备和存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及一种项目评估信息处理方法、装置、计算机设备和存储介质。
背景技术
随着计算机技术的发展,越来越多的业务信息都是通过计算机来处理。随着业务种类越来越多,信息量也越来越多,需要对数据进行各种操作。
然而,发明人意识到,在软件项目开发过程中,目前传统的项目评估,都是由人工通过对项目信息进行整理,根据整理后的项目信息撰写项目评估报告。随着越来越多的软件项目需要进行项目评估,导致项目评估的效率较低。
发明内容
根据本申请公开的各种实施例,提供一种项目信息处理方法、装置、计算机设备和存储介质。
一种项目信息处理方法,包括:
接收以项目管理员账号登录的第一终端发送的项目评估请求;
根据所述项目评估请求获取项目信息和评估员账号;
将所述项目信息发送至以所述评估员账号登录的第二终端;
接收所述第二终端根据所述项目信息返回的评估信息;及
根据所述评估信息生成与所述项目信息匹配的项目评估报告。
一种项目评估信息处理装置,包括:
评估请求接收模块,用于接收以项目管理员账号登录的第一终端发送的项目评估请求;
项目信息获取模块,用于根据所述项目评估请求获取项目信息和评估员账号;
项目信息发送模块,用于将所述项目信息发送至以所述评估员账号登录的第二终端;
评估信息接收模块,用于接收所述第二终端根据所述项目信息返回的评估信息;及
评估报告生成模块,用于根据所述评估信息生成与所述项目信息匹配的项目评估报 告。
一种计算机设备,包括存储器和一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述一个或多个处理器执行以下步骤:
接收以项目管理员账号登录的第一终端发送的项目评估请求;
根据所述项目评估请求获取项目信息和评估员账号;
将所述项目信息发送至以所述评估员账号登录的第二终端;
接收所述第二终端根据所述项目信息返回的评估信息;及
根据所述评估信息生成与所述项目信息匹配的项目评估报告。
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
接收以项目管理员账号登录的第一终端发送的项目评估请求;
根据所述项目评估请求获取项目信息和评估员账号;
将所述项目信息发送至以所述评估员账号登录的第二终端;
接收所述第二终端根据所述项目信息返回的评估信息;及
根据所述评估信息生成与所述项目信息匹配的项目评估报告。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征和优点将从说明书、附图以及权利要求书变得明显。
附图说明
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为根据一个或多个实施例中项目评估信息处理方法的应用场景图。
图2为根据一个或多个实施例中项目评估信息处理方法的流程示意图。
图3为根据一个或多个实施例中项目审批的步骤的流程示意图。
图4为根据一个或多个实施例中存储项目信息的步骤的流程示意图。
图5为根据一个或多个实施例中获取项目信息的步骤的流程示意图。
图6为根据一个或多个实施例中生成项目评估报告的步骤的流程示意图。
图7为根据一个或多个实施例中项目评估信息处理装置的框图。
图8为另一个实施例中项目评估信息处理装置的框图。
图9为根据一个或多个实施例中计算机设备的框图。
具体实施方式
为了使本申请的技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请提供的项目评估信息处理方法,可以应用于如图1所示的应用环境中。终端102、终端104和终端106通过网络与服务器108通过网络进行通信。终端102、终端104和终端106可以但不限于是各种个人计算机、笔记本电脑、智能手机、平板电脑和便携式可穿戴设备,服务器104可以用独立的服务器或者是多个服务器组成的服务器集群来实现。
在一些实施例中,如图2所示,提供了一种项目评估信息处理方法,以该方法应用于图1中的服务器为例进行说明,包括以下步骤:
S202,接收以项目管理员账号登录的第一终端发送的项目评估请求。
具体地,第一终端中登录有项目管理员账号,第一终端根据项目管理输入的项目信息和评估员账号,根据输入的项目信息和评估员账号生成项目评估请求,将项目评估请求发送至服务器。服务器接收第一终端发送的项目评估请求。
在一些实施例中,第一终端检测到登录页面中的登录按钮被点击时,获取输入的项目管理员账号和密码,根据获取到的项目管理员账号和密码生成登录请求,将登录请求发送至服务器。服务器接收到登录请求后,对登录请求进行解析,通过解析提取登录请求中的项目管理员账号和密码,对提取到的项目管理员账号和密码进行验证。服务器在验证提取到的项目管理员账号和密码匹配时,向第一终端返回的项目管理页面数据。第一终端根据接收到的项目管理页面数据展示项目管理页面,第一终端在检测到项目评估按钮被点击时,获取项目管理页面中输入的项目信息和评估员账号,根据获取到的项目信息和评估员账号生成项目评估请求。
S204,根据项目评估请求获取项目信息和评估员账号。
具体地,服务器在接收到第一终端发送的项目评估请求后,对项目评估请求进行解析,通过解析提取项目评估请求中的项目信息和评估员账号。
在一些实施例中,服务器对项目评估请求进行解析,通过解析提取项目评估请求中的项目标识和评估员账号,根据提取到的项目标识从项目信息库中查询项目信息。其中,项目信息库中存储着与每个项目标识对应的项目信息。
S206,将项目信息发送至以评估员账号登录的第二终端。
具体地,服务器在提取到项目信息后,查询与评估员账号对应的终端地址,根据查询到的终端地址将提取到的项目信息发送至以评估员账号登录的第二终端。其中,服务器中存储着各评估员账号分别对应额终端地址。
S208,接收第二终端根据项目信息返回的评估信息。
具体地,第二终端在接收到服务器发送的项目信息后,将项目信息展示在项目管理页 面中。第二终端当检测到项目管理页面中的评估信息提交按钮被点击时,获取输入的评估信息,将评估信息返回至服务器。服务器接收第二终端返回的评估信息。
S210,根据评估信息生成与项目信息匹配的项目评估报告。
具体地,服务器在接收到评估信息后,提取评估信息中的评估问题内容、评估员账号、评估时间,获取项目信息对应的项目标识,根据评估问题内容、评估员账号、评估时间和项目标识生成项目评估报告,将生成的项目评估报告与项目标识对应存储。
本实施例中,在接收到以项目管理员账号登录的第一终端发送的项目评估请求后,根据项目评估请求获取项目信息和评估员账号,将项目信息发送至以评估员账号登录的第二终端,以便评估员可通过第二终端根据项目信息对项目进行评估,接收第二终端发送的评估信息,根据评估信息生成与项目信息匹配的项目评估报告。整个项目评估过程,减少了人工的操作步骤,从而提高了项目评估的效率。
如图3所示,在一些实施例中,S202之前具体包括项目审批的步骤,该步骤具体包括以下内容:
S302,接收以项目管理员账号登录的第一终端发送的项目审批请求。
具体地,第一终端获取项目管理页面中输入的项目立项信息和审批员账号对获取到的项目立项信息和审批员账号进行封装,通过封装得到项目审批请求,将得到的项目审批请求发送至服务器。服务器接收第二终端发送的项目审批请求。
S304,提取项目审批请求中的项目立项信息和审批员账号。
具体地,服务器在接收到项目审批请求后,对项目审批请求进行解析,通过解析提取项目审批请求中的项目立项信息和审批员账号。
在一些实施例中,S304具体包括以下内容:提取项目审批请求中的项目标识;根据提取到的项目标识查询项目立项信息和审批链信息;根据审批链信息确定与提取到的项目标识对应的审批员账号。
具体地,服务器在接收到项目审批请求后,对项目审批请求进行解析,通过解析提取项目审批请求中的项目标识。服务器中存储着各项目标识对应的项目立项信息和审批链信息,其中,审批链信息由用于审批项目进行审批流程所经过的各节点信息。服务器在存储的项目立项信息和审批链信息中查询与项目标识对应的项目立项信息和审批链信息。服务器在查询到审批链信息中确定审批节点所对应的审批员账号,确定的审批员账号为与提取到的性阿姆标识对应的审批员账号。
S306,将项目立项信息发送至以审批员账号对应的第三终端进行审批。
具体地,服务器在提取到项目立项信息和审批员账号后,查询与审批员账号对应的终端地址,根据终端地址将提取到的项目立项信息发送至以审批员账号对应的第三终端进行审批。
在一些实施例中,第三终端在接收到服务器发送的项目立项信息后,将项目立项信息展示在项目管理页面中,在检测到项目管理页面中的审批完成按钮被点击时,获取项目管 理页面中输入的审批意见,将审批意见返回服务器。服务器将审批意见和项目立项信息对应存储。
本实施例中,接收以项目管理员账号登录的第一终端发送的项目审批请求后,根据项目审批请求中的项目立项信息和审批员账号,将项目立项信息直接通过网络发送至以审批员账号对应的第三终端进行审批,加快了项目立项信息的传输效率,从而提高了项目立项信息的审批效率。
在一些实施例中,如图4所示,S306之后具体还包括存储项目信息的步骤,该步骤具体包括以下内容:
S402,接收第三终端根据项目立项信息返回的审批通过信息。
具体地,服务器在将项目立项信息发送至以审批员账号登录的第三终端后,第三终端将项目立项信息展示在项目管理页面中,第三终端检测项目管理页面中的审批通过按钮被点击时,获取审批通过信息,将获取到的审批通过信息方至第三终端。服务器在接收到第三终端发送的审批通过信息。
S404,根据审批通过信息向第一终端发送项目信息上传通知。
具体地,服务器在接收到审批通过信息,识别审批通过信息对应的项目标识和项目管理员账号,根据识别到的项目标识和项目管理员账号生成项目信息上传通知,将项目信息上传通知发送至以项目管理账号登录的第一终端。
S406,接收第一终端根据项目信息上传通知上传的项目信息。
具体地,第一终端在接收到项目信息上传通知后,将项目信息上传通知展示在项目管理页面中。项目管理员可以在项目管理页面中输入项目信息。其中,项目信息中包括项目标识、项目进展信息和项目状体标识。第一终端在检测到项目管理页面中的信息上传按钮被点击时,获取输入的项目信息,第一终端将获取到的项目信息发送至服务器。服务器接收第一终端上传的项目信息。
S408,提取项目信息中的项目标识和项目状态标识。
具体地,服务器在接收到第一终端上传的项目信息中,从项目信息选中提取项目标识和项目状态标识。项目状态标识用于表示项目所处状态的标识,例如用于标识项目立项状态的标识、项目运营状态的标识和项目结束状态该的标识。
S410,将提取到的项目标识和项目状态标识与项目信息对应存储。
具体地,服务器在提取到项目标识和项目状态标识后,将接收到项目信息与提取到的项目标识和项目状态标识对应存储。
本实施例中,在接收到第三终端返回的审批通过信息,根据审批通过信息向第一终端发送项目信息上传通知,以便项目管理员可以通过第一终端将项目信息上传,提高了项目信息的上传速度。
在一些实施例中,如图5所示,S204具体包括获取项目信息的步骤,该步骤具体包括以下内容:
S502,提取项目评估请求中的项目标识和评估员账号。
具体地,服务器在接收到项目评估请求后,对项目评估请求进行解析,通过解析从项目评估请求中提取项目标识和评估员账号。
S504,查询与提取到的项目标识对应的项目当前状态标识。
具体地,服务器在提取到项目标识和评估员账号后,查询与提取到的项目标识对应的项目当前状态标识。其中,项目当前状态标识为表示项目标识所对应的项目的当前状态的项目状态标识。
S506,根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
具体地,服务器中存储着各项目标识对应的项目在各种状态下的项目信息,每种状态下的项目信息对应于项目状态标识对应存储。服务器在存储的项目信息中,查询与提取到的项目标识对应的项目信息,再从查询到的项目信息中获取与提取到的项目当前状态标识对应的项目信息。
本实施例中,根据项目评估请求中的项目标识和项目标识对应的项目当前状态标识获取项目信息,根据获取到的项目当前状态标识对应的项目信息进行评估,可以对项目整个周期内的各种状态进行评估,提高了项目各中状态的评估效率。
在一些实施例中,如图6所示,S210具体包括生成项目评估报告的步骤,该步骤具体包括以下内容:
S602,识别评估信息中的评估指标标签。
具体地,服务器在接收到第二终端返回的评估信息后,根据评估指标库中的评估指标标签识别评估信息中的评估指标标签,提取识别到的评估指标标签。
S604,从评估信息中提取与识别到的评估指标标签对应的指标评估分数。
具体地,服务器在识别到评估信息中的评估指标标签后,在评估信息中查询与评估指标标签对应的指标评估分数,提取查询到的指标评估分数,将识别到的评估指标标签与查询到的指标评估分数对应存储。
S606,根据提取到的指标评估分数生成项目评估总分。
具体地,服务器在提取到各评估指标标签对应的指标评估分数,对提取到的各指标评估分数进行求和,通过求和得到项目评估总分。
在一些实施例中,S606具体还包括:从指标数据库中查询与识别到的评估指标标签对应的权重系数;根据查询到的权重系数和识别到的评估指标标签对应的指标评估分数,计算得到项目评估总分。
具体地,服务器中的指标数据库中存储着各评估指标标签分别对应的权重系数。服务器从指标数据库中存储的权重系数中提取与识别到的评估指标标签对应的权重系数,将查询到的权重系数与各自对应的评估指标标签对应的指标评估分数相乘得到各评估指标标签对应的乘积,将各评估指标标签对应的乘积相加得到项目评估总分。
S608,根据识别到的评估指标标签对应的指标评估分数和项目评估总分,生成与项目 信息匹配的项目评估报告。
具体地,服务器获取项目评估报告模板,将识别到的评估指标标签和对应的指标评估分数、项目评估总分对应填入项目评估报告模板,从而生成与项目信息匹配的项目评估报告。
本实施例中,通过将项目评估过程中的项目问题进行评估指标化,并且根据评估指标进行打分,通过打分对项目评估指标进行数据化得到项目评估数据,通过对项目评估数据进行处理得到项目评估报告,提高了项目评估报告的生成效率。
应该理解的是,虽然图2-6的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图2-6中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。
在一些实施例中,如图7所示,提供了一种项目评估信息处理装置700,包括:评估请求接收模块702、项目信息获取模块704、项目信息发送模块706、评估信息接收模块708和评估报告生成模块710,其中:
评估请求接收模块702,用于接收以项目管理员账号登录的第一终端发送的项目评估请求。
项目信息获取模块704,用于根据项目评估请求获取项目信息和评估员账号。
项目信息发送模块706,用于将项目信息发送至以评估员账号登录的第二终端。
评估信息接收模块708,用于接收第二终端根据项目信息返回的评估信息。
评估报告生成模块710,用于根据评估信息生成与项目信息匹配的项目评估报告。
本实施例中,在接收到以项目管理员账号登录的第一终端发送的项目评估请求后,根据项目评估请求获取项目信息和评估员账号,将项目信息发送至以评估员账号登录的第二终端,以便评估员可通过第二终端根据项目信息对项目进行评估,接收第二终端发送的评估信息,根据评估信息生成与项目信息匹配的项目评估报告。整个项目评估过程,减少了人工的操作步骤,从而提高了项目评估的效率。
在一些实施例中,如图8所示,项目评估信息处理装置700具体还包括:审批请求接收模块712、审批账号提取模块714、项目立项审批模块716和项目信息上传模块718。
审批请求接收模块712,接收以项目管理员账号登录的第一终端发送的项目审批请求。
审批账号提取模块714,用于提取项目审批请求中的项目立项信息和审批员账号。
项目立项审批模块716,用于将项目立项信息发送至以审批员账号对应的第三终端进行审批。
项目信息上传模块718,用于接收第三终端根据项目立项信息返回的审批通过信息;根据审批通过信息向第一终端发送项目信息上传通知;接收第一终端根据项目信息上传通知上传的项目信息;提取项目信息中的项目标识和项目状态标识;将提取到的项目标识和项目状态标识与项目信息对应存储。
审批账号提取模块714还用于提取项目审批请求中的项目标识;根据提取到的项目标识查询项目立项信息和审批链信息;根据审批链信息确定与提取到的项目标识对应的审批员账号。
本实施例中,接收以项目管理员账号登录的第一终端发送的项目审批请求后,根据项目审批请求中的项目立项信息和审批员账号,将项目立项信息直接通过网络发送至以审批员账号对应的第三终端进行审批,加快了项目立项信息的传输效率,从而提高了项目立项信息的审批效率。在接收到第三终端返回的审批通过信息,根据审批通过信息向第一终端发送项目信息上传通知,以便项目管理员可以通过第一终端将项目信息上传,提高了项目信息的上传速度。
在一些实施例中,项目信息获取模块704还用于提取项目评估请求中的项目标识和评估员账号;查询与提取到的项目标识对应的项目当前状态标识;根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
本实施例中,根据项目评估请求中的项目标识和项目标识对应的项目当前状态标识获取项目信息,根据获取到的项目当前状态标识对应的项目信息进行评估,可以对项目整个周期内的各种状态进行评估,提高了项目各中状态的评估效率。
在一些实施例中,评估报告生成模块710还用于识别评估信息中的评估指标标签;从评估信息中提取与识别到的评估指标标签对应的指标评估分数;根据提取到的指标评估分数生成项目评估总分;根据识别到的评估指标标签对应的指标评估分数和项目评估总分,生成与项目信息匹配的项目评估报告。
评估报告生成模块710还用于从指标数据库中查询与识别到的评估指标标签对应的权重系数;根据查询到的权重系数和识别到的评估指标标签对应的指标评估分数,计算得到项目评估总分。
本实施例中,通过将项目评估过程中的项目问题进行评估指标化,并且根据评估指标进行打分,通过打分对项目评估指标进行数据化得到项目评估数据,通过对项目评估数据进行处理得到项目评估报告,提高了项目评估报告的生成效率。
关于项目评估信息处理装置的具体限定可以参见上文中对于项目评估信息处理方法的限定,在此不再赘述。上述项目评估信息处理装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
在一些实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构 图可以如图9所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性计算机可读存储介质、内存储器。该非易失性计算机可读存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性计算机可读存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的数据库用于存储项目信息。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机可读指令被处理器执行时以实现一种项目评估信息处理方法。
本领域技术人员可以理解,图9中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
在一些实施例中,提供了一种计算机设备,包括存储器和处理器,该存储器存储有计算机可读指令,该处理器执行计算机可读指令时实现以下步骤:接收以项目管理员账号登录的第一终端发送的项目评估请求;根据项目评估请求获取项目信息和评估员账号;将项目信息发送至以评估员账号登录的第二终端;接收第二终端根据项目信息返回的评估信息;根据评估信息生成与项目信息匹配的项目评估报告。
在一些实施例中,接收以项目管理员账号登录的第一终端发送的项目评估请求之前,处理器执行计算机可读指令时还实现以下步骤:接收以项目管理员账号登录的第一终端发送的项目审批请求;提取项目审批请求中的项目立项信息和审批员账号;将项目立项信息发送至以审批员账号对应的第三终端进行审批。
在一些实施例中,提取项目审批请求中的项目立项信息和审批员账号,包括:提取项目审批请求中的项目标识;根据提取到的项目标识查询项目立项信息和审批链信息;根据审批链信息确定与提取到的项目标识对应的审批员账号。
在一些实施例中,将项目立项信息发送至以审批员账号对应的第三终端进行审批之后,处理器执行计算机可读指令时还实现以下步骤:接收第三终端根据项目立项信息返回的审批通过信息;根据审批通过信息向第一终端发送项目信息上传通知;接收第一终端根据项目信息上传通知上传的项目信息;提取项目信息中的项目标识和项目状态标识;将提取到的项目标识和项目状态标识与项目信息对应存储。
在一些实施例中,根据项目评估请求获取项目信息和评估员账号,包括:提取项目评估请求中的项目标识和评估员账号;查询与提取到的项目标识对应的项目当前状态标识;根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
在一些实施例中,根据评估信息生成与项目信息匹配的项目评估报告,包括:识别评估信息中的评估指标标签;从评估信息中提取与识别到的评估指标标签对应的指标评估分数;根据提取到的指标评估分数生成项目评估总分;根据识别到的评估指标标签对应的指标评估分数和项目评估总分,生成与项目信息匹配的项目评估报告。
在一些实施例中,根据提取到的指标评估分数生成项目评估总分,包括:从指标数据库中查询与识别到的评估指标标签对应的权重系数;根据查询到的权重系数和识别到的评估指标标签对应的指标评估分数,计算得到项目评估总分。
本实施例中,在接收到以项目管理员账号登录的第一终端发送的项目评估请求后,根据项目评估请求获取项目信息和评估员账号,将项目信息发送至以评估员账号登录的第二终端,以便评估员可通过第二终端根据项目信息对项目进行评估,接收第二终端发送的评估信息,根据评估信息生成与项目信息匹配的项目评估报告。整个项目评估过程,减少了人工的操作步骤,从而提高了项目评估的效率。
在一些实施例中,提供了一种计算机可读存储介质,其上存储有计算机可读指令,计算机可读指令被处理器执行时实现以下步骤:接收以项目管理员账号登录的第一终端发送的项目评估请求;根据项目评估请求获取项目信息和评估员账号;将项目信息发送至以评估员账号登录的第二终端;接收第二终端根据项目信息返回的评估信息;根据评估信息生成与项目信息匹配的项目评估报告。
在一些实施例中,接收以项目管理员账号登录的第一终端发送的项目评估请求之前,计算机可读指令被处理器执行时还实现以下步骤:接收以项目管理员账号登录的第一终端发送的项目审批请求;提取项目审批请求中的项目立项信息和审批员账号;将项目立项信息发送至以审批员账号对应的第三终端进行审批。
在一些实施例中,提取项目审批请求中的项目立项信息和审批员账号,包括:提取项目审批请求中的项目标识;根据提取到的项目标识查询项目立项信息和审批链信息;根据审批链信息确定与提取到的项目标识对应的审批员账号。
在一些实施例中,将项目立项信息发送至以审批员账号对应的第三终端进行审批之后,计算机可读指令被处理器执行时还实现以下步骤:接收第三终端根据项目立项信息返回的审批通过信息;根据审批通过信息向第一终端发送项目信息上传通知;接收第一终端根据项目信息上传通知上传的项目信息;提取项目信息中的项目标识和项目状态标识;将提取到的项目标识和项目状态标识与项目信息对应存储。
在一些实施例中,根据项目评估请求获取项目信息和评估员账号,包括:提取项目评估请求中的项目标识和评估员账号;查询与提取到的项目标识对应的项目当前状态标识;根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
在一些实施例中,根据评估信息生成与项目信息匹配的项目评估报告,包括:识别评估信息中的评估指标标签;从评估信息中提取与识别到的评估指标标签对应的指标评估分数;根据提取到的指标评估分数生成项目评估总分;根据识别到的评估指标标签对应的指标评估分数和项目评估总分,生成与项目信息匹配的项目评估报告。
在一些实施例中,根据提取到的指标评估分数生成项目评估总分,包括:从指标数据库中查询与识别到的评估指标标签对应的权重系数;根据查询到的权重系数和识别到的评 估指标标签对应的指标评估分数,计算得到项目评估总分。
本实施例中,在接收到以项目管理员账号登录的第一终端发送的项目评估请求后,根据项目评估请求获取项目信息和评估员账号,将项目信息发送至以评估员账号登录的第二终端,以便评估员可通过第二终端根据项目信息对项目进行评估,接收第二终端发送的评估信息,根据评估信息生成与项目信息匹配的项目评估报告。整个项目评估过程,减少了人工的操作步骤,从而提高了项目评估的效率。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。

Claims (20)

  1. 一种项目评估信息处理方法,包括:
    接收以项目管理员账号登录的第一终端发送的项目评估请求;
    根据所述项目评估请求获取项目信息和评估员账号;
    将所述项目信息发送至以所述评估员账号登录的第二终端;
    接收所述第二终端根据所述项目信息返回的评估信息;及
    根据所述评估信息生成与所述项目信息匹配的项目评估报告。
  2. 根据权利要求1所述的方法,其特征在于,所述接收以项目管理员账号登录的第一终端发送的项目评估请求之前,所述方法还包括:
    接收以项目管理员账号登录的第一终端发送的项目审批请求;
    提取所述项目审批请求中的项目立项信息和审批员账号;及
    将所述项目立项信息发送至以所述审批员账号对应的第三终端进行审批。
  3. 根据权利要求2所述的方法,其特征在于,所述提取所述项目审批请求中的项目立项信息和审批员账号,包括:
    提取所述项目审批请求中的项目标识;
    根据提取到的项目标识查询项目立项信息和审批链信息;及
    根据所述审批链信息确定与所述提取到的项目标识对应的审批员账号。
  4. 根据权利要求3所述的方法,其特征在于,所述将所述项目立项信息发送至以所述审批员账号对应的第三终端进行审批之后,所述方法还包括:
    接收所述第三终端根据所述项目立项信息返回的审批通过信息;
    根据所述审批通过信息向所述第一终端发送项目信息上传通知;
    接收所述第一终端根据项目信息上传通知上传的项目信息;
    提取所述项目信息中的项目标识和项目状态标识;及
    将提取到的项目标识和项目状态标识与所述项目信息对应存储。
  5. 根据权利要求1所述的方法,其特征在于,所述根据所述项目评估请求获取项目信息和评估员账号,包括:
    提取所述项目评估请求中的项目标识和评估员账号;
    查询与提取到的项目标识对应的项目当前状态标识;及
    根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
  6. 根据权利要求1所述的方法,其特征在于,所述根据所述评估信息生成与所述项目信息匹配的项目评估报告,包括:
    识别所述评估信息中的评估指标标签;
    从所述评估信息中提取与识别到的评估指标标签对应的指标评估分数;
    根据提取到的指标评估分数生成项目评估总分;及
    根据识别到的评估指标标签对应的指标评估分数和项目评估总分,生成与所述项目信 息匹配的项目评估报告。
  7. 根据权利要6所述的方法,其特征在于,所述根据提取到的指标评估分数生成项目评估总分,包括:
    从指标数据库中查询与识别到的评估指标标签对应的权重系数;及
    根据查询到的权重系数和所述识别到的评估指标标签对应的指标评估分数,计算得到项目评估总分。
  8. 一种项目评估信息处理装置,包括:
    评估请求接收模块,用于接收以项目管理员账号登录的第一终端发送的项目评估请求;
    项目信息获取模块,用于根据所述项目评估请求获取项目信息和评估员账号;
    项目信息发送模块,用于将所述项目信息发送至以所述评估员账号登录的第二终端;
    评估信息接收模块,用于接收所述第二终端根据所述项目信息返回的评估信息;及
    评估报告生成模块,用于根据所述评估信息生成与所述项目信息匹配的项目评估报告。
  9. 根据权利要求8所述的装置,其特征在于,所述项目评估信息处理装置还包括:
    审批请求接收模块,用于接收以项目管理员账号登录的第一终端发送的项目审批请求;
    审批账号提取模块,用于提取所述项目审批请求中的项目立项信息和审批员账号;及
    项目立项审批模块,用于将所述项目立项信息发送至以所述审批员账号对应的第三终端进行审批。
  10. 一种计算机设备,包括存储器及一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    接收以项目管理员账号登录的第一终端发送的项目评估请求;
    根据所述项目评估请求获取项目信息和评估员账号;
    将所述项目信息发送至以所述评估员账号登录的第二终端;
    接收所述第二终端根据所述项目信息返回的评估信息;及
    根据所述评估信息生成与所述项目信息匹配的项目评估报告。
  11. 根据权利要求10所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:
    接收以项目管理员账号登录的第一终端发送的项目审批请求;
    提取所述项目审批请求中的项目立项信息和审批员账号;及
    将所述项目立项信息发送至以所述审批员账号对应的第三终端进行审批。
  12. 根据权利要求11所述的计算机设备,其特征在于,所述提取所述项目审批请求中的项目立项信息和审批员账号,包括:
    提取所述项目审批请求中的项目标识;
    根据提取到的项目标识查询项目立项信息和审批链信息;及
    根据所述审批链信息确定与所述提取到的项目标识对应的审批员账号。
  13. 根据权利要求12所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:
    接收所述第三终端根据所述项目立项信息返回的审批通过信息;
    根据所述审批通过信息向所述第一终端发送项目信息上传通知;
    接收所述第一终端根据项目信息上传通知上传的项目信息;
    提取所述项目信息中的项目标识和项目状态标识;及
    将提取到的项目标识和项目状态标识与所述项目信息对应存储。
  14. 根据权利要求10所述的计算机设备,其特征在于,所述根据所述项目评估请求获取项目信息和评估员账号,包括:
    提取所述项目评估请求中的项目标识和评估员账号;
    查询与提取到的项目标识对应的项目当前状态标识;及
    根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
  15. 根据权利要求10所述的计算机设备,其特征在于,所述根据所述评估信息生成与所述项目信息匹配的项目评估报告,包括:
    识别所述评估信息中的评估指标标签;
    从所述评估信息中提取与识别到的评估指标标签对应的指标评估分数;
    根据提取到的指标评估分数生成项目评估总分;及
    根据识别到的评估指标标签对应的指标评估分数和项目评估总分,生成与所述项目信息匹配的项目评估报告。
  16. 一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    接收以项目管理员账号登录的第一终端发送的项目评估请求;
    根据所述项目评估请求获取项目信息和评估员账号;
    将所述项目信息发送至以所述评估员账号登录的第二终端;
    接收所述第二终端根据所述项目信息返回的评估信息;及
    根据所述评估信息生成与所述项目信息匹配的项目评估报告。
  17. 根据权利要求16所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:
    接收以项目管理员账号登录的第一终端发送的项目审批请求;
    提取所述项目审批请求中的项目立项信息和审批员账号;及
    将所述项目立项信息发送至以所述审批员账号对应的第三终端进行审批。
  18. 根据权利要求17所述的存储介质,其特征在于,所述提取所述项目审批请求中的项目立项信息和审批员账号,包括:
    提取所述项目审批请求中的项目标识;
    根据提取到的项目标识查询项目立项信息和审批链信息;及
    根据所述审批链信息确定与所述提取到的项目标识对应的审批员账号。
  19. 根据权利要求18所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:
    接收所述第三终端根据所述项目立项信息返回的审批通过信息;
    根据所述审批通过信息向所述第一终端发送项目信息上传通知;
    接收所述第一终端根据项目信息上传通知上传的项目信息;
    提取所述项目信息中的项目标识和项目状态标识;及
    将提取到的项目标识和项目状态标识与所述项目信息对应存储。
  20. 根据权利要求16所述的存储介质,其特征在于,所述根据所述项目评估请求获取项目信息和评估员账号,包括:
    提取所述项目评估请求中的项目标识和评估员账号;
    查询与提取到的项目标识对应的项目当前状态标识;及
    根据提取到的项目标识和查询到的项目当前状态标识获取项目信息。
PCT/CN2018/095480 2018-04-19 2018-07-12 项目评估信息处理方法、装置、计算机设备和存储介质 WO2019200741A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810355867.7 2018-04-19
CN201810355867.7A CN108596471A (zh) 2018-04-19 2018-04-19 项目评估信息处理方法、装置、计算机设备和存储介质

Publications (1)

Publication Number Publication Date
WO2019200741A1 true WO2019200741A1 (zh) 2019-10-24

Family

ID=63611366

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/095480 WO2019200741A1 (zh) 2018-04-19 2018-07-12 项目评估信息处理方法、装置、计算机设备和存储介质

Country Status (2)

Country Link
CN (1) CN108596471A (zh)
WO (1) WO2019200741A1 (zh)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109615329A (zh) * 2018-12-07 2019-04-12 广东溢达纺织有限公司 合理化建议的线上处理方法、装置以及计算机设备
CN109508903A (zh) * 2018-12-14 2019-03-22 平安国际融资租赁有限公司 风险评估方法、装置、计算机设备和存储介质
WO2020124292A1 (zh) * 2018-12-16 2020-06-25 吉安市井冈山开发区金庐陵经济发展有限公司 业务计划的编制方法
CN109960488A (zh) * 2019-01-28 2019-07-02 平安科技(深圳)有限公司 App全周期监控方法、装置、计算机设备及存储介质
CN110428125A (zh) * 2019-06-14 2019-11-08 平安科技(深圳)有限公司 一种项目评估方法、装置、计算机设备及存储介质
CN110928773A (zh) * 2019-11-06 2020-03-27 浙江大搜车软件技术有限公司 项目测试结果管理方法、装置、计算机设备和存储介质

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020116210A1 (en) * 2001-02-20 2002-08-22 Honeywell International Inc. Computerized method for online quoting and pricing of tasks
CN103390226A (zh) * 2013-08-08 2013-11-13 重庆市科学技术研究院 一种基于soa架构的技术评估信息管理系统

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402732A (zh) * 2010-09-14 2012-04-04 中国船舶工业综合技术经济研究院 科研项目评估方法及系统
CN106022710A (zh) * 2016-05-09 2016-10-12 平安科技(深圳)有限公司 保险审核方法和装置
CN106548322B (zh) * 2016-09-29 2017-12-19 中工国际工程股份有限公司 项目审批系统
CN107679818A (zh) * 2017-05-10 2018-02-09 平安科技(深圳)有限公司 软件项目管理方法、终端及计算机可读存储介质
CN107451738A (zh) * 2017-08-02 2017-12-08 合肥哲诚项目管理有限公司 一种建筑工程项目评估方法及其评估系统

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020116210A1 (en) * 2001-02-20 2002-08-22 Honeywell International Inc. Computerized method for online quoting and pricing of tasks
CN103390226A (zh) * 2013-08-08 2013-11-13 重庆市科学技术研究院 一种基于soa架构的技术评估信息管理系统

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HAN YUNXIANG: "Design and Implementation of a Commercial Bank Credit Management System Based on J2EE", CHINA MASTER'S THESES, ELECTONIC TECHNOLOGY AND INFORMATION SCIENCE, vol. 4, 15 April 2018 (2018-04-15) *

Also Published As

Publication number Publication date
CN108596471A (zh) 2018-09-28

Similar Documents

Publication Publication Date Title
WO2019200741A1 (zh) 项目评估信息处理方法、装置、计算机设备和存储介质
WO2019200756A1 (zh) 数据审批方法、装置、计算机设备和存储介质
WO2019214080A1 (zh) 报批信息处理方法、装置、计算机设备和存储介质
US10728361B2 (en) System for association of customer information across subscribers
CN111027295B (zh) 数据处理方法、装置、计算机设备和存储介质
CN111177302B (zh) 业务单据处理方法、装置、计算机设备和存储介质
WO2021164161A1 (zh) 影像数据标注方法、装置、计算机设备和存储介质
CN108334625B (zh) 用户信息的处理方法、装置、计算机设备和存储介质
CN109636514B (zh) 业务数据处理方法、装置、计算设备及存储介质
WO2018192432A1 (zh) 工作信息处理方法、装置、计算机设备和存储介质
CN107918673B (zh) 订阅数据处理方法、装置、存储介质和计算机设备
WO2017177778A1 (zh) 信息发送管理方法和装置、服务器和存储介质
CN111191100A (zh) 政务信息的处理方法、装置和计算机可读存储介质
CN113127307A (zh) 溯源请求的处理方法、相关装置、系统及存储介质
CN114124861A (zh) 消息群发方法、装置、计算机设备和存储介质
WO2019019768A1 (zh) 保单打印方法、装置、存储介质和计算机设备
WO2019136987A1 (zh) 网络爬虫识别方法、装置、计算机设备和存储介质
WO2019200754A1 (zh) 数据传输风险评估方法、装置、计算机设备和存储介质
CN111209061B (zh) 用户信息的填写方法、装置、计算机设备和存储介质
WO2021012903A1 (zh) 数据存储方法、装置、计算机设备和存储介质
WO2019153586A1 (zh) 聊天数据处理方法、装置、计算机设备及存储介质
US20130339493A1 (en) Information feedback method and corresponding server
WO2021036681A1 (zh) 数据验证方法、装置、计算机设备和存储介质
WO2018192378A1 (zh) 保险题目数据处理方法、装置、计算机设备和存储介质
CN110634070A (zh) 文件处理方法、装置、计算机设备和存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18915592

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 18/02/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18915592

Country of ref document: EP

Kind code of ref document: A1