CN109657216B - Contract generation method, device, equipment and storage medium - Google Patents

Contract generation method, device, equipment and storage medium Download PDF

Info

Publication number
CN109657216B
CN109657216B CN201811138565.0A CN201811138565A CN109657216B CN 109657216 B CN109657216 B CN 109657216B CN 201811138565 A CN201811138565 A CN 201811138565A CN 109657216 B CN109657216 B CN 109657216B
Authority
CN
China
Prior art keywords
contract
target
processing
template
node
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
CN201811138565.0A
Other languages
Chinese (zh)
Other versions
CN109657216A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201811138565.0A priority Critical patent/CN109657216B/en
Priority to PCT/CN2018/123219 priority patent/WO2020062658A1/en
Publication of CN109657216A publication Critical patent/CN109657216A/en
Application granted granted Critical
Publication of CN109657216B publication Critical patent/CN109657216B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a contract generating method, a device, equipment and a storage medium, namely when a contract generating instruction is received, a target contract type in the contract generating instruction is obtained, and a corresponding target contract template and a contract processing flow are obtained according to the target contract type; acquiring a target processing node from preset contract processing nodes according to the contract processing flow; and organizing target processing nodes into a target processing chain according to the contract processing flow, and transmitting the target contract template into the target processing chain to generate a corresponding target contract. The method organizes the preset target processing nodes into the target processing chain according to the contract processing flow corresponding to the target contract type, and generates the target contract through the target processing chain. The method can flexibly configure the preset contract processing nodes according to different requirements without repeated development, thereby improving the generation efficiency of the contract.

Description

