diff --git a/src/api/manage/patientInfoImport.js b/src/api/manage/patientInfoImport.js index b41561e..3469fcb 100644 --- a/src/api/manage/patientInfoImport.js +++ b/src/api/manage/patientInfoImport.js @@ -41,4 +41,21 @@ export function directOutbound(data) { method: 'post', data }) +} + +// 获取医院外呼时间起止详细信息 +export function selectDialTime() { + return request({ + url: `/manage/patientInfoimportmain/selectDialTime`, + method: 'get', + }) +} + +// 新增医院外呼时间起止 +export function addDialTime(data) { + return request({ + url: `/manage/patientInfoimportmain/addDialTime`, + method: 'post', + data + }) } \ No newline at end of file diff --git a/src/assets/manage/tx.png b/src/assets/manage/tx.png new file mode 100644 index 0000000..28b9f17 Binary files /dev/null and b/src/assets/manage/tx.png differ diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index fad5a17..c14a1c5 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -5,12 +5,14 @@
导入 + 时间限制 返回 导入中,请稍等
+ + + + + + + + + + + + + +