diff --git a/src/api/system/followup.js b/src/api/system/followup.js index cced368..5b3d603 100644 --- a/src/api/system/followup.js +++ b/src/api/system/followup.js @@ -5,4 +5,22 @@ export function manualFollowUpList(query) { method: 'get', params: query }) -} \ No newline at end of file +} + + +//创建实时呼叫任务 +export function createActualTimeTask(query) { + return request({ + url: '/manage/signroute/createActualTimeTask', + method: 'post', + data: query + }) +} + +//AI通话获取录音 +export function getPhoneDialVideo(id) { + return request({ + url: `/manage/signnode/getPhoneDialVideo/${id}`, + method: 'get', + }) +} diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index e2cc7ad..a50040f 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -88,14 +88,16 @@ - + + + - - - 人工电话 - 智能外呼 + + + + +
+ +
+
+ +
+
+
总分:{{ questiondata.totalScore }}分
+
+ {{ index + 1 }}.{{ item.questionName }} + (单选题) + (多选题) + (打分题) + (组合单选题) + (组合多选题) + (组合填空题) + (填空题) + (组合打分题) + (日期填空题) + (时间填空题) + + + {{ aitem.optionName }} + + + + + {{ aitem.optionName }} + + +
+ +
+
+ + +
+
+ + +
+
+
+
+