Contract generation method, device, equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a contract generation method, apparatus, device, and computer-readable storage medium.
Background
The contract is a rule of the enterprise economic activity, is used for maintaining the benefits of the enterprise, clearly defines the responsibility and obligation of the enterprise, and is a legal specification to which the enterprise economic activity must comply. At present, people replace paper contracts through electronic contracts, so that the problem of inconvenience in delivery of the paper contracts is avoided. However, the conventional contract making system needs to perform customized development according to electronic contracts with different requirements, is poor in universality, wastes a large amount of manpower, and is low in development efficiency. Therefore, how to solve the technical problem of the prior art that the contract making system has poor universality becomes a technical problem to be solved urgently at present.
Disclosure of Invention
The invention mainly aims to provide a contract generating method, a contract generating device, contract generating equipment and a computer readable storage medium, and aims to solve the technical problem that the universality of a contract making system in the prior art is poor.
To achieve the above object, the present invention provides a contract generating method, including the steps of:
when a contract generation instruction is received, acquiring a target contract type in the contract generation instruction, and acquiring a corresponding target contract template and a contract processing flow according to the target contract type;
acquiring a target processing node from preset contract processing nodes according to the contract processing flow;
and organizing target processing nodes into a target processing chain according to the contract processing flow, and transmitting the target contract template into the target processing chain to generate a corresponding target contract.
Optionally, after the step of organizing target processing nodes into a target processing chain according to the contract processing flow and transmitting the target contract template into the target processing chain to generate a corresponding target contract, the method further includes:
displaying a contract configuration page for a user to input contract attribute information, wherein the contract attribute information includes a contract name, a company name, or a contract amount
And when the contract attribute information is received, adding the contract attribute information to a corresponding area of the target contract according to a preset attribute key field.
Optionally, the step of acquiring a target contract type in the contract generation instruction when receiving the contract generation instruction, and acquiring a corresponding target contract template and a contract processing flow according to the target contract type includes:
when a contract generation instruction is received, acquiring a target contract type in the contract generation instruction, and judging whether the target contract type is matched with a corresponding target contract template and a contract processing flow in a database;
and if the corresponding target contract template and the contract processing flow are matched, acquiring the target contract template and the contract processing flow.
Optionally, after the steps of acquiring the target contract type in the contract generation instruction and determining whether the target contract template corresponding to the target contract type and the contract processing flow exist or not when the contract generation instruction is received, the method further includes:
if the corresponding target contract template and the contract processing flow are not matched, displaying a pre-stored contract template and the preset contract processing node so that a user can conveniently perform corresponding selection operation;
and acquiring a contract template selected by the user as a target contract template, and acquiring a selected processing node selected by the user as a target processing node.
Optionally, the obtaining a contract template selected by a user as a target contract template, obtaining a selected processing node selected by the user as a target processing node, and after the step of obtaining the selected processing node as the target processing node, the method further includes:
and organizing the target processing nodes into a target processing chain in sequence according to a processing sequence set by a user, and transmitting the target contract template into the target processing chain to generate a corresponding target contract.
Optionally, before the steps of acquiring the target contract type in the contract generation instruction and acquiring the corresponding target contract template and contract processing flow according to the target contract type when the contract generation instruction is received, the method further includes:
splitting the constructed contract making system into processing fragment components, and packaging the processing fragment components into corresponding processing nodes as the preset contract processing nodes;
acquiring a processing sequence of the processing nodes in a contract manufacturing system, and generating a corresponding contract processing flow according to the processing sequence and the node identifiers of the processing nodes;
acquiring the contract type of the contract processing system and a contract template in the contract processing system, and storing the contract type, the contract template and the contract processing flow into a preset database in an associated manner.
Optionally, after the step of organizing target processing nodes into a target processing chain according to the contract processing flow and importing the target contract template into the target processing chain, the method further includes:
acquiring target processing time for processing the target contract template by the target processing node, comparing the target processing time with a corresponding node processing time threshold value, and judging whether the target processing time is abnormal or not;
and when the target processing time is abnormal, generating a corresponding processing abnormity prompting message to a management end so that an administrator can process the abnormal condition.
Further, to achieve the above object, the present invention also provides a contract generating apparatus comprising:
the system comprises a process acquisition module, a contract processing module and a contract processing module, wherein the process acquisition module is used for acquiring a target contract type in a contract generation instruction when receiving the contract generation instruction, and acquiring a corresponding target contract template and a contract processing process according to the target contract type;
the node acquisition module is used for acquiring a target processing node from preset contract processing nodes according to the contract processing flow;
and the contract generation module is used for organizing target processing nodes into a target processing chain according to the contract processing flow and transmitting the target contract template into the target processing chain so as to generate a corresponding target contract.
Further, to achieve the above object, the present invention also provides a contract generating apparatus including a processor, a memory, and a contract generating program stored on the memory and executable by the processor, wherein the contract generating program, when executed by the processor, implements the steps of the contract generating method as described above.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium having a contract generation program stored thereon, wherein the contract generation program, when executed by a processor, implements the steps of the contract generation method as described above.
The invention provides a contract generating method, namely when receiving a contract generating instruction, acquiring a target contract type in the contract generating instruction, and acquiring a corresponding target contract template and a contract processing flow according to the target contract type; acquiring a target processing node from preset contract processing nodes according to the contract processing flow; and organizing target processing nodes into a target processing chain according to the contract processing flow, and transmitting the target contract template into the target processing chain to generate a corresponding target contract. Through the mode, the preset target processing nodes are organized into the target processing chain according to the contract processing flow corresponding to the target contract type, namely the preset target processing nodes are organized into the contract manufacturing system, and then the target contract template is transmitted into the target processing chain to perform the processing operation of the corresponding nodes, so that the target contract is generated. The method can flexibly configure the preset contract processing nodes according to different requirements without repeated development, improves the generation efficiency of the contract, and solves the technical problem of poor universality of a contract making system in the prior art.
Drawings
Fig. 1 is a schematic hardware configuration diagram of a contract generation apparatus according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart diagram of a first embodiment of a contract generation method according to the present invention;
FIG. 3 is a schematic flow chart diagram of a second embodiment of a contract generation method according to the present invention;
FIG. 4 is a schematic flow chart of a third embodiment of a contract generation method according to the present invention;
fig. 5 is a functional block diagram of the first embodiment of the contract generating apparatus according to the present invention.
The implementation, functional features and advantages of the present invention will be further described with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
The contract generating method according to the embodiment of the present invention is mainly applied to contract generating equipment, which may be equipment with display and processing functions, such as a PC, a portable computer, a mobile terminal, and the like.
Referring to fig. 1, fig. 1 is a schematic diagram of a hardware structure of a contract generating apparatus according to an embodiment of the present invention. In this embodiment of the present invention, the contract generating apparatus may include a processor 1001 (e.g., a CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. The communication bus 1002 is used for implementing connection communication among the components; the user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard); the network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface); the memory 1005 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as a disk memory, and the memory 1005 may optionally be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the hardware configuration shown in FIG. 1 does not constitute a limitation on the synthetic generation apparatus, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
With continued reference to fig. 1, the memory 1005 of fig. 1, which is one type of computer-readable storage medium, may include an operating system, a network communication module, and a contract generation program.
In fig. 1, the network communication module is mainly used for connecting a server and performing data communication with the server; and the processor 1001 may call the contract generating program stored in the memory 1005 and execute the contract generating method provided by the embodiment of the present invention.
The embodiment of the invention provides a contract generating method.
Referring to fig. 2, fig. 2 is a schematic flow chart of a first embodiment of the contract generating method of the present invention.
In this embodiment, the contract generating method includes the following steps:
step S10, when a contract generation instruction is received, acquiring a target contract type in the contract generation instruction, and acquiring a corresponding target contract template and a contract processing flow according to the target contract type;
in this embodiment, in order to solve the technical problem that the generality of the contract making system is poor in the prior art, a contract generating method is provided. The contract generating method in the present embodiment may be implemented by a computing terminal (server, PC, etc.). And when receiving a contract generation instruction, the server acquires a target contract type of a contract to be generated in the contract generation instruction. Wherein, the contract generation instruction can be a user operation trigger. The preset contract types, such as personnel contracts or service contracts, can also be the same for all service types, and the user can trigger corresponding contract generation instructions according to the contract types meeting the self requirements, such as contract generation instructions for triggering the personnel contracts through contract generation buttons of the personnel contract types. And searching the target contract type in a preset database, and acquiring a target contract template corresponding to the target contract type and a contract processing flow. The target contract template can be a contract module which is pre-associated or stored with each contract type. The contract processing flow is processing nodes required to be passed by for generating the contract and a processing sequence corresponding to each processing node.
Step S20, according to the contract processing flow, acquiring a target processing node from preset contract processing nodes;
in this embodiment, after the contract processing flow is determined according to the target contract type, the processing nodes required for generating the target contract are determined from the contract processing nodes preset in the database according to the processing nodes and the processing sequence in the contract processing flow. For example, the contract processing nodes preset in the database include a draft node (providing a contract template), a pre-auditing node (checking the content of the contract template such as format or text), a performance plan node (performing terms and performing period that the contract needs to be added, etc.), a stamp node (stamp management and addition), a filing node (classifying, filing, and recycling the contract), a performance verification node (whether the performing terms are completed within the performing period), a repayment verification node (whether the amount of the project specified by the contract is all accounted for, etc.), and/or an ending node (managing the contract when the contract expires and all the matters specified in the performing terms are implemented, ending the contract), etc. If the target contract type is a package service type, the corresponding contract processing flow is as follows: draft → pretrial → performance plan → use seal → archive → performance → withdraw → end, i.e. the target processing node is the draft node, pretrial node, performance plan node, use seal node, archive node, performance node, withdraw node and end node. If the target contract type is the single sign service type, the corresponding contract processing flow is as follows: draft → pretrial → fulfillment plan → impression → archive → end, i.e. the target processing nodes are draft node, pretrial node, fulfillment plan node, impression node, archive node and end node. In a specific embodiment, the draft processing node may also provide the target contract template according to the target contract type.
And step S30, organizing target processing nodes into a target processing chain according to the contract processing flow, and transmitting the target contract template into the target processing chain to generate a corresponding target contract.
In this embodiment, according to the processing sequence in the contract processing flow, each processing node in the target processing nodes is sequentially connected, so as to generate a target processing chain. When a target contract template fed back after being processed by a previous target processing node is received, the target contract template can be fed back to a next target processing node through contact ways such as a mailbox or instant messaging software. And by analogy, processing of the target contract template is sequentially completed according to the processing sequence in the contract processing flow, and the target contract is generated. In a specific embodiment, when a certain processing node processes the target contract template, if it is found that the information that the previous node should process is not complete, the information can be fed back to the previous processing node.
Further, after step S30, the method further includes:
displaying a contract configuration page so that a user inputs contract attribute information, wherein the contract attribute information comprises a contract name, a company name or a contract amount;
and when the contract attribute information is received, adding the contract attribute information to a corresponding area of the target contract according to a preset attribute key field.
In this embodiment, after the target contract is generated, the contract attribute information page for filling the contract may be correspondingly displayed. Thereby, the contract name, the company name and the performance term inputted by the user are added to the corresponding areas of the target contract. The corresponding area may be a preset table or an input field associated with a contract name, a company name, and a performance term. Wherein, the region to which each attribute information in the contract attribute information should be added can be determined by identifying the attribute key field in the target contract. If the area to be filled in with the contract name is determined according to the key field of the name, the contract name is added to the area to be filled in behind the key field of the name, and the like.
The present embodiment provides a contract generating method, that is, when a contract generating instruction is received, a target contract type in the contract generating instruction is obtained, and a corresponding target contract template and a contract processing flow are obtained according to the target contract type; acquiring a target processing node from preset contract processing nodes according to the contract processing flow; and organizing target processing nodes into a target processing chain according to the contract processing flow, and transmitting the target contract template into the target processing chain to generate a corresponding target contract. Through the mode, the preset target processing nodes are organized into the target processing chain according to the contract processing flow corresponding to the target contract type, namely the preset target processing nodes are organized into the contract manufacturing system, and then the target contract template is transmitted into the target processing chain to perform the processing operation of the corresponding nodes, so that the target contract is generated. The method can flexibly configure the preset contract processing nodes according to different requirements, does not need repeated development, improves the generation efficiency of the contract, and solves the technical problem of poor universality of a contract making system in the prior art.
Referring to fig. 3, fig. 3 is a flow chart of a second embodiment of the contract generating method according to the present invention.
Based on the foregoing embodiment shown in fig. 2, in this embodiment, the step S10 specifically includes:
step S11, when a contract generation instruction is received, acquiring a target contract type in the contract generation instruction, and judging whether the target contract type is matched with a corresponding target contract template and a contract processing flow in a database;
in this embodiment, when a contract generation instruction is received, it is determined whether a target contract template and a contract processing flow corresponding to a target contract type in the contract generation instruction can be matched in a database. In a specific embodiment, it may be determined whether the contract processing flow corresponding to the target contract type in the contract generating instruction can be matched in the database. The target contract template may be provided by a processing node.
And step S12, if the corresponding target contract template and the corresponding contract processing flow are matched, acquiring the target contract template and the contract processing flow.
In this embodiment, if the target contract template and the contract processing flow corresponding to the target contract type can be matched in the database, the target contract template and the contract processing flow may be obtained.
In the step S13, if the corresponding target contract template and the contract processing flow are not matched, the pre-stored contract template and the preset contract processing node are displayed so that the user can perform the corresponding selection operation;
in this embodiment, if the target contract template and the contract processing flow corresponding to the target contract type are not matched in the database, it may indicate that the server cannot identify the target contract type keyword in the contract generation instruction. The pre-stored contract template and the contract processing nodes preset in the database can be displayed so that the user can manually select the contract template and the contract processing nodes.
In step S14, the contract template selected by the user is obtained as the target contract template, and the selected processing node selected by the user is obtained as the target processing node.
In this embodiment, a contract template triggered by a user selection operation is obtained and set as a target contract template, and a processing node triggered by the user selection operation, that is, a selected processing node, is obtained and set as a target processing node.
And step S15, organizing the target processing nodes into a target processing chain in sequence according to a processing sequence set by the user, and transmitting the target contract template into the target processing chain to generate a corresponding target contract.
In this embodiment, when determining a target contract template and target processing nodes, a target processing chain is generated by sequentially connecting each processing node in the target processing nodes according to a processing sequence manually set by a user. And then processing the target contract template through the target processing chain to generate a target contract.
Referring to fig. 4, fig. 4 is a flowchart illustrating a third embodiment of a contract generation method according to the present invention.
Based on the embodiment shown in fig. 3, in this embodiment, before the step S10, the method further includes:
step S41, splitting the constructed contract making system into processing fragment components, and packaging the processing fragment components into corresponding processing nodes as the preset contract processing nodes;
in this embodiment, the contract generating system includes a common interface and a stored processing node. The processing node is a pre-stored fragment component, wherein the universal interface is a uniform interface entry and is used for receiving a contract processing request sent by a user. The pre-stored fragment component is a background and divides a built contract making system into functional components, common functional components are extracted (the common functional components are functional components which need to be called in the process of processing general contracts), the common functional components are packaged and the pre-stored fragment component is stored separately, so that the pre-stored fragment component can be called directly in the process of processing other contract requests in the later period. Certainly, the pre-stored fragment components in the scheme can also be stored in the cloud server, and the contract generation equipment is connected with the cloud server through a network, so that the pre-stored fragment components stored in the cloud server can be called.
Step S42, acquiring a processing sequence of the processing node in a contract manufacturing system, and generating a corresponding contract processing flow according to the processing sequence and the node identification of the processing node;
in this embodiment, a processing order of the processing node in the constructed contract making system is obtained, and a contract processing flow is generated according to the processing order and the corresponding processing node identifier. The contract processing flow comprises identification of each target processing node needing to be called and a calling sequence of the calling processing node.
Step S43, acquiring the contract type of the contract processing system and the contract template in the contract processing system, and storing the contract type, the contract template and the contract processing flow into a preset database in an associated manner.
In this embodiment, the contract type corresponding to the contract processed by the contract making system and the contract template used correspondingly are determined. And associating the contract type, the contract template and the contract processing flow, and then storing the contract type, the contract template and the contract processing flow into the preset database for subsequent calling.
Further, after the step S30, the method further includes:
acquiring target processing time for processing the target contract template by the target processing node, comparing the target processing time with a corresponding node processing time threshold value, and judging whether the target processing time is abnormal or not;
in this embodiment, in order to prevent the contract generation from being terminated due to an abnormal contract processing procedure, a corresponding processing time threshold may be set in advance for each processing node. The processing time threshold may be set by the system according to historical data statistics, or may be manually set by the user according to actual needs. And when the target contract template is transmitted into a target processing chain, tracking and monitoring the operation of the processing nodes in the target processing chain. Specifically, the target processing time of each target processing node may be timed by a timer, and if the target processing time exceeds a processing time threshold corresponding to the target processing node, it is determined that the target processing node is in processing exception.
And when the target processing time is abnormal, generating a corresponding processing abnormity prompting message to a management end so that an administrator can process the abnormal condition.
In this embodiment, if the target processing time is abnormal, that is, it indicates that the target processing node has a processing abnormality, a corresponding processing abnormality notification message may be generated to the management end. Therefore, the administrator can correspondingly check the processing progress of the target processing node, and timely handle the abnormal problem, thereby ensuring the processing efficiency.
In addition, the embodiment of the invention also provides a contract generating device.
Referring to fig. 5, fig. 5 is a functional block diagram of a first embodiment of the contract generating apparatus according to the present invention.
In this embodiment, the contract generating apparatus includes:
the process acquisition module 10 is configured to, when a contract generation instruction is received, acquire a target contract type in the contract generation instruction, and acquire a corresponding target contract template and a contract processing process according to the target contract type;
a node obtaining module 20, configured to obtain a target processing node from preset contract processing nodes according to the contract processing flow;
the contract generating module 30 is configured to organize target processing nodes into a target processing chain according to the contract processing flow, and transmit the target contract template to the target processing chain to generate a corresponding target contract.
Further, the contract generating apparatus further includes:
the information configuration module is used for displaying a contract configuration page so that a user can input contract attribute information, wherein the contract attribute information comprises a contract name, a company name or a contract amount;
and the information adding module is used for adding the contract attribute information to a corresponding area of the target contract according to a preset attribute key field when receiving the contract attribute information.
Further, the node acquisition module 20 includes:
the node matching unit is used for acquiring a target contract type in the contract generation instruction when the contract generation instruction is received, and judging whether the target contract type is matched with a corresponding target contract template and a contract processing flow in a database;
and the node acquisition unit is used for acquiring the target contract template and the contract processing flow if the corresponding target contract template and the contract processing flow are matched.
Further, the node obtaining module 20 further includes:
the node selection unit is used for displaying a pre-stored contract template and the preset contract processing node if the corresponding target contract template and the contract processing flow are not matched so that a user can conveniently perform corresponding selection operation;
and the node setting unit is used for acquiring the contract template selected by the user as a target contract template and acquiring the selected processing node selected by the user as a target processing node.
And the contract generating unit is used for sequentially organizing the target processing nodes into a target processing chain according to a processing sequence set by a user, and transmitting the target contract template into the target processing chain to generate a corresponding target contract.
Further, the contract generating apparatus further includes:
the node presetting module is used for splitting the constructed contract making system into processing fragment components, packaging the processing fragment components into corresponding processing nodes, and using the processing node as the preset contract processing node;
the flow generation module is used for acquiring the processing sequence of the processing nodes in the contract making system and generating corresponding contract processing flows according to the processing sequence and the node identifiers of the processing nodes;
and the process storage module is used for acquiring the contract type of the contract processing system and the contract template in the contract processing system, and storing the contract type, the contract template and the contract processing process into a preset database in an associated manner.
Further, the contract generating apparatus further includes:
the time monitoring module is used for acquiring target processing time for processing the target contract template by the target processing node, comparing the target processing time with a corresponding node processing time threshold value and judging whether the target processing time is abnormal or not;
and the abnormity reminding module is used for generating a corresponding abnormity processing reminding message to the management end when the target processing time is abnormal so that an administrator can process the abnormal condition.
Each module in the contract generating apparatus corresponds to each step in the contract generating method embodiment, and the functions and implementation processes thereof are not described in detail herein.
In addition, the embodiment of the invention also provides a computer readable storage medium.
The computer-readable storage medium of the present invention has stored thereon a contract generation program, wherein the contract generation program, when executed by a processor, implements the steps of the contract generation method as described above.
The method implemented when the contract generation program is executed can refer to the embodiments of the contract generation method of the present invention, and details are not described here.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrase "comprising a … …" does not exclude the presence of another identical element in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are only for description, and do not represent the advantages and disadvantages of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all equivalent structures or equivalent processes performed by the present invention or directly or indirectly applied to other related technical fields are also included in the scope of the present invention.

