CN110609989A - Operation method for rapidly generating information form by adopting predefined layout component and application - Google Patents

Operation method for rapidly generating information form by adopting predefined layout component and application Download PDF

Info

Publication number
CN110609989A
CN110609989A CN201910818217.6A CN201910818217A CN110609989A CN 110609989 A CN110609989 A CN 110609989A CN 201910818217 A CN201910818217 A CN 201910818217A CN 110609989 A CN110609989 A CN 110609989A
Authority
CN
China
Prior art keywords
information
field
input
row
predefined layout
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.)
Granted
Application number
CN201910818217.6A
Other languages
Chinese (zh)
Other versions
CN110609989B (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.)
Guangdong Yichen Information Technology Co Ltd
Original Assignee
Guangdong Yichen Information Technology 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 Guangdong Yichen Information Technology Co Ltd filed Critical Guangdong Yichen Information Technology Co Ltd
Priority to CN201910818217.6A priority Critical patent/CN110609989B/en
Publication of CN110609989A publication Critical patent/CN110609989A/en
Application granted granted Critical
Publication of CN110609989B publication Critical patent/CN110609989B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an operation method for rapidly generating an information form by adopting a predefined layout component and a step of reading the predefined layout component by an application; reading a database table field; generating an information form: and reading and displaying the predefined layout component and the database table field element dragged and dropped into the form drawing area in the information form design interface, and generating the information form after generating the corresponding form input element and modifying. According to the invention, when the information form is drawn, the mouse is used for completing all work, keyboard character input is not needed, the work efficiency is greatly improved, and the use difficulty is reduced.

Description

