{
"selectEmpList": [
{
"value": "string"
}
],
"selectType": "string",
"dateRange": [
"string"
]
}
curl --location --request POST '/api/PushOnWork/GetWorkBench/158?keyWords=' \
--header 'Content-Type: application/json' \
--data-raw '{
"selectEmpList": [
{
"value": "string"
}
],
"selectType": "string",
"dateRange": [
"string"
]
}'
{
"errcode": 0,
"errmsg": "",
"result": {
"pageTitle": "销售机会-阶段推进工作台",
"dataList": [
{
"title": "",
"value": "1",
"formKey": 158,
"where": "0pde5XD1cpKpb+GOxTa5bC8TlWnN0BcYU9lqBsPenv9VNNfJC1z7wpquY7JXGe7Q",
"countList": [
{
"title": "重点关注",
"value": "0个",
"formKey": 158,
"where": "hofj/QWYNjlW2YTXvXPa6w=="
},
{
"title": "2日内到期",
"value": "0个",
"formKey": 158,
"where": ""
},
{
"title": "超期未跟进",
"value": "5个",
"formKey": 158,
"where": ""
}
],
"stepList": [
{
"title": "客户承接跟进",
"value": 5,
"formKey": 158,
"children": [],
"more_data": {
"viewType": "link",
"label": "查看更多",
"value": 5,
"where": "xsh_id in (1,1,1,1,1)"
}
}
]
}
]
}
}