CN111145051A - Method and device for generating arbitration electronic document - Google Patents

Method and device for generating arbitration electronic document Download PDF

Info

Publication number
CN111145051A
CN111145051A CN201911170963.5A CN201911170963A CN111145051A CN 111145051 A CN111145051 A CN 111145051A CN 201911170963 A CN201911170963 A CN 201911170963A CN 111145051 A CN111145051 A CN 111145051A
Authority
CN
China
Prior art keywords
template
case
relevant information
electronic document
variable
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.)
Pending
Application number
CN201911170963.5A
Other languages
Chinese (zh)
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.)
Purvar Software Wuhan Co ltd
Original Assignee
Purvar Software Wuhan 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 Purvar Software Wuhan Co ltd filed Critical Purvar Software Wuhan Co ltd
Priority to CN201911170963.5A priority Critical patent/CN111145051A/en
Publication of CN111145051A publication Critical patent/CN111145051A/en
Pending legal-status Critical Current

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
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/18Legal services

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Technology Law (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The embodiment of the invention provides a method and a device for generating an arbitration electronic document. The method comprises the following steps: acquiring a corresponding template from a template library according to the relevant information of the case; and replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case. According to the method and the device provided by the embodiment of the invention, the template matched with the case is obtained from the database storing various standard document templates through the relevant information of the case, and part of contents in the template are replaced by the relevant information of the case, so that the document corresponding to the case and meeting the standard is automatically generated, manual document making by an arbitration mechanism is reduced, and the working efficiency is improved.

Description

Method and device for generating arbitration electronic document
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for generating an arbitration electronic document.
Background
The document represents the embodiment of legal consciousness in the process of labor personnel dispute cases in arbitration service, the content has a standard format, the issuing time also has a unified standard, and the document is a very important component in the case processing process.
In the case processing process, documents need to be issued to the parties as notifications with legal significance, or documents need to be issued as flow bearers for internal approval, and related documents are generated from all flow nodes of case collection, case setting, division, approval, case ending and the like. At present, in arbitration mechanism, most of personnel in the same line all adopt the manual work to carry out the document preparation, need the manpower to consume a large amount of time and energy to accomplish work.
A good lawful worker requires an extremely deep background of legal knowledge and many years of working experience from the practitioner, so the front line personnel of the arbitration mechanism is often not sufficient to cope with the increasing number of arbitration cases. And a large amount of repeated manual document arrangement work can increase the saturation of related workers, and the time and the energy of the related workers are influenced.
Disclosure of Invention
To solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for generating an arbitration electronic document.
In a first aspect, an embodiment of the present invention provides a method for generating an arbitration electronic document, including:
acquiring a corresponding template from a template library according to the relevant information of the case;
and replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case.
Further, according to the relevant information of the case, the corresponding template is obtained from the template library, and the method also comprises the following steps:
and constructing the template library based on the word files of various standard documents provided by the arbitration mechanism.
Further, the template library is constructed based on word files of various standard documents provided by an arbitration mechanism, and the method comprises the following steps:
for each standard document word file, making variable placeholders at specific positions of the word file; the specific position is a position where the relevant information of the case needs to be refilled or a position where the content is not fixed;
inserting a text paragraph containing the variable placeholder or a text paragraph belonging to the same class on the service into a bookmark to group all the variable placeholders to obtain a template corresponding to the word file;
and uploading a plurality of templates corresponding to word files of various standard documents to a server, and taking the plurality of templates stored in the server as the template library.
Further, the variable placeholder uses a regular expression.
Further, replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case, including:
generating a JSON format parameter for filling the template content by analyzing the bookmark in the template and the variable placeholder in the text paragraph corresponding to the bookmark;
and taking the relevant information of the case as an actual data value in the entry, and replacing the corresponding variable placeholder in the template with the actual data value to generate the electronic document corresponding to the case.
In a second aspect, an embodiment of the present invention provides an apparatus for generating an arbitrated electronic document, including:
the template acquisition module is used for acquiring a corresponding template from the template library according to the relevant information of the case;
and the electronic document generating module is used for replacing the corresponding content in the template with the relevant information of the case so as to generate the electronic document corresponding to the case.
Further, still include:
and the template library construction module is used for constructing the template library based on the word files of the various standard documents provided by the arbitration mechanism.
Further, the template library building module comprises:
the variable placeholder making unit is used for making a variable placeholder at a specific position of a word file of each standard document; the specific position is a position where the relevant information of the case needs to be refilled or a position where the content is not fixed;
the bookmark inserting unit is used for inserting the text paragraphs containing the variable placeholders or the text paragraphs belonging to the same class on the service into bookmarks so as to group all the variable placeholders to obtain a template corresponding to the word file;
and the template uploading unit is used for uploading a plurality of templates corresponding to the word files of the various standard documents to the server and taking the plurality of templates stored in the server as the template library.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the steps of the method provided in the first aspect when executing the program.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer readable storage medium, on which a computer program is stored, which when executed by a processor, implements the steps of the method as provided in the first aspect.
According to the generation method and device for arbitrating the electronic documents, the template matched with the case is obtained from the database storing various standard document templates through the relevant information of the case, and part of contents in the template are replaced by the relevant information of the case, so that the documents corresponding to the case and meeting the standard are automatically generated, manual document making by an arbitration mechanism is reduced, and the working efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flow chart of a method for generating an arbitrated electronic document according to an embodiment of the invention;
FIG. 2 is a schematic structural diagram of an apparatus for generating an arbitrated electronic document according to an embodiment of the present invention;
fig. 3 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a method for generating an arbitrated electronic document according to an embodiment of the present invention, as shown in fig. 1, the method includes:
step 101, acquiring a corresponding template from a template library according to the relevant information of the case;
and 102, replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case.
Specifically, the template library is a database storing a plurality of standard document templates. In order to ensure that the relevant documents generated for each case by the arbitration mechanism are compiled and generated according to the unified standard and the unified format of the specification, the documents which are not in accordance with the specification caused by human factors are avoided, so that a template library is constructed, a corresponding template which is matched with the case is obtained from the template library according to the relevant information of the case, the relevant information of the case is used for replacing part of contents in the template, and the template which is completely replaced is used as the electronic document of the case.
According to the method provided by the embodiment of the invention, the template matched with the case is obtained from the database storing various standard document templates through the relevant information of the case, and part of contents in the template are replaced by the relevant information of the case, so that the document corresponding to the case and meeting the standard is automatically generated, manual document making by an arbitration mechanism is reduced, and the working efficiency is improved.
Based on any of the above embodiments, according to the relevant information of the case, the corresponding template is obtained from the template library, and the method further includes: and constructing the template library based on the word files of various standard documents provided by the arbitration mechanism.
Based on any of the above embodiments, the template library is constructed based on word files of a plurality of standard documents provided by an arbitration mechanism, and includes: for each standard document word file, making variable placeholders at specific positions of the word file; the specific position is a position where the relevant information of the case needs to be refilled or a position where the content is not fixed; inserting a text paragraph containing the variable placeholder or a text paragraph belonging to the same class on the service into a bookmark to group all the variable placeholders to obtain a template corresponding to the word file; and uploading a plurality of templates corresponding to word files of various standard documents to a server, and taking the plurality of templates stored in the server as the template library.
In any of the above embodiments, the variable placeholder uses a regular expression.
Specifically, the embodiment of the invention constructs the template library based on the word files of various standard documents provided by the arbitration mechanism, and the specific construction process is as follows:
and for each word file of the standard document, making variable placeholders at positions of contents of the word file, which contain contents related to the case information needing to be refilled, or at changed contents. The method comprises the steps of inserting bookmarks into text paragraphs containing variable placeholders or text paragraphs belonging to the same category on businesses so as to group the variable placeholders, but avoiding the same variable placeholders in the same group. The regular expression is uniformly adopted by the template variable placeholder: \ \ $ \ \ { (. +: and $ applicant name, which may represent a placeholder for "applicant name".
Through the operation, word files of each standard document can be made into templates, the made templates are uploaded to a template file server, and fixed template numbers are set for each template through the server to serve as unique identifiers. The bookmark and the bookmark content in the Word file are in a hierarchical relationship: the bookmark corresponds to the text content in the word file. And generating the parameters in the JSON format for filling the template contents by analyzing the bookmarks in the template and the variable placeholders in the text paragraphs corresponding to the bookmarks. The generating rule of the entries of the JSON format is as follows: the bookmark is used as a first-level structure of JSON and is an array, KEY is a book signature, VALUE is a JSON array assembled by variable placeholders in template file content corresponding to the bookmark, and the name of the variable placeholder is KEY. Such as: { "applicant name": "incoming VALUE" }.
Based on any of the above embodiments, replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case, includes: generating a JSON format parameter for filling the template content by analyzing the bookmark in the template and the variable placeholder in the text paragraph corresponding to the bookmark; and taking the relevant information of the case as an actual data value in the entry, and replacing the corresponding variable placeholder in the template with the actual data value to generate the electronic document corresponding to the case.
Specifically, the purpose of automatically generating the electronic documents is to electronize all documents involved in the life cycle of the case in the case handling process of an arbitration mechanism, so that unified management is facilitated, and case information has traceability and integrity. And gradually form an electronic document archive.
As described above, each template will automatically generate an enlistment JSON, i.e., an enlistment in JSON format, for replacing variable placeholders in the template. The document interface entries must contain: template numbering and JSON entering. And based on the relevant information of the case, finding out a corresponding template file from a template library by combining the template number and the access JSON. And replacing the corresponding variable placeholder in the template with the actual data value, namely the relevant information of the case, entered into the JSON. Namely, matching and replacing the JSON parameter with the bookmark of the template and the variable placeholder in the bookmark content to generate the electronic document corresponding to the case.
Based on any of the above embodiments, fig. 2 is a schematic structural diagram of an apparatus for generating an arbitrated electronic document according to an embodiment of the present invention, as shown in fig. 2, the apparatus includes:
a template obtaining module 201, configured to obtain a corresponding template from a template library according to the relevant information of the case; and the electronic document generating module 202 is configured to replace the corresponding content in the template with the relevant information of the case to generate an electronic document corresponding to the case.
Specifically, the apparatus provided in the embodiment of the present invention is specifically configured to execute the method embodiment described above, and details of the method embodiment of the present invention are not described again. The device provided by the embodiment of the invention automatically replaces corresponding contents in the template by making the document with the standard format into the template and combining the case related information contents, thereby automatically generating the corresponding document which meets the standard. Reduce the manual preparation that carries out the document of arbitration mechanism, promote work efficiency.
Based on any embodiment above, still include: and the template library construction module is used for constructing the template library based on the word files of the various standard documents provided by the arbitration mechanism.
Based on any one of the above embodiments, the template library construction module includes: the variable placeholder making unit is used for making a variable placeholder at a specific position of a word file of each standard document; the specific position is a position where the relevant information of the case needs to be refilled or a position where the content is not fixed; the bookmark inserting unit is used for inserting the text paragraphs containing the variable placeholders or the text paragraphs belonging to the same class on the service into bookmarks so as to group all the variable placeholders to obtain a template corresponding to the word file; and the template uploading unit is used for uploading a plurality of templates corresponding to the word files of the various standard documents to the server and taking the plurality of templates stored in the server as the template library.
In summary, in the embodiment of the present invention, the electronic document of the case is automatically generated, the characteristics of the main content information of the replacement document and the context relationship are automatically extracted, manual editing is not required, the characteristics of semantics and context relationship are not required to be manually established, and only the data definition is required to be implemented and the corresponding field placeholder is required to be marked. The document text content can be accurately distinguished, and the context relation is combined with the standard system document to realize the effect of consistent manual processing.
Fig. 3 is a schematic entity structure diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 3, the electronic device may include: a processor (processor)301, a communication Interface (communication Interface)302, a memory (memory)303 and a communication bus 304, wherein the processor 301, the communication Interface 302 and the memory 303 complete communication with each other through the communication bus 304. The processor 301 may invoke a computer program stored on the memory 303 and executable on the processor 301 to perform the methods provided by the various embodiments described above, including, for example: acquiring a corresponding template from a template library according to the relevant information of the case; and replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case.
In addition, the logic instructions in the memory 303 may be implemented in the form of software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present invention may be essentially implemented or make a contribution to the prior art, or may be implemented in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the methods described in the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Embodiments of the present invention further provide a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the method provided in the foregoing embodiments when executed by a processor, and the method includes: acquiring a corresponding template from a template library according to the relevant information of the case; and replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for generating an arbitrated electronic document comprising:
acquiring a corresponding template from a template library according to the relevant information of the case;
and replacing the corresponding content in the template with the relevant information of the case to generate the electronic document corresponding to the case.
2. The method according to claim 1, wherein the corresponding template is obtained from a template library according to the case related information, and the method further comprises:
and constructing the template library based on the word files of various standard documents provided by the arbitration mechanism.
3. The method of claim 2, wherein constructing the template library based on word files of a plurality of standard documents provided by an arbitration mechanism comprises:
for each standard document word file, making variable placeholders at specific positions of the word file; the specific position is a position where the relevant information of the case needs to be refilled or a position where the content is not fixed;
inserting a text paragraph containing the variable placeholder or a text paragraph belonging to the same class on the service into a bookmark to group all the variable placeholders to obtain a template corresponding to the word file;
and uploading a plurality of templates corresponding to word files of various standard documents to a server, and taking the plurality of templates stored in the server as the template library.
4. The method of claim 3, wherein the variable placeholder uses a regular expression.
5. The method according to claim 3, wherein replacing the corresponding content in the template with the case related information to generate the electronic document corresponding to the case comprises:
generating a JSON format parameter for filling the template content by analyzing the bookmark in the template and the variable placeholder in the text paragraph corresponding to the bookmark;
and taking the relevant information of the case as an actual data value in the entry, and replacing the corresponding variable placeholder in the template with the actual data value to generate the electronic document corresponding to the case.
6. An apparatus for arbitrating the generation of an electronic document, comprising:
the template acquisition module is used for acquiring a corresponding template from the template library according to the relevant information of the case;
and the electronic document generating module is used for replacing the corresponding content in the template with the relevant information of the case so as to generate the electronic document corresponding to the case.
7. The apparatus of claim 6, further comprising:
and the template library construction module is used for constructing the template library based on the word files of the various standard documents provided by the arbitration mechanism.
8. The apparatus of claim 7, wherein the template library building module comprises:
the variable placeholder making unit is used for making a variable placeholder at a specific position of a word file of each standard document; the specific position is a position where the relevant information of the case needs to be refilled or a position where the content is not fixed;
the bookmark inserting unit is used for inserting the text paragraphs containing the variable placeholders or the text paragraphs belonging to the same class on the service into bookmarks so as to group all the variable placeholders to obtain a template corresponding to the word file;
and the template uploading unit is used for uploading a plurality of templates corresponding to the word files of the various standard documents to the server and taking the plurality of templates stored in the server as the template library.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1 to 5 are implemented when the processor executes the program.
10. A non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN201911170963.5A 2019-11-26 2019-11-26 Method and device for generating arbitration electronic document Pending CN111145051A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911170963.5A CN111145051A (en) 2019-11-26 2019-11-26 Method and device for generating arbitration electronic document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911170963.5A CN111145051A (en) 2019-11-26 2019-11-26 Method and device for generating arbitration electronic document

Publications (1)

Publication Number Publication Date
CN111145051A true CN111145051A (en) 2020-05-12

Family

ID=70516680

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911170963.5A Pending CN111145051A (en) 2019-11-26 2019-11-26 Method and device for generating arbitration electronic document

Country Status (1)

Country Link
CN (1) CN111145051A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112001159A (en) * 2020-08-24 2020-11-27 平安国际智慧城市科技股份有限公司 Document generation method and device, electronic equipment and storage medium
CN112115695A (en) * 2020-09-15 2020-12-22 平安信托有限责任公司 Template dynamic generation method, system, computer equipment and storage medium
CN112258348A (en) * 2020-11-16 2021-01-22 南通知法互联网科技有限公司 Service mode of multi-dimensional mediation, management and analysis system for people mediation
CN112347127A (en) * 2020-06-14 2021-02-09 成玉玺 Method and system for generating consignment smoke-free master file
CN112612893A (en) * 2020-12-29 2021-04-06 广西安怡臣信息技术有限公司 Electronic file case generation system
CN114024931A (en) * 2021-09-30 2022-02-08 北京达佳互联信息技术有限公司 Information display method, device, terminal, server and storage medium
CN114201951A (en) * 2022-02-17 2022-03-18 佛山市禅城区人民法院 Financial borrowing dispute document generation method and system and readable storage medium
CN114415986A (en) * 2021-10-11 2022-04-29 浪潮软件股份有限公司 Document template customizing and printing method, device and computer readable medium
CN115293123A (en) * 2022-07-19 2022-11-04 盐城金堤科技有限公司 Document template generation method, report online generation method and device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101976235A (en) * 2010-09-21 2011-02-16 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN106843878A (en) * 2017-01-20 2017-06-13 武汉斗鱼网络科技有限公司 A kind of model generating method and system
CN107590115A (en) * 2017-09-13 2018-01-16 北京勤哲软件技术有限责任公司 A kind of Word report automatic generation methods and device
CN108009299A (en) * 2017-12-28 2018-05-08 北京市律典通科技有限公司 Law tries method and device for business processing
CN108519968A (en) * 2018-04-09 2018-09-11 北京智慧正安科技有限公司 Criminal case judgement document generation method, device and computer readable storage medium
CN110096689A (en) * 2019-05-17 2019-08-06 北京市律典通科技有限公司 Template type legal documents information fill method and device
CN110333856A (en) * 2019-07-08 2019-10-15 政采云有限公司 Serviceization can layout online template generating system and method
CN110362799A (en) * 2019-06-17 2019-10-22 平安科技(深圳)有限公司 Processing method, device and computer equipment are generated based on the award arbitrated online
CN110489728A (en) * 2019-08-20 2019-11-22 北京市律典通科技有限公司 Legal documents automatic composing method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101976235A (en) * 2010-09-21 2011-02-16 天津神舟通用数据技术有限公司 Extensible Word report automatically-generating method based on dynamic web page
CN106843878A (en) * 2017-01-20 2017-06-13 武汉斗鱼网络科技有限公司 A kind of model generating method and system
CN107590115A (en) * 2017-09-13 2018-01-16 北京勤哲软件技术有限责任公司 A kind of Word report automatic generation methods and device
CN108009299A (en) * 2017-12-28 2018-05-08 北京市律典通科技有限公司 Law tries method and device for business processing
CN108519968A (en) * 2018-04-09 2018-09-11 北京智慧正安科技有限公司 Criminal case judgement document generation method, device and computer readable storage medium
CN110096689A (en) * 2019-05-17 2019-08-06 北京市律典通科技有限公司 Template type legal documents information fill method and device
CN110362799A (en) * 2019-06-17 2019-10-22 平安科技(深圳)有限公司 Processing method, device and computer equipment are generated based on the award arbitrated online
CN110333856A (en) * 2019-07-08 2019-10-15 政采云有限公司 Serviceization can layout online template generating system and method
CN110489728A (en) * 2019-08-20 2019-11-22 北京市律典通科技有限公司 Legal documents automatic composing method and device

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112347127A (en) * 2020-06-14 2021-02-09 成玉玺 Method and system for generating consignment smoke-free master file
CN112001159A (en) * 2020-08-24 2020-11-27 平安国际智慧城市科技股份有限公司 Document generation method and device, electronic equipment and storage medium
CN112115695A (en) * 2020-09-15 2020-12-22 平安信托有限责任公司 Template dynamic generation method, system, computer equipment and storage medium
CN112258348A (en) * 2020-11-16 2021-01-22 南通知法互联网科技有限公司 Service mode of multi-dimensional mediation, management and analysis system for people mediation
CN112612893A (en) * 2020-12-29 2021-04-06 广西安怡臣信息技术有限公司 Electronic file case generation system
CN114024931A (en) * 2021-09-30 2022-02-08 北京达佳互联信息技术有限公司 Information display method, device, terminal, server and storage medium
CN114024931B (en) * 2021-09-30 2024-02-13 北京达佳互联信息技术有限公司 Information display method, device, terminal, server and storage medium
CN114415986A (en) * 2021-10-11 2022-04-29 浪潮软件股份有限公司 Document template customizing and printing method, device and computer readable medium
CN114201951A (en) * 2022-02-17 2022-03-18 佛山市禅城区人民法院 Financial borrowing dispute document generation method and system and readable storage medium
CN114201951B (en) * 2022-02-17 2022-05-10 佛山市禅城区人民法院 Financial borrowing dispute document generation method and system and readable storage medium
CN115293123A (en) * 2022-07-19 2022-11-04 盐城金堤科技有限公司 Document template generation method, report online generation method and device

Similar Documents

Publication Publication Date Title
CN111145051A (en) Method and device for generating arbitration electronic document
CN104866426B (en) Software test integrated control method and system
WO2019095424A1 (en) Data acquisition method and device, storage medium and terminal
Maali et al. A publishing pipeline for linked government data
US10095672B2 (en) Method and apparatus for synchronizing financial reporting data
CN107506383B (en) Audit data processing method and computer equipment
CN106844307B (en) System and method for converting Excel into Word based on mark
CN110334343B (en) Method and system for extracting personal privacy information in contract
CN111914135A (en) Data query method and device, electronic equipment and storage medium
CN106708965A (en) Data processing method and apparatus
CN113886340A (en) File generation method and system, storage medium and electronic device
CN115170048A (en) Workflow implementation method, system, and medium based on model and rule
US10984184B2 (en) Maintenance of a metafile using spreadsheet software
US20140365498A1 (en) Finding A Data Item Of A Plurality Of Data Items Stored In A Digital Data Storage
US10360208B2 (en) Method and system of process reconstruction
CN107392560A (en) A kind of Excel list datas issue acquisition method and system based on internet
CN108205564B (en) Knowledge system construction method and system
CN111444368A (en) Method and device for constructing user portrait, computer equipment and storage medium
CN107945853B (en) Medical quality reporting system based on metadata
CN113407161B (en) Collaborative research and development management system for complex equipment
US10353955B2 (en) Systems and methods for normalized schema comparison
CN115080594A (en) Method and system for carrying out multi-dimensional analysis on data and electronic equipment
CN112051996B (en) Modeling method and device based on development platform element unified naming dictionary
CN114218226A (en) Report information system
JP2013196624A (en) Information processing apparatus, approval flow definition generating method, and program

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200512