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

37 lines
1.1 KiB
JSON

{
"tblname": "opportunities",
"alias": "opportunities_edit",
"title": "编辑商机",
"params": {
"formfields": {
"exclouded": ["id", "customer_id", "owner_id", "org_id", "created_at", "updated_at"],
"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": "线索转化"}
]
}
}
}
}
}