mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
feat(X-Pack): [数据填报]任务下发,增加快捷入口:立即下发
This commit is contained in:
@@ -4138,6 +4138,10 @@ export default {
|
||||
distribute_frequency: 'Sending frequency',
|
||||
one_time: 'Only send once',
|
||||
interval: 'Regularly send',
|
||||
execute_now: 'Execute now',
|
||||
end_time: 'Task end time',
|
||||
please_select_end_time: 'Please select task end time',
|
||||
end_time_error: 'End time must greater than current',
|
||||
distribute_setting: 'Sending settings',
|
||||
task_distribute_setting: 'Task sending settings',
|
||||
receive_object: 'Receiving object',
|
||||
|
||||
@@ -4180,6 +4180,10 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
distribute_frequency: 'Sending frequency',
|
||||
one_time: 'Only send once',
|
||||
interval: 'Regularly send',
|
||||
execute_now: 'Execute now',
|
||||
end_time: 'Task end time',
|
||||
please_select_end_time: 'Please select task end time',
|
||||
end_time_error: 'End time must greater than current',
|
||||
distribute_setting: 'Sending settings',
|
||||
task_distribute_setting: 'Task sending settings',
|
||||
receive_object: 'Receiving object',
|
||||
|
||||
@@ -4069,6 +4069,10 @@ export default {
|
||||
distribute_frequency: '傳送頻率',
|
||||
one_time: '僅下發一次',
|
||||
interval: '定期下發',
|
||||
execute_now: '立即執行',
|
||||
end_time: '任務結束時間',
|
||||
please_select_end_time: '請選擇任務結束時間',
|
||||
end_time_error: '結束時間必須大于當前時間',
|
||||
distribute_setting: '下發設定',
|
||||
task_distribute_setting: '任務下發設定',
|
||||
receive_object: '接收物件',
|
||||
|
||||
@@ -4073,6 +4073,10 @@ export default {
|
||||
distribute_frequency: '发送频率',
|
||||
one_time: '仅下发一次',
|
||||
interval: '定期下发',
|
||||
execute_now: '立即执行',
|
||||
end_time: '任务结束时间',
|
||||
please_select_end_time: '请选择任务结束时间',
|
||||
end_time_error: '结束时间必须大于当前时间',
|
||||
distribute_setting: '下发设置',
|
||||
task_distribute_setting: '任务下发设置',
|
||||
receive_object: '接收对象',
|
||||
|
||||
@@ -79,6 +79,10 @@ public interface DataFillingApi {
|
||||
@PostMapping("/task/save")
|
||||
Long saveTask(@RequestBody TaskInfoVO task);
|
||||
|
||||
@DePermit({"#p0.formId+':manage'"})
|
||||
@PostMapping("/task/executeNow")
|
||||
void executeNow(@RequestBody TaskInfoVO task);
|
||||
|
||||
@PostMapping("/task/logMsg")
|
||||
String logMsg(@RequestBody ReportInstanceMsgRequest request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user