Operation method for rapidly generating information form by adopting predefined layout component and application
Technical Field
The invention relates to a method for generating an information form, in particular to an operation method for quickly generating the information form by adopting a predefined layout component, and also relates to application of the method for generating the information form, in particular to application of the operation method for quickly generating the information form by adopting the predefined layout component, and belongs to the technical field of computer information systems.
Background
With the rapid development and continuous deepening of the application of the information technology, more and more enterprises and public institutions construct various information systems, and a large number of information forms need to be designed and developed in the process of constructing the information systems so as to be used for information collection and input and content presentation.
When designing and developing an information form, software technicians in the prior art roughly have three modes according to the differences of the development platform and the technical maturity adopted by the software technicians:
1. and (3) manual coding mode: programming codes are compiled to generate an information form by using a programming language and form controls provided by a development platform, the time required by the codes is in direct proportion to the input items in the information form, and the form cannot be viewed at the coding stage;
2. the mode of the two-dimensional table and the basic form control is as follows: inserting rows and columns by using a visual two-dimensional table, merging appropriate row and column cells according to needs, inserting basic form controls such as a text box, an option box and a date box in a dragging mode, and manually setting the associated binding of the form controls with a back-end database table and table fields one by one;
3. EXCEL template importing method: the form template is designed by using the two-dimensional form of the EXCEL, is imported into an information system to be automatically converted and generated into an input form, and can be further connected with a back-end database to generate form and form fields.
The existing information system design and development mode of information form mainly has the following disadvantages:
1. the manual coding mode has high technical requirements on software developers, the design and development process is not intuitive, and the working efficiency is low;
2. the working efficiency is improved to a certain extent by the mode of 'two-dimensional table + basic form control', but the mode still needs to perform the association binding of the basic form control with a back-end database table and a form field one by one, the development efficiency still has a larger space for improvement, and non-programming personnel cannot complete the form design;
3. the form controls automatically generated by the EXCEL template importing mode are limited in types and insufficient in flexibility, and the semantics of the fields of the back-end database automatically generated by conversion are not intuitive, so that the statistical analysis at the later stage is not facilitated.
Disclosure of Invention
The invention mainly aims to provide an operation method and application for rapidly generating an information form by adopting predefined layout components, compared with several technologies of form design and development of the existing information system, the invention adopts the steps of predefined layout components and database table fields, so that the packaging and multiplexing degree of the components is higher, and the process of generating the information form by dragging and dropping is more intuitive; when the information form is drawn, the mouse can be used for completing all work, keyboard character input is not needed, the work efficiency is greatly improved, and the use difficulty is reduced.
The purpose of the invention can be achieved by adopting the following technical scheme:
the invention provides an operation method for quickly generating an information form by adopting a predefined layout component, which comprises the following steps:
reading a predefined layout component;
reading a database table field;
generating an information form: and reading and displaying the predefined layout component and the database table field element dragged and dropped into the form drawing area in the information form design interface, and generating the information form after generating the corresponding form input element modification.
Further, the step of generating the information form includes the following specific steps:
step 1: automatically acquiring preset database table information, and selecting one table in the database table information;
step 2: reading the table field information, and converting the table field to generate an information form input element;
and step 3: displaying a predefined layout component panel, a database table field element panel and an information table drawing area;
and 4, step 4: reading a predefined layout component dragged and dropped to the information form drawing area by the information form drawing area;
and 5: reading the database table field element dragged and dropped to the information table drawing area by the information table drawing area, and generating a corresponding form input element;
step 6: generating an information form after modifying corresponding form input elements;
and 7: and storing the information form.
According to the method for generating the information table, the table field information in the database is read firstly, then the table field information is converted into the input elements, then the predefined layout component is placed into the information table drawing area firstly, the layout mode of the table is determined, then the database table field elements are dragged into the form drawing area to determine the input elements of the form, and finally the information table is generated.
Further, the step 5 specifically includes: the method comprises the steps that an information form drawing area detects field elements of a database table dragged to a blank form row in real time, the field key information of the field elements of the database is identified, one field key information occupies two cells, the former cell displays input information, the latter cell displays an input box control, the field key information comprises a field name, a type, a length and whether the field key information needs to be filled, the form input elements can support required check, value type check and length check, the field name is used as a form element name, a form element remark is used as a form element input prompt, and the form input elements are generated through conversion according to the field type, the length, whether the field element needs to be filled and the remark.
According to the method, the field key information is displayed in a mode of two cells, so that the input and the display are convenient, meanwhile, the field key information comprises the field name, the type, the length and the content to be filled, the content is convenient to input, meanwhile, the form input element supports the content to be filled, the value type check and the length check, the field key information can be conveniently checked, in addition, the field type is used as the form element name, the form element remark is used as the form element as the input prompt, and the generated form input element can be more conveniently input.
Further, the modifying step in step 6 includes: deleting the input box control dragged and dropped to the form drawing area, emptying 2 cells in a group after deletion together with the input information before the input box,
according to the method, due to the deletion operation in the modification step, the input information before the input frame can be deleted together by deleting the input frame control, and the modification operation is more convenient due to the arrangement of the two cells.
Further, step 4 specifically includes updating the service form in the form drawing area in real time according to the predefined layout component type dragged and dropped into the information form drawing area, where the predefined layout component type includes: a plurality of pages of label tabs, a row and a plurality of columns of table rows, a table row separator, a state separating row and a self-defining section, wherein layout components in a row and a plurality of columns, a row and a column, a row and a four columns and a row and a six column all occupy a complete table row, the table row can move up and down,
according to the method, the predefined layout component type is preset, the business form in the form drawing area is updated according to the type, and the form can be laid out according to the form requirement.
The invention also provides an application of the operation method for rapidly generating the information form by adopting the predefined layout component,
a predefined layout component reading module: for reading a predefined layout component;
database table field reading module: for reading database table fields
An information form generation module: the method is used for reading and displaying the predefined layout components and the database table field elements dragged and dropped to the form drawing area in the form design interface, and generating the information form after the corresponding form input elements are modified.
Further, the information form generation module specifically includes:
a table selection module: the database table information acquisition module is used for automatically acquiring preset database table information and selecting one table in the database table information;
the form input element generation module: the system comprises a table field reading unit, a table input unit, a table display unit and a display unit, wherein the table field reading unit is used for reading table field information and converting the table fields to generate information form input elements;
a display module: the system comprises a display area, a database table field element panel and an information table drawing area, wherein the display area is used for displaying a predefined layout component panel, the database table field element panel and the information table drawing area;
predefined layout component drag and drop reading module: a predefined layout component for reading drag-and-drop to an information form drawing area;
database table field element drag-and-drop reading module: the database table field element dragged and dropped to the form drawing area is read, and a corresponding form input element is generated;
form input element modification module: the system is used for generating an information form after the corresponding form input element is modified;
a storage module: for storing the information form.
According to the arrangement, the form field information in the database is read firstly, then the form field information is converted into the input elements, then the predefined layout component is placed into the information table drawing area firstly, the layout mode of the form is determined, then the database table field elements are dragged into the form drawing area to determine the input elements of the form, and finally the information table is generated.
Further, the predefined layout component drag-and-drop reading module is further configured to: the method comprises the steps that an information form drawing area detects field elements of a database table dragged to a blank form row in real time, field key information of the field elements of the database is identified, one field key information occupies two cells, the former cell displays input information, the latter cell displays an input box control, the field key information comprises a field name, a type, a length and whether the field key information needs to be filled, the form input elements can support required check, value type check and length check, the field name is called as a form element name, the form element remark is used as a form element input prompt, and the form input elements are generated through conversion according to the field type, the length, whether the field element needs to be filled and the remark.
The above arrangement, field key information adopts the mode of two cells to show, conveniently input and show, field key information includes the field name simultaneously, the type, length and must fill in the content, conveniently input the content, form input element supports must fill in simultaneously and value type check and length check, can conveniently check to field key information, regard the field type as form element name in addition, regard form element remark as form element as the input suggestion, can make to generate form input element and can conveniently carry out the input more.
Further, the predefined layout component drag-and-drop reading module is further configured to update the business form in the form drawing area in real time according to predefined layout component types, where the predefined layout component types include: a plurality of pages of label tabs, a row and a plurality of columns of table rows, a table row separator, a state separating row and a self-defining section, wherein layout components in a row and a plurality of columns, a row and a column, a row and a four columns and a row and a six column all occupy a complete table row, the table row can move up and down,
further, the form input element modification module comprises: deleting the input box control dragged and dropped to the form drawing area, emptying 2 cells in a group after deletion together with the input information before the input box,
according to the arrangement, due to the deletion operation in the modification step, the input information before the input frame can be communicated and deleted together by deleting the input frame control, and the modification operation is more convenient by adopting the arrangement of two cells.
The invention has the beneficial technical effects that:
compared with several technologies of form design and development of the existing information system, the operation method and the application for rapidly generating the information form by adopting the predefined layout component have the advantages that the component packaging and multiplexing degree is higher and the process of generating the information form by dragging and dropping is more visual due to the adoption of the predefined layout component and the database table field reading module; the input prompt automatically reads the generation of the remarks of the database table fields in a mode that 2 cells of one form element are in a group, and the mouse can complete all work when the information form is drawn without inputting characters on a keyboard, so that the work efficiency is greatly improved, and the use difficulty is reduced.
Drawings
FIG. 1 is a schematic diagram of a method for generating a form according to the present invention, using predefined layout components to rapidly generate an information form;
FIG. 2 is a flow diagram of an operational method for rapidly generating an information form using predefined layout components in accordance with the present invention.
FIG. 3 is a block diagram of an application of an operating method for rapidly generating an information form using predefined layout components in accordance with the present invention.
Detailed Description
In order to make the technical solutions of the present invention more clear and definite for those skilled in the art, the present invention is further described in detail below with reference to the examples and the accompanying drawings, but the embodiments of the present invention are not limited thereto.
Example one
In this embodiment, as shown in fig. 1 and 2, an operation method for quickly generating an information form by using predefined layout components includes the following steps:
reading a predefined layout component; the types of predefined layout components include: pre-defining layout is carried out on a multi-page label option card, a plurality of groups of rows and columns of tables, a state separating row and a self-defining section;
reading a database table field; the database table fields include: a user name, a user account, a mobile phone number, an electronic mail box, a work unit and a job name database;
generating an information form: and reading and displaying the predefined layout component and the database table field element dragged and dropped into the form drawing area in the information form design interface, and generating the information form after generating the corresponding form input element modification.
The step of generating the information form comprises the following specific steps:
step 1: automatically acquiring background database table information, and selecting one table in the database table information;
step 2: reading the table field information, and converting the table field to generate an information form input element;
and step 3: displaying a predefined layout component panel, a database table field element panel and an information table drawing area;
and 4, step 4: reading a predefined layout component dragged and dropped to the information form drawing area by the information form drawing area;
and 5: reading the database table field element dragged and dropped to the information table drawing area by the information table drawing area, and generating a corresponding form input element;
step 6: generating an information form after modifying corresponding form input elements;
and 7: and storing the information form.
In which, as shown in figure 2,
step 4 specifically includes updating the service form in the form drawing area in real time according to the predefined layout component type dragged and dropped to the information form drawing area, where the predefined layout component type includes: the system comprises a multi-page label option card, a row and multi-column table row, a table row separator, a state separating row and a self-defined section, wherein layout assemblies in a row and a multi-column, a row and two columns, a row and four columns and a row and six columns occupy a complete table row, and the table row can move up and down;
the step 5 specifically comprises the following steps: the information form drawing area detects database form field elements dragged and dropped on a blank form row in real time, field key information of the database field elements is identified, one field key information occupies two cells, the former cell displays input information, the latter cell displays an input box control, the field key information comprises field names, types, lengths and whether the field key information needs to be filled, the form input elements can support must-be-filled checking, value type checking and length checking, the field names are used as the form element names, the form element remarks are used as form element input prompts, and the form input elements are generated through conversion according to the field types, the lengths, whether the form element needs to be filled and the remarks.
For example, a varchar type field generates a single-line text box, a text type field generates a multi-line text box, a date type field generates a date selection box, a byte type field generates a radio box, remark information can be added into the fields according to preset rules, and form elements such as check boxes, list boxes, file uploading controls and the like are generated.
The modifying step in step 6 comprises: deleting the input box control dragged and dropped to the form drawing area, emptying 2 cells in a group after deletion together with the input information before the input box,
and 7, storing the information form into any format required by HTML, JSP, ASPX, XML or JSON according to the adopted development platform.
Example two
As shown in fig. 1 and fig. 3, the present invention provides an application of an operation method for quickly generating an information form by using a predefined layout component, where the predefined layout component reading module: for reading a predefined layout component;
database table field reading module: for reading database table fields
An information form generation module: the layout component is used for dragging the predefined layout component combination to generate a form layout; dragging the field elements of the database table to generate modified input elements of the form; and generating an information form.
As shown in fig. 3, the information form generating module specifically includes:
a table selection module: the database table information acquisition module is used for automatically acquiring preset database table information and selecting one table in the database table information;
the form input element generation module: the system comprises a table field reading unit, a table input unit, a table display unit and a display unit, wherein the table field reading unit is used for reading table field information and converting the table fields to generate information form input elements;
a display module: the system comprises a display area, a database table field element panel and an information table drawing area, wherein the display area is used for displaying a predefined layout component panel, the database table field element panel and the information table drawing area;
predefined layout component drag and drop reading module: a predefined layout component for reading drag-and-drop to an information form drawing area;
database table field element drag-and-drop reading module: the database table field element dragged and dropped to the form drawing area is read, and a corresponding form input element is generated;
form input element modification module: the system is used for generating an information form after the corresponding form input element is modified;
a storage module: for storing the information form. And storing the information form into a format required by any one of HTML, JSP, ASPX, XML or JSON.
Wherein the predefined layout component drag-and-drop reading module is further to: the method comprises the steps that an information form drawing area detects field elements of a database table dragged and dropped on a blank form row in real time, the field key information of the field elements of the database is identified, one field key information occupies two cells, the former cell displays input information, the latter cell displays an input box control, the field key information comprises a field name, a type, a length and whether filling is necessary, the form input elements can support filling-necessary verification, value type verification and length verification, the field name is used as a form element name, a form element remark is used as a form element input prompt, and the form input elements are generated through conversion according to the field type, the length, the filling necessity and the remark.
The input box control types may be automatically identified as a single line text box, a multiple line text box, a radio box, a multiple selection box, a date box, and a file upload box.
For example, a varchar type field generates a single-line text box, a text type field generates a multi-line text box, a date type field generates a date selection box, a byte type field generates a radio box, remark information can be added into the fields according to the convention rule, and form elements such as check boxes, list boxes and file upload controls are generated.
The predefined layout component drag-and-drop reading module is further used for updating the business form in the form drawing area in real time according to predefined layout component types, wherein the predefined layout component types comprise: the multi-page label tab, a row and multi-column table row, a table row separator, a state separating row and a user-defined section, wherein layout components in a row and two columns, a row and four columns and a row and six columns in a row and multi-column all occupy a complete table row, the table row can move up and down, and the table input element modification module comprises: deleting the input box control dragged and dropped to the form drawing area, emptying 2 cells in a group after deletion together with the input information before the input box,
in this embodiment, a delete icon button is provided for each input control in the information form drawing area, and when an input box control is deleted, the input information and the input box control are synchronously deleted in a manner of grouping two cells.
In summary, in the embodiment, compared with several technologies of form design and development of the existing information system, the invention adopts the predefined layout components, so that the component packaging and multiplexing degree is higher, and the process of generating the information form by dragging and dropping is more intuitive; the input prompt automatically reads the generation of the remarks of the database table fields in a mode that 2 cells of one form element are in a group, and the mouse can complete all work when the information form is drawn without inputting characters on a keyboard, so that the work efficiency is greatly improved, and the use difficulty is reduced.
The above description is only for the purpose of illustrating the present invention and is not intended to limit the scope of the present invention, and any person skilled in the art can substitute or change the technical solution of the present invention and its conception within the scope of the present invention.

