opportunity_management/json/opportunities_list.json
2026-04-16 13:30:38 +08:00

38 lines
1.1 KiB
JSON

{
"tblname": "opportunities",
"alias": "opportunities_list",
"title": "商机列表",
"params": {
"sortby": ["created_at desc"],
"browserfields": {
"exclouded": ["id", "customer_id", "owner_id", "org_id"],
"alters": {
"sales_stage": {
"uitype": "code",
"data": [
{"value": "初步接洽", "text": "初步接洽"},
{"value": "需求确认", "text": "需求确认"},
{"value": "方案报价", "text": "方案报价"},
{"value": "合同谈判", "text": "合同谈判"},
{"value": "成交", "text": "成交"}
]
},
"status": {
"uitype": "code",
"data": [
{"value": "active", "text": "活跃"},
{"value": "won", "text": "已成交"},
{"value": "lost", "text": "已丢失"}
]
},
"source": {
"uitype": "code",
"data": [
{"value": "manual", "text": "手动录入"},
{"value": "lead_conversion", "text": "线索转化"}
]
}
}
}
}
}