Commit 8da65d87 by 罗建民

--story=1013884 --user=罗建民 工作流通知改造升级 https://www.tapd.cn/56664057/s/1131397

parent 77e23e21
Showing with 47 additions and 3 deletions
......@@ -703,6 +703,39 @@
},
"size": "60%"
}
},
{
"name": "showNotifyList",
"label": "去处理",
"container": "sidebar",
"action": "showList",
"model": "uniplat_process_instance@intent_example",
"parameters": {
"listName": "notifyList",
"prefilters": [
{
"property": "model_name",
"operator": "",
"value": "Example1"
},
{
"property": "process_name",
"value": "提醒"
},
{
"property": "finish_time__isnull",
"value": ""
},
{
"property": "task_begin_time__lte",
"value": "{{env.now.value}}"
},
{
"property": "task_end_time__gte",
"value": "{{env.now.value}}"
}
]
}
}
],
"sectionDefs": [
......@@ -1167,7 +1200,8 @@
],
"intents": [
"showReport",
"showComponent"
"showComponent",
"showNotifyList"
],
"detail_action_visible": true,
"log_action_visible": false,
......@@ -1184,8 +1218,8 @@
"value": "'提醒'"
},
{
"property": "finish_time",
"operator": "isnull",
"property": "finish_time__isnull",
"operator": "",
"value": ""
},
{
......@@ -1196,6 +1230,16 @@
"property": "task_end_time__gte",
"value": "{{env.now.value}}"
}
],
"sorts": [
{
"property": "task_begin_time",
"type": "asc"
},
{
"property": "priority",
"type": "desc"
}
]
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment