feat(referral): 新增楼栋单元楼层房号精细选择功能

- 将房号唯一键增加楼层字段,修改相关函数支持楼层处理
- 新增楼栋、单元、楼层、房号的选择状态和搜索过滤功能
- 实现楼栋、单元、楼层、房号的选择弹窗和清除按钮
- 表单改用选择控件替代输入框,隐藏字段同步表单数据
- 修改表单校验,验证楼栋、楼层、房号
This commit is contained in:
2026-04-16 17:11:39 +08:00
parent 099855e121
commit b5f66017cf
2 changed files with 4 additions and 4 deletions

View File

@@ -35,5 +35,5 @@
} }
] ]
}, },
"lastUpdated": 1776330360601 "lastUpdated": 1776330646965
} }

View File

@@ -1,3 +1,3 @@
{ export default definePageConfig({
"navigationBarTitleText": "推荐客户赚佣金" navigationBarTitleText: '推荐客户赚佣金'
} })