Claims (10)

1. The operation method for rapidly generating the information form by adopting the predefined layout component is characterized by comprising the following steps of:
reading a predefined layout component;
reading a database table field;
generating an information form: and reading and displaying the predefined layout component and the database table field element dragged and dropped into the form drawing area in the information form design interface, and generating the information form after generating the corresponding form input element and modifying.
2. The method of claim 1, wherein the step of generating an information form comprises the following steps:
step 1: automatically acquiring the information of a back-end database table, and selecting one table in the information of the database table;
step 2: reading the table field information, and converting the table field to generate an information form input element;
and step 3: displaying a predefined layout component panel, a database table field element panel and an information table drawing area;
and 4, step 4: reading a predefined layout component dragged and dropped to the information form drawing area by the information form drawing area;
and 5: reading the database table field element dragged and dropped to the information table drawing area by the information table drawing area, and generating a corresponding form input element;
step 6: generating an information form after modifying corresponding form input elements;
and 7: and storing the information form.
3. The method of claim 2, wherein the act of rapidly generating an information form using a predefined layout component comprises the acts of: the step 5 specifically includes: the method comprises the steps that an information form drawing area detects field elements of a database table dragged and dropped on a blank form row in real time, the field key information of the field elements of the database is identified, one field key information occupies two cells, the former cell displays input information, the latter cell displays an input box control, the field key information comprises a field name, a length, whether the field is necessary to be filled and a remark, the form input elements can support the necessary to be filled, value type verification and length verification, the field name is used as the form element name, the form element remark is used as a form element input prompt, and the form input elements are generated through conversion according to the field type, the length, whether the field is necessary to be filled and the remark.
4. The method of claim 3, wherein the act of rapidly generating an information form using a predefined layout component comprises: the modifying step in step 6 comprises: and deleting the input box control dragged and dropped to the form drawing area, and emptying 2 cells which are a group together with the input information before the input box after the deletion.
5. The method of claim 2, wherein the act of rapidly generating an information form using a predefined layout component comprises the acts of: step 4 specifically comprises updating the business form in the form drawing area in real time according to the predefined layout component type dragged and dropped to the information table drawing area, wherein the predefined layout component type comprises: the system comprises a multi-page label option card, a row and multi-column table row, a table row separator, a state separating row and a user-defined section, wherein layout assemblies in a row and a multi-column, a row and two columns, a row and four columns and a row and six columns occupy a complete table row, and the table row can move up and down.
6. The application of the operation method for rapidly generating the information form by adopting the predefined layout component is characterized in that:
a predefined layout component reading module: for reading a predefined layout component;
database table field reading module: for reading database table fields;
an information form generation module: the method is used for reading and displaying predefined layout components and database table field elements dragged and dropped to the form drawing area in the form design interface, and generating the information form after generating corresponding form input elements and modifying the corresponding form input elements.
7. The application of the method of claim 6 for rapidly generating an information form using a predefined layout component, wherein: the information form generation module specifically comprises:
a table selection module: the database table information acquisition module is used for automatically acquiring preset database table information and selecting one table in the database table information;
the form input element generation module: the system comprises a table field reading unit, a table input unit, a table display unit and a display unit, wherein the table field reading unit is used for reading table field information and converting the table fields to generate information form input elements;
a display module: the system comprises a display area, a database table field element panel and an information table drawing area, wherein the display area is used for displaying a predefined layout component panel, the database table field element panel and the information table drawing area;
predefined layout component drag and drop reading module: a predefined layout component for reading drag-and-drop to an information form drawing area;
database table field element drag-and-drop reading module: the database table field element dragged and dropped to the form drawing area is read, and a corresponding form input element is generated;
form input element modification module: the system is used for generating an information form after the corresponding form input element is modified;
a storage module: for storing the information form.
8. The application of the method of claim 7 for rapidly generating an information table using a predefined layout component, wherein: the predefined layout component drag-and-drop reading module is further to: the method comprises the steps that an information form drawing area detects field elements of a database table dragged and dropped on a blank form row in real time, the field key information of the field elements of the database is identified, one field key information occupies two cells, the former cell displays input information, the latter cell displays an input box control, the field key information comprises a field name, a type, a length and whether the field key information needs to be filled, the form input elements can support required check, value type check and length check, the field name is used as the form element name, the form element remark is used as a form element input prompt, and the form input elements are generated through conversion according to the field type, the length, whether the field element needs to be filled and the remark.
9. The application of the method of claim 7 for rapidly generating an information form using a predefined layout component, wherein: the predefined layout component drag-and-drop reading module is further used for updating the business form in the form drawing area in real time according to predefined layout component types, wherein the predefined layout component types comprise: the system comprises a multi-page label option card, a row and multi-column table row, a table row separator, a state separating row and a user-defined section, wherein layout assemblies in a row and a multi-column, a row and two columns, a row and four columns and a row and six columns occupy a complete table row, and the table row can move up and down.
10. The application of the method of claim 7 for rapidly generating an information form using a predefined layout component, wherein: the form input element modification module comprises: and deleting the input box control dragged and dropped to the form drawing area, and emptying 2 cells which are a group together with the input information before the input box after the deletion.
CN201910818217.6A 2019-08-30 2019-08-30 Operation method and system for rapidly generating information form by adopting predefined layout component Active CN110609989B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910818217.6A CN110609989B (en) 2019-08-30 2019-08-30 Operation method and system for rapidly generating information form by adopting predefined layout component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910818217.6A CN110609989B (en) 2019-08-30 2019-08-30 Operation method and system for rapidly generating information form by adopting predefined layout component

