From 660505e05cbc350e5d7b71fb49862c216310db3b Mon Sep 17 00:00:00 2001 From: zhuangyuanke Date: Thu, 5 Dec 2024 09:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=A4=96=E5=91=BC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/manage/patientInfoImport.js | 10 + src/views/manage/patientInfoImport/index.vue | 314 +++++++++++++++++++ 2 files changed, 324 insertions(+) create mode 100644 src/api/manage/patientInfoImport.js create mode 100644 src/views/manage/patientInfoImport/index.vue diff --git a/src/api/manage/patientInfoImport.js b/src/api/manage/patientInfoImport.js new file mode 100644 index 0000000..39b6bf5 --- /dev/null +++ b/src/api/manage/patientInfoImport.js @@ -0,0 +1,10 @@ +import request from '@/utils/request' + +// 查询导入批次列表 +export function patientInfoImportBatchlist(query) { + return request({ + url: '/manage/patientInfoimporttemp/list', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/manage/patientInfoImport/index.vue b/src/views/manage/patientInfoImport/index.vue new file mode 100644 index 0000000..3590779 --- /dev/null +++ b/src/views/manage/patientInfoImport/index.vue @@ -0,0 +1,314 @@ + + +