Claims (9)

1. A contract generating method, characterized by comprising the steps of:
when a contract generation instruction is received, acquiring a target contract type in the contract generation instruction, and acquiring a corresponding target contract template and a contract processing flow according to the target contract type;
acquiring a target processing node from preset contract processing nodes according to the contract processing flow;
organizing target processing nodes into a target processing chain according to the contract processing flow, and transmitting the target contract template into the target processing chain to generate a corresponding target contract;
before the steps of acquiring the target contract type in the contract generation instruction and acquiring the corresponding target contract template and the contract processing flow according to the target contract type when the contract generation instruction is received, the method further comprises the following steps:
splitting the constructed contract making system into processing fragment components, and packaging the processing fragment components into corresponding processing nodes as the preset contract processing nodes;
acquiring a processing sequence of the processing node in a contract manufacturing system, and generating a corresponding contract processing flow according to the processing sequence and the node identifier of the processing node;
acquiring the contract type of the contract processing system and a contract template in the contract processing system, and storing the contract type, the contract template and the contract processing flow into a preset database in an associated manner.
2. The contract generating method according to claim 1, wherein the step of obtaining the target contract type in the contract generating instruction when receiving the contract generating instruction, and obtaining the corresponding target contract template and contract processing flow according to the target contract type comprises:
when a contract generation instruction is received, acquiring a target contract type in the contract generation instruction, and judging whether the target contract type is matched with a corresponding target contract template and a contract processing flow in a database;
and if the corresponding target contract template and the contract processing flow are matched, acquiring the target contract template and the contract processing flow.
3. The contract generating method according to claim 2, wherein after the steps of obtaining the target contract type in the contract generating instruction and determining whether the target contract template corresponding to the target contract type and the contract processing flow exist or not, the method further comprises:
if the corresponding target contract template and the contract processing flow are not matched, displaying a pre-stored contract template and the preset contract processing node so that a user can conveniently perform corresponding selection operation;
and acquiring a contract template selected by the user as a target contract template, and acquiring a selected processing node selected by the user as a target processing node.
4. The contract generating method according to claim 3, wherein the step of obtaining the contract template selected by the user as the target contract template and obtaining the selected processing node selected by the user as the target processing node further comprises:
and organizing the target processing nodes into a target processing chain in sequence according to a processing sequence set by a user, and transmitting the target contract template into the target processing chain to generate a corresponding target contract.
5. The contract generation method of claim 1, wherein after the step of organizing target processing nodes into a target processing chain according to the contract processing flow and importing the target contract template into the target processing chain, further comprising:
acquiring target processing time for processing the target contract template by the target processing node, comparing the target processing time with a corresponding node processing time threshold value, and judging whether the target processing time is abnormal or not;
and when the target processing time is abnormal, generating a corresponding processing abnormity prompting message to a management end so that an administrator can process the abnormal condition.
6. The contract generation method according to any one of claims 1 to 5, wherein after the step of organizing target processing nodes into a target processing chain according to the contract processing flow and importing the target contract template into the target processing chain to generate a corresponding target contract, further comprising:
displaying a contract configuration page for a user to input contract attribute information, wherein the contract attribute information includes a contract name, a company name, or a contract amount
And when the contract attribute information is received, adding the contract attribute information to a corresponding area of the target contract according to a preset attribute key field.
7. A contract generating apparatus, characterized by comprising:
the system comprises a process acquisition module, a contract processing module and a contract processing module, wherein the process acquisition module is used for acquiring a target contract type in a contract generation instruction when receiving the contract generation instruction, and acquiring a corresponding target contract template and a contract processing process according to the target contract type;
the node acquisition module is used for acquiring a target processing node from preset contract processing nodes according to the contract processing flow;
the contract generation module is used for organizing target processing nodes into a target processing chain according to the contract processing flow and transmitting the target contract template into the target processing chain to generate a corresponding target contract;
the process acquisition module is further configured to split the established contract making system into processing fragment components, and package the processing fragment components into corresponding processing nodes as the preset contract processing nodes; acquiring a processing sequence of the processing nodes in a contract manufacturing system, and generating a corresponding contract processing flow according to the processing sequence and the node identifiers of the processing nodes; acquiring the contract type of the contract processing system and a contract template in the contract processing system, and storing the contract type, the contract template and the contract processing flow into a preset database in an associated manner.
8. A contract generating apparatus comprising a processor, a memory, and a contract generating program stored on the memory and executable by the processor, wherein the contract generating program, when executed by the processor, implements the steps of the contract generating method according to any one of claims 1 to 6.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a contract generation program, wherein the contract generation program, when executed by a processor, implements the steps of the contract generation method according to any one of claims 1 to 6.
CN201811138565.0A 2018-09-28 2018-09-28 Contract generation method, device, equipment and storage medium Active CN109657216B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201811138565.0A CN109657216B (en) 2018-09-28 2018-09-28 Contract generation method, device, equipment and storage medium
PCT/CN2018/123219 WO2020062658A1 (en) 2018-09-28 2018-12-24 Contract generation method and apparatus, and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811138565.0A CN109657216B (en) 2018-09-28 2018-09-28 Contract generation method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109657216A CN109657216A (en) 2019-04-19
CN109657216B true CN109657216B (en) 2023-04-07