Publications (2)

Publication Number Publication Date
CN110609989A true CN110609989A (en) 2019-12-24
CN110609989B CN110609989B (en) 2023-12-19

Family

ID=68890818

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910818217.6A Active CN110609989B (en) 2019-08-30 2019-08-30 Operation method and system for rapidly generating information form by adopting predefined layout component

Country Status (1)

Country Link
CN (1) CN110609989B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112100993A (en) * 2020-09-21 2020-12-18 珠海格力电器股份有限公司 Form construction method and device, storage medium and electronic equipment
CN112434236A (en) * 2020-11-20 2021-03-02 山东浪潮商用系统有限公司 JS language based form customization method
CN112540760A (en) * 2020-12-08 2021-03-23 杭州讯酷科技有限公司 UI (user interface) quick construction method based on data source field
CN113378041A (en) * 2021-05-24 2021-09-10 北京京东振世信息技术有限公司 Prompt message pushing method and device, electronic equipment and computer readable medium
CN112540760B (en) * 2020-12-08 2024-05-28 杭州讯酷科技有限公司 UI (user interface) quick construction method based on data source field

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061740A1 (en) * 2005-09-12 2007-03-15 Microsoft Corporation Content based user interface design
CN106021211A (en) * 2016-05-18 2016-10-12 山东达创网络科技股份有限公司 Intelligent form system and generation method thereof
CN107544806A (en) * 2017-09-04 2018-01-05 江苏中威科技软件系统有限公司 Visualize list method for drafting
CN107807913A (en) * 2017-11-16 2018-03-16 金航数码科技有限责任公司 A kind of form design system and method based on web
US20190004773A1 (en) * 2017-07-03 2019-01-03 Unqork, Inc Systems and methods for development and deployment of software platforms having advanced workflow and event processing components

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061740A1 (en) * 2005-09-12 2007-03-15 Microsoft Corporation Content based user interface design
CN106021211A (en) * 2016-05-18 2016-10-12 山东达创网络科技股份有限公司 Intelligent form system and generation method thereof
US20190004773A1 (en) * 2017-07-03 2019-01-03 Unqork, Inc Systems and methods for development and deployment of software platforms having advanced workflow and event processing components
CN107544806A (en) * 2017-09-04 2018-01-05 江苏中威科技软件系统有限公司 Visualize list method for drafting
CN107807913A (en) * 2017-11-16 2018-03-16 金航数码科技有限责任公司 A kind of form design system and method based on web

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112100993A (en) * 2020-09-21 2020-12-18 珠海格力电器股份有限公司 Form construction method and device, storage medium and electronic equipment
CN112434236A (en) * 2020-11-20 2021-03-02 山东浪潮商用系统有限公司 JS language based form customization method
CN112540760A (en) * 2020-12-08 2021-03-23 杭州讯酷科技有限公司 UI (user interface) quick construction method based on data source field
CN112540760B (en) * 2020-12-08 2024-05-28 杭州讯酷科技有限公司 UI (user interface) quick construction method based on data source field
CN113378041A (en) * 2021-05-24 2021-09-10 北京京东振世信息技术有限公司 Prompt message pushing method and device, electronic equipment and computer readable medium
CN113378041B (en) * 2021-05-24 2024-04-16 北京京东振世信息技术有限公司 Prompt message pushing method, device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN110609989B (en) 2023-12-19

