当前位置:网站首页>0 foundation a literature club low code development member management applet (5)
0 foundation a literature club low code development member management applet (5)
2022-06-24 07:06:00 【Low code preacher】
1 Chapter five : Invoice management function development
1.1 Last article review
In the last article, we introduced the development of consumption function in detail , By adding a new consumption record field and adding a user-defined method to reduce the balance . And we also introduced the development of functions by cloning pages .
1.2 This paper introduces
This chapter explains the daily invoice management functions , As a member, if you can provide Invoicing Services , Undoubtedly, it can improve the use experience of members . The development process is the same as our low code approach , Include
New data sources
New page
Develop page functions
Preview release
1.3 New data sources
We add a new data source for invoice management in data source management , Establish the necessary information for invoice collection
Method, the platform generated can meet our needs
1.4 New page
We create a new page in page management , Invoice application
1.5 Development page
The logic of the application page is relatively simple , Members enter the necessary information for the invoice , Submit . In order to achieve the form submission function , We need to add a form container component first
Select the slot of the form container , Add the required fields in turn
First, add a form mobile component , Modify the form field name to be consistent with the data source field
Add the remaining fields in the same way , Add button components after adding fields
Then set the submit event on the form container , Select the data source as invoice management
We need to jump from the home page to the invoice application page , from iconfont Download required icons from
Select the image component on the home page to upload the resources , And modify the text to invoice application
Add a click event to the container component , Jump to the invoice application page
1.6 Preview release
Click preview to perform function test
1.7 The next trailer
We use a certain space to introduce the development of the member management system , It's almost over . In the next article, we will add a navigation bar to the bottom of the applet , You can switch between home page and member functions , In addition to querying basic information, the membership function , You can also query member history recharge records and consumption records . Okay , See you next time .
边栏推荐
- 记录--关于JSP前台传参数到后台出现乱码的问题
- JSON online parsing and the structure of JSON
- C语言学生管理系统——可检查用户输入合法性,双向带头循环链表
- Canal安装配置
- Surveying and mapping principle of GIS coordinate system: geoid / datum / reference ellipsoid /epsg/sri/wkt
- 2022蓝队HW初级面试题总结
- Asp+access web server reports an error CONN.ASP error 80004005
- sql join的使用
- Maui uses Masa blazor component library
- decade
猜你喜欢

FreeRTOS MPU makes the system more robust!

Maui uses Masa blazor component library

Intelligent Vision Group A4 paper recognition example

.NET7之MiniAPI(特别篇) :Preview5优化了JWT验证(上)

记录--关于JSP前台传参数到后台出现乱码的问题

智能视觉组A4纸识别样例

leetcode:84. 柱状图中最大的矩形

About Stacked Generalization

The data synchronization tool dataX has officially supported reading and writing tdengine

Leetcode概率题面试突击系列11~15
随机推荐
Spark项目打包优化实践
Surveying and mapping principle of GIS coordinate system: geoid / datum / reference ellipsoid /epsg/sri/wkt
Laravel文档阅读笔记-Laravel Str slug() Function Example
How do I turn off win10 automatic update? What are the good ways?
Counter attack of flour dregs: MySQL 66 questions, 20000 words + 50 pictures
[problem solving] virtual machine configuration static IP
On BOM and DOM (2): DOM node hierarchy / attributes / Selectors / node relationships / detailed operation
Oracle SQL comprehensive application exercises
Actual combat | how to deploy flask project using wechat cloud hosting
应用配置管理,基础原理分析
What is the OSI seven layer model? What is the role of each layer?
Spark parameter tuning practice
.NET7之MiniAPI(特别篇) :Preview5优化了JWT验证(上)
JVM调试工具-jmap
Game website making tutorial and correct view of games
Thread safety and its implementation
数据同步工具 DataX 已经正式支持读写 TDengine
Overview of cloud computing advantages of using cloud computing
JVM调试工具-Arthas
On BOM and DOM (4): dom0/dom2 event handling analysis