+
+
+
+
+
+
+
+
+
+ 至
+
-
-
-
-
- 查询
-
-
- 清除条件
-
+
+
+ 人员类别
+
+
+
+
+
+ 表回收
+
+
+
+
+
+
+ 查询
@@ -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: "人员未检组合项目",