Family

ID=66110683

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811138565.0A Active CN109657216B (en) 2018-09-28 2018-09-28 Contract generation method, device, equipment and storage medium

Country Status (2)

Country Link
CN (1) CN109657216B (en)
WO (1) WO2020062658A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110188165A (en) * 2019-04-24 2019-08-30 平安科技(深圳)有限公司 Contract template acquisition methods, device, storage medium and computer equipment
CN111274202B (en) * 2020-01-15 2023-07-14 深圳市中农网有限公司 Electronic contract generation method, device, computer equipment and storage medium
CN111932412A (en) * 2020-09-04 2020-11-13 汪宏杰 Contract drafting and revising method, device, storage medium and equipment
CN112579867A (en) * 2020-12-10 2021-03-30 平安普惠企业管理有限公司 Document generation method, device, equipment and storage medium
CN113935592A (en) * 2021-09-23 2022-01-14 唯品会(广州)软件有限公司 Contract management method, device, equipment and storage medium
CN114118866A (en) * 2021-12-07 2022-03-01 中国建设银行股份有限公司 Data processing method, device, equipment and computer storage medium
CN114912904B (en) * 2022-06-24 2023-08-25 广域铭岛数字科技有限公司 Project delivery state determining method, system, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009237956A (en) * 2008-03-27 2009-10-15 Hitachi Ltd Contract content setting system and contract content setting method
CN104346663A (en) * 2013-07-26 2015-02-11 镇江雅迅软件有限责任公司 Contract approval method based on workflow
CN106022734A (en) * 2016-06-22 2016-10-12 武汉斗鱼网络科技有限公司 Method and system for automatic contract management
CN106339850A (en) * 2015-07-17 2017-01-18 北京奇虎科技有限公司 Automatic generation method and device of contract approval process
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6067531A (en) * 1998-07-21 2000-05-23 Mci Communications Corporation Automated contract negotiator/generation system and method
CN101127102A (en) * 2006-08-18 2008-02-20 鸿富锦精密工业(深圳)有限公司 Contracted life cycle supervision system and method
CN105913219A (en) * 2016-04-05 2016-08-31 周宇航 Method and system used for monitoring and managing whole actuating process of electronic contract

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009237956A (en) * 2008-03-27 2009-10-15 Hitachi Ltd Contract content setting system and contract content setting method
CN104346663A (en) * 2013-07-26 2015-02-11 镇江雅迅软件有限责任公司 Contract approval method based on workflow
CN106339850A (en) * 2015-07-17 2017-01-18 北京奇虎科技有限公司 Automatic generation method and device of contract approval process
CN106022734A (en) * 2016-06-22 2016-10-12 武汉斗鱼网络科技有限公司 Method and system for automatic contract management
CN108153551A (en) * 2017-12-11 2018-06-12 中国民生银行股份有限公司 A kind of operation flow page shows method and apparatus

