opportunity_management/json/opportunities_list.json

79 lines
2.5 KiB
JSON

{
"tblname": "opportunities",
"alias": "opportunities_list",
"title": "商机列表",
"params": {
"sortby": [
"created_at desc"
],
"browserfields": {
"exclouded": [
"id",
"customer_id",
"owner_id"
],
"alters": {
"current_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_type": {
"uitype": "code",
"data": [
{
"value": "manual",
"text": "手动录入"
},
{
"value": "lead_conversion",
"text": "线索转化"
}
]
}
}
},
"editable": {
"new_data_url": "{{entire_url('../api/opportunities_create.dspy')}}",
"update_data_url": "{{entire_url('../api/opportunities_update.dspy')}}",
"delete_data_url": "{{entire_url('../api/opportunities_delete.dspy')}}"
}
}
}