迁移合作订单完整能力,并统一 AppRoleCode 角色权限与首页菜单展示。

新增 CooperationOrder 模块(双 Tab 列表、获客员绑定、主 Tab 扫码)、订单来源/带客单绑定及配套 API 测试;同步引入 roleCode 权限匹配与相关单元测试。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-29 13:33:00 +08:00
parent d310d26293
commit 1970572edd
66 changed files with 4247 additions and 201 deletions

View File

@ -0,0 +1,24 @@
{
"code": 100000,
"msg": "success",
"data": {
"total": 1,
"page": 1,
"page_size": 50,
"list": [
{
"bind_time": "2026-06-25 17:11:01",
"binding_id": 5,
"bound_at": "2026-06-25 17:11:01",
"name": "管铜彬",
"phone": "19281871413",
"phone_masked": "192****1413",
"sale_user_id": 101,
"saler_name": "管铜彬",
"saler_phone": "19281871413",
"share_code": "INV-000101",
"store_id": 37
}
]
}
}

View File

@ -0,0 +1,20 @@
{
"code": 100000,
"msg": "success",
"data": {
"total": "1",
"list": [
{
"id": 801,
"order_number": "ACQ001",
"project_name": "亲子跟拍",
"order_type": 11,
"actual_pay_amount": "299.00",
"customer_phone": "13700000003",
"order_status_name": "已完成",
"sale_user_name": "张三",
"created_at": "2026-05-22 16:00:00"
}
]
}
}

View File

@ -0,0 +1,15 @@
{
"code": 100000,
"msg": "success",
"data": {
"is_bound": false,
"photographer_name": "陆久银",
"photographer_phone": "18651857230",
"sale_user_id": 101,
"saler_name": "管铜彬",
"saler_phone": "13222319413",
"share_code": "INV-000101",
"subtitle": "确认与获客员绑定,可以绑定多个获客员",
"title": "绑定获客员"
}
}

View File

@ -0,0 +1,16 @@
{
"code": 100000,
"msg": "success",
"data": {
"total": "1",
"list": [
{
"lead_id": 501,
"user_phone": "13900000002",
"remark": "景区门口获客",
"created_at": "2026-05-21 14:00:00",
"image_urls": ["https://example.com/lead.jpg"]
}
]
}
}

View File

@ -0,0 +1,29 @@
{
"code": 100000,
"msg": "success",
"data": {
"total": 1,
"page": 1,
"page_size": 50,
"saler": {
"sale_user_id": 101,
"saler_name": "管铜彬",
"saler_phone": "19281871413"
},
"list": [
{
"id": 54,
"referral_order_no": "LD202606250009",
"order_no": "LD202606250009",
"user_mobile": "13322222223",
"remark": "带客备注",
"created_at": "2026-06-25 17:18:52",
"status": 1,
"status_label": "未完成",
"images": [
"https://vipsky.oss-cn-shanghai.aliyuncs.com/sales/referral-order/create/6/1782379129957_hd2z9x.jpg"
]
}
]
}
}