CN115438291A - A way to generate a form - Google Patents
A way to generate a form Download PDFInfo
- Publication number
- CN115438291A CN115438291A CN202211240026.4A CN202211240026A CN115438291A CN 115438291 A CN115438291 A CN 115438291A CN 202211240026 A CN202211240026 A CN 202211240026A CN 115438291 A CN115438291 A CN 115438291A
- Authority
- CN
- China
- Prior art keywords
- interface
- data
- page
- elements
- custom
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
本发明公开了一种生成表单的方法,基于Springboot和VUE前后端技术配置生成表单,通过后端接口创建不同的表单元素,并且包括元素的分类、元素取值等信息,将元素实例化到数据库中,在表单创建中通过前端请求后端接口后,获取到元素,前端页面通过对表单设置不同元素包括查询元素、表单结构展示元素组成不同表格,通过前后交互将自定义表格结构实例化到数据库,最后通过管理系统页面请求后端表格结构接口将页面渲染,形成自定义表格;本发明可快速生成动态表单,减少项目开发量提高项目开发效率,定制化开发程度高,降低开发成本,从而帮助管理系统更快更好的处理数据。
The invention discloses a method for generating a form, which generates a form based on Springboot and VUE front-end and back-end technology configurations, creates different form elements through the back-end interface, and includes information such as element classification and element value, and instantiates the elements into the database In the form creation, after requesting the back-end interface through the front-end, the elements are obtained, and the front-end page sets different elements on the form, including query elements and form structure display elements to form different tables, and instantiates the custom table structure to the database through front-to-back interaction , and finally through the management system page to request the back-end form structure interface to render the page to form a custom form; the invention can quickly generate a dynamic form, reduce the amount of project development, improve project development efficiency, have a high degree of customized development, and reduce development costs, thus helping The management system processes data faster and better.
Description
技术领域technical field
本发明涉及web开发技术领域,尤其涉及一种生成表单的方法。The invention relates to the technical field of web development, in particular to a method for generating a form.
背景技术Background technique
web技术已经成为主要的PC端软件技术,在web系统中管理系统类是其中重要的组成部分,web的管理系统诞生极大提高了各类网站内容管理效率,以及极大程度的降低了网站管理维护成本。内容管理解决方案重点解决各种非结构化或半结构化的数字资源的采集、管理、使用,并能有机集成到结构化数据的网站中。Web technology has become the main PC-side software technology. In the web system, the management system is an important part of it. The birth of the web management system has greatly improved the efficiency of various website content management, and greatly reduced the need for website management. maintenance costs. Content management solutions focus on the collection, management, and use of various unstructured or semi-structured digital resources, and can be organically integrated into websites with structured data.
目前,现有内容管理系统大多是定制型,而且针对于特定方面的业务,例如:网站管理系统、业务管理体统,无法重复使用及实时修改变动表单,增加开发周期及开发成本等问题。为解决管理系统表单页面灵活多样性,无法可配置等问题,需要响应解决方案。At present, most of the existing content management systems are customized and aimed at specific aspects of business, such as: website management system, business management system, which cannot be reused and modified in real time, which increases the development cycle and development costs. In order to solve the problems of flexibility and diversity of the form page of the management system, it cannot be configured, etc., and a responsive solution is needed.
发明内容Contents of the invention
为了解决上述web管理系统种各类表单页面多样性无法可配,导致开发成本上升等问题。本发明提供一种解决表单多样性前后端可配置生成表单方案,基于该方案可以解决目前的管理系统表单多样性,可快速生成动态表单,减少项目开发量提高项目开发效率,定制化开发程度高,降低开发成本,从而帮助管理系统更快更好的处理数据。In order to solve the problems that the variety of various form pages of the above-mentioned web management system cannot be configured, which leads to an increase in development costs. The present invention provides a scheme for solving form diversity and front-end configurable form generation. Based on this scheme, the form diversity of the current management system can be solved, dynamic forms can be quickly generated, project development amount is reduced, project development efficiency is improved, and the degree of customized development is high. , reduce development costs, thereby helping the management system to process data faster and better.
本发明通过以下技术方案来实现上述目的:The present invention achieves the above object through the following technical solutions:
一种生成表单的方法,包括以下步骤:A method for generating a form, comprising the steps of:
步骤1,使用mysql关系型数据库建立所需的数据表;Step 1, use the mysql relational database to create the required data tables;
步骤2,使用Springboot后端技术编写配置表单定义逻辑,并采用VUE前端技术编写页面渲染UI表单定义逻辑;Step 2, use the Springboot back-end technology to write the configuration form definition logic, and use the VUE front-end technology to write the page rendering UI form definition logic;
步骤3,创建前端表单配置界面,通过前端界面选择对应的表单元素,生成自定义表单,并保存完成页面表单结构及元素创建;Step 3, create a front-end form configuration interface, select the corresponding form elements through the front-end interface, generate a custom form, and save the page form structure and element creation;
步骤4,在管理系统界面,前端通过调用后端接口,后端返回前端自定义表单元素结构,前端获取表单元素结构渲染出对应的表单,展示在管理系统中。Step 4: On the management system interface, the front end calls the back-end interface, the back-end returns the front-end custom form element structure, and the front-end obtains the form element structure to render the corresponding form and display it in the management system.
进一步方案为,所述步骤1中,使用mysql关系型数据库创建的数据表包括表单元素表、表单结构主表、表单元素值表,用于存储表单相关信息。A further solution is that in the step 1, the data table created by using the mysql relational database includes a form element table, a form structure master table, and a form element value table for storing form-related information.
进一步方案为,所述步骤2中,使用Springboot后端技术编写配置表单定义逻辑,包括元素不同类型、不同属性相关查询、编辑、新增、删除等,并使用后端技术编写表单元素自定义元素值接口逻辑,提供自定义元素系统数据查询功能,然后使用vue前端技术编写表单页面元素组合逻辑,形成配置页面结构。A further solution is that in the step 2, use the Springboot back-end technology to write configuration form definition logic, including different types of elements, different attribute related queries, edits, additions, deletions, etc., and use the back-end technology to write custom elements of form elements The value interface logic provides the custom element system data query function, and then uses the vue front-end technology to write the form page element combination logic to form the configuration page structure.
进一步方案为,所述步骤3中,前端页面将数据库元素数据通过后端接口渲染在页面,业务操作人员选择相应的元素组成自定义表单,前端调用后端代码将数据结构实例化到数据库,形成一个特定的表单。A further solution is that in step 3, the front-end page renders the database element data on the page through the back-end interface, the business operator selects the corresponding elements to form a custom form, and the front-end invokes the back-end code to instantiate the data structure into the database, forming a specific form.
进一步方案为,所述步骤4中,在web管理界面,前端通过后端表单结构查询接口将表单结构化数据进行渲染,在通过调用表单实例数据接口将对应的表单示例数据获取,并填充渲染到对应表格中,形成完整表单。A further solution is that in the step 4, in the web management interface, the front end renders the form structured data through the backend form structure query interface, and obtains the corresponding form example data by calling the form instance data interface, and fills and renders it to In the corresponding form, a complete form is formed.
进一步方案为,通过步骤1中添加的路径记录函数实时的计算验证码区域被用户刮去面积在总面积中的占比,为了提升用户体验,在路径记录函数的实时计算过程,对用户的鼠标拖拽事件进行“节流”操作,当面积占比达到阈值时,获取返回的验证码并自动填入验证码框内。A further solution is to calculate in real time the proportion of the verification code area scraped off by the user in the total area through the path record function added in step 1. In order to improve user experience, during the real-time calculation process of the path record function, the user's mouse Drag and drop events to perform "throttling" operations. When the area ratio reaches the threshold, the returned verification code is obtained and automatically filled in the verification code box.
本发明的有益效果在于:The beneficial effects of the present invention are:
本发明的一种生成表单的方法,基于Springboot和VUE前后端技术配置生成表单,通过后端接口创建不同的表单元素,并且包括元素的分类、元素取值等信息,将元素实例化到数据库中,在表单创建中通过前端请求后端接口后,获取到元素,前端页面通过对表单设置不同元素包括查询元素、表单结构展示元素组成不同表格,通过前后交互将自定义表格结构实例化到数据库,最后通过管理系统页面请求后端表格结构接口将页面渲染,形成自定义表格,可快速生成动态表单,减少项目开发量提高项目开发效率,定制化开发程度高,降低开发成本,从而帮助管理系统更快更好的处理数据。A method for generating a form according to the present invention generates a form based on Springboot and VUE front-end and back-end technology configurations, creates different form elements through the back-end interface, and includes information such as element classification and element value, and instantiates the elements into the database In the form creation, after requesting the back-end interface through the front-end, the elements are obtained. The front-end page sets different elements on the form, including query elements and form structure display elements to form different tables, and instantiates the custom table structure to the database through front-to-back interaction. Finally, the page is rendered through the management system page to request the back-end form structure interface to form a custom form, which can quickly generate a dynamic form, reduce the amount of project development, improve project development efficiency, have a high degree of customized development, and reduce development costs, thereby helping the management system to be more efficient. Process data faster and better.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例或现有技术描述中所需要实用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the following will briefly introduce the practical drawings required in the embodiments or descriptions of the prior art. Obviously, the accompanying drawings in the following description are only for the present invention For some embodiments, those of ordinary skill in the art can also obtain other drawings based on these drawings without any creative effort.
图1为本发明前后端表单交互示意图。Fig. 1 is a schematic diagram of front-end and back-end form interaction in the present invention.
图2为本发明表单配置数据库相关表关系图。Fig. 2 is a relationship diagram of related tables in the form configuration database of the present invention.
图3为本发明元素效果展示图。Fig. 3 is a diagram showing the effect of elements of the present invention.
图4为本发明表单结构创建图。Fig. 4 is a creation diagram of the form structure of the present invention.
图5为本发明表单在管理系统中效果展示图。Fig. 5 is a diagram showing the effect of the form in the management system of the present invention.
具体实施方式detailed description
为使本发明的目的、技术方案和优点更加清楚,下面将对本发明的技术方案进行详细的描述。显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动的前提下所得到的所有其它实施方式,都属于本发明所保护的范围。In order to make the purpose, technical solution and advantages of the present invention clearer, the technical solution of the present invention will be described in detail below. Apparently, the described embodiments are only some of the embodiments of the present invention, but not all of them. Based on the embodiments of the present invention, all other implementations obtained by persons of ordinary skill in the art without making creative efforts fall within the protection scope of the present invention.
在任一实施例中,如图1-5所示,本发明的一种生成表单的方法,包括:In any embodiment, as shown in Figures 1-5, a method for generating a form of the present invention includes:
步骤1,使用mysql关系型数据库建立所需的数据表;Step 1, use the mysql relational database to create the required data tables;
数据库创建包括表单元素表、表单结构主表、表单元素值表等主要数据表,如表单元素表,该表用于将创建的表单列字段、查询字段等进行存储,在表单元素中,元素其特征包括元素的值类型、元素值获取途径(可以是来自于系统接口获取数据,也可以是input输入框等自定义输入值)、元素级联关系、元素名称等。Database creation includes form element table, form structure main table, form element value table and other main data tables, such as form element table, which is used to store the created form column fields, query fields, etc. Features include the value type of the element, the way to obtain the element value (it can be from the system interface to obtain data, or it can be a custom input value such as an input input box), element cascading relationship, element name, etc.
表单结构主表数据主要存储表单的组成元素,包括列元素和查询元素。The main table data of the form structure mainly stores the constituent elements of the form, including column elements and query elements.
表单元素值表采用key-value的形式存储数据,以满足表单可配置数据的存储条件;在传统的表单存储中,表单值设计大多采用固定的列,导致无法满足可配置表单数据存储场景。The form element value table stores data in the form of key-value to meet the storage conditions of form configurable data; in traditional form storage, most form value designs use fixed columns, which makes it impossible to meet the storage scenarios of configurable form data.
步骤2,使用Springboot后端技术编写配置表单定义逻辑,并采用VUE前端技术编写页面渲染UI表单定义逻辑;Step 2, use the Springboot back-end technology to write the configuration form definition logic, and use the VUE front-end technology to write the page rendering UI form definition logic;
使用后端技术编写元素处理逻辑,包括元素不同类型、不同属性相关查询、编辑、新增、删除等。如在元素类型为下拉类型时,采用接口形式将下拉数据返回,此时需编写对应下拉数据取值接口,并将该接口配置于当前元素上。Use back-end technology to write element processing logic, including different types of elements, different attribute related queries, editing, adding, deleting, etc. If the pull-down data is returned in the form of an interface when the element type is a drop-down type, it is necessary to write the corresponding pull-down data value interface and configure the interface on the current element.
使用后端技术编写表单元素自定义元素值接口逻辑;前端在自定义表单中对表单值进行增删改查等操作时,将对应的表单标识例如表单id和表单元素值通过json格式传给后端,结构如下:Use the back-end technology to write the interface logic of the custom element value of the form element; when the front-end performs operations such as adding, deleting, modifying and checking the form value in the custom form, the corresponding form identifier such as form id and form element value is passed to the back-end in json format , with the following structure:
{"instantDataDto":[{"configId":"157","modifyNm":"**","addDto":[{"configId":"157","datas":[{"childEleId":2,"eleValue":"1000","instanceId":""},{"childEleId":1,"eleValue":"**,"instanceId":""}}],"updateDto":[],"deleteDto":[],"verifyDto":[]}};其中configId表示表单的id,传值为元素id加元素对于应的值,组成一个list,每一个list代表同一行表单数据。{"instantDataDto":[{"configId":"157","modifyNm":"**","addDto":[{"configId":"157","datas":[{"childEleId":2, "eleValue":"1000","instanceId":""},{"childEleId":1,"eleValue":"**,"instanceId":""}}],"updateDto":[],"deleteDto ":[],"verifyDto":[]}}; where configId represents the id of the form, and the passed value is the element id plus the corresponding value of the element to form a list, and each list represents the same row of form data.
并且在该数据结构中将表单数据的不同增删改查操作做了拆分处理,不同的操作传递不同的数值,针对不同的操作进行分块处理,大大增加了处理效率。And in this data structure, different addition, deletion, modification and query operations of form data are split and processed. Different operations transmit different values, and different operations are processed in blocks, which greatly increases the processing efficiency.
使用vue前端技术编写表单页面元素组合逻辑,通过后端返回的表单数据样式,前端编写对应的页面渲染表单洛逻辑及结构,将表单数据渲染出来。Use the vue front-end technology to write the combination logic of form page elements. Through the form data style returned by the back-end, the front-end writes the corresponding page rendering form logic and structure, and renders the form data.
步骤3,创建前端表单配置界面,通过前端界面选择对应的表单元素,生成自定义表单,并保存完成页面表单结构及元素创建;Step 3, create a front-end form configuration interface, select the corresponding form elements through the front-end interface, generate a custom form, and save the page form structure and element creation;
前端通过将表单结构转换为json格式同后端进行交互,保存完成页面表单结构及元素创建;通过将表单拆分为元素粒度,不仅能自定义表单的列还能自定义表单的查询,使表单的可自定义和扩展性更高,扩大了自定义表单的使用场景。The front-end interacts with the back-end by converting the form structure into json format, saving and completing the page form structure and element creation; by splitting the form into element granularity, not only the columns of the form but also the query of the form can be customized, making the form It is more customizable and extensible, expanding the usage scenarios of custom forms.
步骤4,在管理系统界面,前端通过调用后端接口,后端返回前端自定义表单元素结构,前端获取表单元素结构渲染出对应的表单,展示在管理系统中。Step 4: On the management system interface, the front end calls the back-end interface, the back-end returns the front-end custom form element structure, and the front-end obtains the form element structure to render the corresponding form and display it in the management system.
在一个具体实施例中,如图1-5所示,本发明的一种生成表单的方法,包括以下步骤:In a specific embodiment, as shown in Figures 1-5, a method for generating a form of the present invention includes the following steps:
图2为根据本发明实施例所述的可配置动态生成表单页面的方法,包括首先使用mysql关系型数据库建立本方案所需各类数据表;包括创建元素表:Fig. 2 is the method for configurable and dynamically generating form pages according to an embodiment of the present invention, including first using a mysql relational database to establish various data tables required by the scheme; including creating element tables:
通过元素表中元素各字段属性值来与前后端表单代码进行匹配,执行对应的取值以及相关数据交互逻辑。Match the front-end and back-end form codes through the attribute values of each field of the element in the element table, and execute the corresponding value and related data interaction logic.
使用Springboot后端技术编写元素处理逻辑,包括元素不同类型、不同属性相关查询、编辑、新增、删除。例如:元素类型分类为下拉元素及文本元素;在下拉元素中,下拉元素值通过元素定义的后端接口进行取值及展示,该方法可以将系统内置的数据值通过接口的方式返回给用户,避免数据混乱,效果如图3所示。Use Springboot back-end technology to write element processing logic, including different types of elements, different attribute related queries, editing, adding, and deleting. For example: element types are classified into drop-down elements and text elements; in the drop-down element, the value of the drop-down element is retrieved and displayed through the backend interface defined by the element. This method can return the built-in data value of the system to the user through the interface. To avoid data confusion, the effect is shown in Figure 3.
前端VUE技术编写表单结构构建界面,通过表单界面选择相应的元素构成表单的查询条件、表单展示字段以及表单的添加、编辑、删除、导出等按钮功能。例如创建一个表单结构如图4所示,其中查询条件元素中的查询条件下拉值可通过后端接口进行查询以及支持模糊匹配查询及多选选项。The front-end VUE technology writes the form structure construction interface, and selects the corresponding elements through the form interface to form the query conditions of the form, the display fields of the form, and the button functions such as adding, editing, deleting, and exporting the form. For example, create a form structure as shown in Figure 4, in which the query condition drop-down value in the query condition element can be queried through the back-end interface and supports fuzzy matching query and multiple selection options.
创建完表单结构后,将表单结构数据封装成JSON格式,通过调用后端接口将表单数据结构传入后端,后端通过Springboot后端技术将表单结构保存到mysql数据库中。例如json格式:After the form structure is created, the form structure data is encapsulated into JSON format, and the form data structure is passed to the backend by calling the backend interface, and the backend saves the form structure to the mysql database through the Springboot backend technology. For example json format:
{"configs":[{"configId":167,"configName":"测试1","sortId":0,"formElements":[{"childEleId":2,"parentEleId":1,"eleName":"公司代码","dataName":"coCode","eleType":1,"ctroUrl":"/kpi/dimcompany/list","sort":0,"key":"coCode","value":"coName","dataType":"String","dataLen":100,"fieldName":"coCode","subClassEleId":[3,5,41,46],"require":1}],"queryElements":[{"eleId":1,"eleName":"公司名称","queryDataName":"coCode","eleType":1,"ctroUrl":"/kpi/dimcompany/list","sort":0,"queryEleId":2,"key":"coCode","value":"coName"}]}]}{"configs":[{"configId":167,"configName":"Test 1","sortId":0,"formElements":[{"childEleId":2,"parentEleId":1,"eleName": "Company Code","dataName":"coCode","eleType":1,"ctroUrl":"/kpi/dimcompany/list","sort":0,"key":"coCode","value": "coName","dataType":"String","dataLen":100,"fieldName":"coCode","subClassEleId":[3,5,41,46],"require":1}],"queryElements ":[{"eleId":1,"eleName":"Company Name","queryDataName":"coCode","eleType":1,"ctroUrl":"/kpi/dimcompany/list","sort": 0,"queryEleId":2,"key":"coCode","value":"coName"}]}]}
其中configs标识表单名称,formElements标识表单展示列,queryElements标识表单查询条件。Among them, configs identifies the form name, formElements identifies the form display columns, and queryElements identifies the form query conditions.
web管理系统页面,前端代码通过调用后端接口将表单结构数据及内容值数据获取,前端通过自研方法将表单结构数据按formElements、queryElements等元素字段及表单内容数据渲染到页面中,完成表单渲染展示;页面效果如图5所示。On the web management system page, the front-end code obtains the form structure data and content value data by calling the back-end interface, and the front-end renders the form structure data into the page according to the formElements, queryElements and other element fields and form content data through a self-developed method to complete the form rendering Display; the page effect is shown in Figure 5.
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。另外需要说明的是,在上述具体实施方式中所描述的各个具体技术特征,在不矛盾的情况下,可以通过任何合适的方式进行组合,为了避免不必要的重复,本发明对各种可能的组合方式不再另行说明。此外,本发明的各种不同的实施方式之间也可以进行任意组合,只要其不违背本发明的思想,其同样应当视为本发明所公开的内容。The above is only a specific embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Anyone skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present invention. Should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be determined by the protection scope of the claims. In addition, it should be noted that the various specific technical features described in the above specific embodiments can be combined in any suitable way if there is no contradiction. The combination method will not be described separately. In addition, various combinations of different embodiments of the present invention can also be combined arbitrarily, as long as they do not violate the idea of the present invention, they should also be regarded as the disclosed content of the present invention.
Claims (5)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211240026.4A CN115438291A (en) | 2022-10-11 | 2022-10-11 | A way to generate a form |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211240026.4A CN115438291A (en) | 2022-10-11 | 2022-10-11 | A way to generate a form |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN115438291A true CN115438291A (en) | 2022-12-06 |
Family
ID=84250348
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202211240026.4A Pending CN115438291A (en) | 2022-10-11 | 2022-10-11 | A way to generate a form |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN115438291A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116126313A (en) * | 2022-12-30 | 2023-05-16 | 招银云创信息技术有限公司 | Low-code table building method, device, equipment and medium |
| CN117331560A (en) * | 2023-11-24 | 2024-01-02 | 杭银消费金融股份有限公司 | Front-end form page generation method and system |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101866333A (en) * | 2009-12-24 | 2010-10-20 | 金蝶软件(中国)有限公司 | Worksheet self-defining method and adapter engine |
| CN102360296A (en) * | 2011-10-20 | 2012-02-22 | 北京金和软件股份有限公司 | WEB-based online form development tool |
| CN113468459A (en) * | 2021-07-22 | 2021-10-01 | 浪潮软件科技有限公司 | Display method of dynamic data form |
| CN114118038A (en) * | 2021-11-30 | 2022-03-01 | 深圳壹账通智能科技有限公司 | Table document online editing method, device, equipment and medium |
| CN114461958A (en) * | 2021-12-22 | 2022-05-10 | 深圳市梦网物联科技发展有限公司 | Form self-defined rendering method and storage medium |
-
2022
- 2022-10-11 CN CN202211240026.4A patent/CN115438291A/en active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101866333A (en) * | 2009-12-24 | 2010-10-20 | 金蝶软件(中国)有限公司 | Worksheet self-defining method and adapter engine |
| CN102360296A (en) * | 2011-10-20 | 2012-02-22 | 北京金和软件股份有限公司 | WEB-based online form development tool |
| CN113468459A (en) * | 2021-07-22 | 2021-10-01 | 浪潮软件科技有限公司 | Display method of dynamic data form |
| CN114118038A (en) * | 2021-11-30 | 2022-03-01 | 深圳壹账通智能科技有限公司 | Table document online editing method, device, equipment and medium |
| CN114461958A (en) * | 2021-12-22 | 2022-05-10 | 深圳市梦网物联科技发展有限公司 | Form self-defined rendering method and storage medium |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116126313A (en) * | 2022-12-30 | 2023-05-16 | 招银云创信息技术有限公司 | Low-code table building method, device, equipment and medium |
| CN117331560A (en) * | 2023-11-24 | 2024-01-02 | 杭银消费金融股份有限公司 | Front-end form page generation method and system |
| CN117331560B (en) * | 2023-11-24 | 2024-02-23 | 杭银消费金融股份有限公司 | Front-end form page generation method and system |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN115617327A (en) | Low-code page building system, method, and computer-readable storage medium | |
| US8510261B1 (en) | System and method of generating in-memory models from data warehouse models | |
| CN103631969B (en) | A kind of generation method and device of report data | |
| US11416473B2 (en) | Using path encoding method and relational set operations for search and comparison of hierarchial structures | |
| US9069831B2 (en) | Retrieving data objects | |
| CN106293653B (en) | Code processing method and device and computer readable medium | |
| CN104036040A (en) | Method and device for generating report | |
| CN103617167B (en) | A kind of general metadata/Hibernate | |
| CN111984176A (en) | Software online development platform and development method | |
| CN112035197A (en) | Method and device for configuring front-end pages | |
| US20200342029A1 (en) | Systems and methods for querying databases using interactive search paths | |
| CN115438291A (en) | A way to generate a form | |
| CN114741067A (en) | Data management system, method and equipment | |
| CN103853759A (en) | Self-adaptive form generation method and self-adaptive form generation system | |
| CN108563431A (en) | Software development methodology, device, computer readable storage medium and electronic equipment | |
| CN115617338A (en) | A method, device, and readable storage medium for quickly generating business pages | |
| CN118760806A (en) | New display method, device, equipment and medium based on tree structure data | |
| CN115291869A (en) | Zero-code form generation method and system based on vue custom component | |
| CN117453713A (en) | SQL statement generation methods, equipment and storage media for multiple types of databases | |
| CN105740478A (en) | Method and device for realizing paging sorting table without refreshing | |
| CN113407810B (en) | City information and service integration system and method based on big data | |
| CN116126918A (en) | Data generation method, information screening method, device and medium | |
| CN104199882B (en) | A kind of acquisition methods of structural knowledge and its body based on the customization of intelligent masterplate | |
| CN111680478B (en) | Report generation method, device, equipment and storage medium based on configuration software | |
| CN117763200A (en) | Knowledge graph retrieval method and system based on pattern matching |
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 |
Application publication date: 20221206 |
|
| RJ01 | Rejection of invention patent application after publication |


