diff --git a/src/api/system/department.js b/src/api/system/department.js index ac0b346..6fc2a79 100644 --- a/src/api/system/department.js +++ b/src/api/system/department.js @@ -49,3 +49,23 @@ export function delDepartment(id) { method: 'delete' }) } + +// 导入 +export function patientUpload(data) { + return request({ + url: '/manage/patientInfo/patientUpload', + method: 'post', + data: data + }) +} + +// 导入提交 + +export function secondaryUpload(data) { + return request({ + url: '/manage/patientInfo/secondaryUpload', + method: 'post', + data: data + }) +} + diff --git a/src/assets/images/jd.png b/src/assets/images/jd.png new file mode 100644 index 0000000..6532be5 Binary files /dev/null and b/src/assets/images/jd.png differ diff --git a/src/assets/images/run.gif b/src/assets/images/run.gif new file mode 100644 index 0000000..aff8551 Binary files /dev/null and b/src/assets/images/run.gif differ diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index f1cd8e3..d548dec 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -1,116 +1,1039 @@ \ No newline at end of file diff --git a/src/views/manage/Patientmanagement/index.vue b/src/views/manage/Patientmanagement/index.vue new file mode 100644 index 0000000..6283c19 --- /dev/null +++ b/src/views/manage/Patientmanagement/index.vue @@ -0,0 +1,544 @@ + + + + + \ No newline at end of file