Similar Documents

Publication Publication Date Title
CN106886418B (en) HTML interface control label
CN107807954B (en) Visual modeling multidimensional analysis system and method thereof
CN110609989A (en) Operation method for rapidly generating information form by adopting predefined layout component and application
CN109948134A (en) A kind of report automatic generation method, system and electronic equipment and storage medium
CN101308489B (en) Electronic table statement type size variable list
EP1594072B1 (en) A system and method for GUI supported specifications for automating form field extraction with database mapping
CN103473068A (en) Customizing system and customizing method for graph real-time monitoring interface based on SVG (Scalable Vector Graphics)
WO2007030769A2 (en) Designating, setting and discovering parameters for spreadsheet documents
CN102081398A (en) Method and apparatus for modifying process control data
CN104346435A (en) Methods, apparatus and systems for data sorting, visualisation and related applications
CN106469140A (en) A kind of report generating system and its method
CN103336805A (en) Method and device for automatic customized report form generation based on graphical mapping relationship
CN109375914A (en) Information remote exchange method and system
CN112232047A (en) Method, system, equipment and medium for multi-dimensional data acquisition and automatic summarization
CN109710250A (en) It is a kind of for constructing the visualization engine system and method for user interface
CN112527373A (en) Visual platform expanding method based on operation integrated management center service
CN110968996A (en) Document making method, device, equipment and storage medium
CN115840567A (en) Application editing method and related equipment
CN107463368A (en) A kind of static and dynamic man-machine interface automatic generation method
CN102866985B (en) For data formatter and the method for on-line analysing processing system
KR101022716B1 (en) System for generating automatically electronic document and method thereof
CN109614143B (en) Development method for automatically generating fault flow chart in IETM browser
CN111708814A (en) Data statistical method, device, equipment and medium
CN1973284A (en) Document processing method and device
CN111625616B (en) Enterprise-level data management system capable of mass storage

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 301, No. 93, Baisashui Road, Changban, Tianhe District, Guangzhou, Guangdong 510630 (office only)

Applicant after: Guangdong Yichen Information Technology Co.,Ltd.

Address before: 510641 room 1211, main building, No. 371-1, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Applicant before: Guangdong Yichen Information Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant