From 3c2cc6fe9b5025c1d7f0f89682642f179ed0b9a4 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 5 Dec 2025 19:50:35 +0800 Subject: [PATCH] seo --- .../patientRegisterRecoverListQuery.vue | 300 ++++++++---------- src/components/report/deptProgress.vue | 280 ++++++++++++++++ src/router/index.js | 6 + 3 files changed, 426 insertions(+), 160 deletions(-) create mode 100644 src/components/report/deptProgress.vue diff --git a/src/components/patientRegister/patientRegisterRecoverListQuery.vue b/src/components/patientRegister/patientRegisterRecoverListQuery.vue index ec6790d..099b9c7 100644 --- a/src/components/patientRegister/patientRegisterRecoverListQuery.vue +++ b/src/components/patientRegister/patientRegisterRecoverListQuery.vue @@ -3,142 +3,134 @@
体检查询 /回收表格查询
-
- -
-
- - - - - - - - - - -
- -
- 人员类别 - - - -
-
- 表回收 - - - - -
+ + +
+
+ + + + + + + + + +
- - -
-
- 查询 -
-
- 清除条件 -
+ +
+ 人员类别 + + + +
+
+ 表回收 + + + + +
+
+ 查询
@@ -252,15 +244,11 @@ import moment from "moment"; import { mapState, mapActions } from "vuex"; import { getapi, postapi, putapi, deletapi } from "@/api/api"; import { dddw, objCopy, arrayReduce, arrayExistObj } from "@/utlis/proFunc"; -import { savePeoplePhoto } from "../../utlis/proApi"; -import PatientRegisterEdit from "../../components/patientRegister/PatientRegisterEdit.vue"; -import Camera from "../../components/patientRegister/Camera.vue"; export default { components: { - PatientRegisterEdit, - Camera, + }, data() { return { @@ -328,11 +316,11 @@ export default { dictInit() { //体检类别 - getapi("/api/app/medical-type/in-filter").then((res) => { - if (res.code > -1) { - this.dict.medicalType = res.data; - } - }); + // getapi("/api/app/medical-type/in-filter").then((res) => { + // if (res.code > -1) { + // this.dict.medicalType = res.data; + // } + // }); //人员类别 getapi("/api/app/personnel-type/in-filter").then((res) => { @@ -369,18 +357,7 @@ export default { }); }, - // 清除查询条件 - btnClear() { - this.patientRegister.query.patientRegisterNo = '' - this.patientRegister.query.patientNo = '' - this.patientRegister.query.patientName = '' - this.patientRegister.query.pacsNo = '' - this.patientRegister.query.lisNo = '' - this.patientRegister.query.sex = '' - this.patientRegister.query.phone = '' - this.patientRegister.query.idCardNo = '' - }, - + //查询 btnQuery() { this.Query() @@ -645,9 +622,12 @@ export default { }; diff --git a/src/router/index.js b/src/router/index.js index 018b962..5996b48 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -587,6 +587,12 @@ const routes = [{ component: () => import ("../components/patientRegister/patientRegisterRecoverListQuery.vue"), }, + { + path: "/deptProgress", + name: "科室进度查询", + component: () => + import ("../components/report/deptProgress.vue"), + }, { path: "/unCheckAsbitem", name: "人员未检组合项目",