Also Published As

Publication number Publication date
CN109657216A (en) 2019-04-19
WO2020062658A1 (en) 2020-04-02

Similar Documents

Publication Publication Date Title
CN109657216B (en) Contract generation method, device, equipment and storage medium
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN110019486B (en) Data acquisition method, device, equipment and storage medium
CN107733968B (en) Application information pushing method and device, computer equipment and storage medium
WO2020233091A1 (en) Method and apparatus for service data rollback, computer device and storage medium
CN111027295A (en) Data processing method, data processing device, computer equipment and storage medium
CN109657899B (en) Item processing method, device, equipment and readable storage medium
CN110351182B (en) Mail sending method, device, equipment and computer readable storage medium
CN110519154B (en) Data transmission method, device, equipment and computer readable storage medium
CN109271410B (en) Bank receipt extraction method and device and computer readable storage medium
CN110502558B (en) Data export method, device, computer equipment and storage medium
CN110795406A (en) Service file transmission method, device, system and storage medium
CN113434742A (en) Account screening method and device, storage medium and electronic device
CN105933273A (en) Data verification method and server
CN112417907A (en) Tool management and control system, method and computer readable storage medium
CN110930053A (en) Work order processing method and device
CN109670165B (en) Information extraction method, device, equipment and storage medium
CN113672497A (en) Method, device and equipment for generating non-buried point event and storage medium
US20120173495A1 (en) Computer Readable Medium, Systems, and Methods of Detecting a Discrepancy in a Chain-of-title of an Asset
CN113609147A (en) Data sharing method and device and electronic equipment
CN113256253A (en) Data processing method, device, equipment, computer readable storage medium and product
JP6850527B2 (en) Recruitment support equipment, recruitment support methods, and programs
CN112488325A (en) Operation and maintenance work order processing method and device, computer equipment and storage medium
CN109726987B (en) Event reporting method, device, equipment and computer readable storage medium
CN113434504B (en) Method and device for storing death medical evidence table, storage medium and electronic device

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