From 2566724a1921a330fd662dbebd7be379caee2075 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 22 Aug 2023 22:55:34 +0800 Subject: [PATCH] lis --- src/api/api.js | 2 + src/api/request.js | 2 +- src/components/patientRegister/LisRequest.vue | 186 +++++++++++++++ .../patientRegister/PatientRegisterEdit.vue | 222 +++++++++++++++++- .../patientRegister/PatientRegisterItem.vue | 6 +- .../patientRegister/PatientRegisterList.vue | 37 ++- src/store/index.js | 1 + src/views/doctorCheck/personnelBatch.vue | 24 +- 8 files changed, 447 insertions(+), 33 deletions(-) create mode 100644 src/components/patientRegister/LisRequest.vue diff --git a/src/api/api.js b/src/api/api.js index 659c40f..77d393e 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -59,3 +59,5 @@ export async function putapi(url, params = {}, config) { }); }); } + + diff --git a/src/api/request.js b/src/api/request.js index 0eddd25..1615274 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -8,7 +8,7 @@ import { Message } from "element-ui"; const instance = axios.create({ baseURL: mm.apiurl, - timeout: 5000, + timeout: 500000, }); //请求拦截 diff --git a/src/components/patientRegister/LisRequest.vue b/src/components/patientRegister/LisRequest.vue new file mode 100644 index 0000000..68e9afa --- /dev/null +++ b/src/components/patientRegister/LisRequest.vue @@ -0,0 +1,186 @@ + + + + diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 074166b..d92366f 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -118,7 +118,7 @@ - + 读身份证 +
+ 复制新增 +
保存
- 申请单 + 检验单申请 +
+
+ 条码打印
- 打条码 + 条码补打
- 打指引单 + 指引单打印
- 复制新增 + 指引单预览
- + @@ -383,10 +390,17 @@ - + + + + + +