diff --git a/src/components/doctorCheck/ButtonList.vue b/src/components/doctorCheck/ButtonList.vue new file mode 100644 index 0000000..f076b56 --- /dev/null +++ b/src/components/doctorCheck/ButtonList.vue @@ -0,0 +1,44 @@ + + + \ No newline at end of file diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue new file mode 100644 index 0000000..f24d6e1 --- /dev/null +++ b/src/components/doctorCheck/CheckItemList.vue @@ -0,0 +1,69 @@ + + + + \ No newline at end of file diff --git a/src/components/doctorCheck/CheckSumSug.vue b/src/components/doctorCheck/CheckSumSug.vue new file mode 100644 index 0000000..d43194c --- /dev/null +++ b/src/components/doctorCheck/CheckSumSug.vue @@ -0,0 +1,88 @@ + + + + \ No newline at end of file diff --git a/src/components/doctorCheck/PatientRegisterBase.vue b/src/components/doctorCheck/PatientRegisterBase.vue new file mode 100644 index 0000000..d6a8ba0 --- /dev/null +++ b/src/components/doctorCheck/PatientRegisterBase.vue @@ -0,0 +1,146 @@ + + + diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue new file mode 100644 index 0000000..7aa16a0 --- /dev/null +++ b/src/components/doctorCheck/RegisterCheckList.vue @@ -0,0 +1,66 @@ + + + + \ No newline at end of file diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index eaaf87c..7e1cdd6 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -108,35 +108,15 @@ - - - + + - - - + + @@ -195,18 +175,8 @@ - - - + + diff --git a/src/router/index.js b/src/router/index.js index 5f9a1f9..9e211ec 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -233,6 +233,18 @@ const routes = [ import("../views/customerOrg/patientRegisterRefuse.vue"), }, //---------------------- 体检登记 start ---------------------- + //---------------------- 体 检 start ---------------------- + { + path: "/doctorCheck", + name: "体检医生诊台", + component: () => import("../views/doctorCheck/doctorCheck.vue"), + }, + { + path: "/sumDoctorCheck", + name: "总检医生诊台", + component: () => import("../views/doctorCheck/sumDoctorCheck.vue"), + }, + //---------------------- 体 检 end ---------------------- ], }, ]; diff --git a/src/store/index.js b/src/store/index.js index e32fb9b..cb6d2a6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -96,6 +96,32 @@ export default new Vuex.Store({ patientRegisterAbs: [], //人员已选组合项目 }, + //体检医生诊台 + doctorCheck:{ + prBase:{ + id:'', //体检登记ID + patientRegisterNo:'', //条码号 + patientNo:'', //档案号 + patientName:'', //姓名 + sex:'', //性别 + medicalTimes:'', //体检次数 + maritalStatusId:'', //婚姻 + creationTime:'', //体检日期 + customerOrgParentName:'', //单位 + customerOrgName:'', //部门 + medicalTypeId:'', //体检类别 + personnelTypeId:'', //人员类别 + nationId:'', //民族 + mobileTelephone:'', //手机 + }, //人员体检登记显示基本信息 + + RegisterCheckList:[], //人员体检 组合项目列表 + checkItemList:[], //组合项目包含的明细项目 + checkSummaryList:[], //小结 + checkSuggestionList:[], //建议 + + }, + //公共字典数据 add by pengjun dict: { personOrgId: "00000000-0000-0000-0000-000000000000", //个人体检单位ID diff --git a/src/views/Home.vue b/src/views/Home.vue index 06c8240..1e2e2f3 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -213,6 +213,20 @@ 弃检登记 + + + + + 体检医生诊台 + + + + 总检医生诊台 + + diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue index f2ab631..b88a603 100644 --- a/src/views/doctorCheck/doctorCheck.vue +++ b/src/views/doctorCheck/doctorCheck.vue @@ -1,30 +1,28 @@ - - \ No newline at end of file +
开发中……
+ \ No newline at end of file