feat: 排行榜奖励按俱乐部分奖与手动领取

- 新增奖励方案/档位/结算/领取四表与懒结算服务
- 小程序 phbjlxx/phbjllq/phbjlphb 新接口,phbhqsj 零改动
- 后台 phbjhq/phbjbc/phbjjl 与 phbj666 权限菜单

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-01 17:40:56 +08:00
parent cb03898986
commit 5ef4ff7c91
10 changed files with 1169 additions and 1 deletions

View File

@@ -14,6 +14,12 @@ EXTRA_PERMISSIONS = [
'配置各俱乐部考试开关、抽题规则与题库(小程序配置-打手接单考试)',
'小程序配置',
),
(
'phbj666',
'排行榜奖励配置',
'配置各俱乐部排行榜名次奖金、排序指标与领取明细(小程序配置-排行榜奖励)',
'小程序配置',
),
(
'kfhs666',
'客服聊天配置',

View File

@@ -89,6 +89,8 @@ KEFU_MENU_ROW_DEFS = [
'perm_codes': ['8080a']},
{'page_id': 'miniapp.dashou-exam', 'name': '打手接单考试', 'path': '/miniapp/dashou-exam', 'parent_id': 'miniapp', 'sort_order': 117,
'perm_codes': ['dsks666', '8080a']},
{'page_id': 'miniapp.rank-reward', 'name': '排行榜奖励', 'path': '/miniapp/rank-reward', 'parent_id': 'miniapp', 'sort_order': 118,
'perm_codes': ['phbj666', '8080a']},
{'page_id': 'shop', 'name': '店铺管理', 'path': '', 'parent_id': '', 'sort_order': 120},
{'page_id': 'shop.list', 'name': '店铺列表', 'path': '/shop/list', 'parent_id': 'shop', 'sort_order': 121,
'perm_codes': ['999a', '999b', '999c', '999d', '999e']},