diff --git a/src/api/system/followupsee.js b/src/api/system/followupsee.js index 787cca8..a2888d4 100644 --- a/src/api/system/followupsee.js +++ b/src/api/system/followupsee.js @@ -1,14 +1,22 @@ import request from '@/utils/request' export function selectFollowPatientInfo(id) { return request({ - url: '/manage/signroute/selectFollowPatientInfo/'+id, + url: '/manage/signroute/selectFollowPatientInfo/' + id, method: 'get', }) } +export function selectPhonePush(manageRouteNodeId) { + return request({ + url: `/manage/signroute/selectPhonePush?manageRouteNodeId=${manageRouteNodeId}`, + method: 'get', + }) +} + + // 问卷量表 export function question(id) { return request({ - url: '/system/question/'+id, + url: '/system/question/' + id, method: 'get', }) } @@ -19,4 +27,4 @@ export function addPatientQuestionResult(data) { method: 'post', data: data }) -} \ No newline at end of file +} diff --git a/src/views/system/components/script.vue b/src/views/system/components/script.vue index b0002e5..2e6a57b 100644 --- a/src/views/system/components/script.vue +++ b/src/views/system/components/script.vue @@ -1,306 +1,451 @@ \ No newline at end of file + diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index bc4e7e7..862ecfb 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -244,20 +244,24 @@ :inline="true" :rules="rulesphone" > - - 备选项 - 备选项 - -
- + + + + -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + 备选项 + 备选项 + + + + 备选项 + 备选项 + + + dark + + + 短信模板: + + + + + + + + @@ -283,15 +364,24 @@