55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"tblname": "customer_handover",
|
|
"alias": "handover_list",
|
|
"title": "客户交接管理",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"browserfields": {
|
|
"exclouded": ["id", "from_owner_id", "to_owner_id", "reviewer_id", "updated_at"],
|
|
"alters": {
|
|
"handover_reason": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{
|
|
"value": "resignation",
|
|
"text": "人员离职"
|
|
},
|
|
{
|
|
"value": "position_change",
|
|
"text": "岗位调整"
|
|
}
|
|
]
|
|
},
|
|
"current_stage": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{
|
|
"value": "preparation",
|
|
"text": "准备阶段"
|
|
},
|
|
{
|
|
"value": "review",
|
|
"text": "审核阶段"
|
|
},
|
|
{
|
|
"value": "confirmation",
|
|
"text": "确认阶段"
|
|
},
|
|
{
|
|
"value": "completed",
|
|
"text": "已完成"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"subtables": [
|
|
{
|
|
"field": "handover_id",
|
|
"title": "交接项目明细",
|
|
"url": "{{entire_url('handover_items_list')}}",
|
|
"subtable": "customer_handover_items"
|
|
}
|
|
]
|
|
}
|
|
} |