From e3e84f739cc25807de7b59be678af975ad65a429 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 24 Aug 2023 18:55:28 +0800 Subject: [PATCH] charge --- .../patientRegister/PatientRegisterEdit.vue | 17 +- .../patientRegister/PatientRegisterItem.vue | 2 +- .../patientRegister/patientRegisterQuery.vue | 2 +- src/router/index.js | 17 +- src/views/Home.vue | 203 ++---- src/views/charge/charge.vue | 604 ++++++++++++++++++ 6 files changed, 679 insertions(+), 166 deletions(-) create mode 100644 src/views/charge/charge.vue diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index af72abe..3241300 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -917,6 +917,14 @@ export default { ::v-deep .el-form-item { margin-bottom: -15px; } +::v-deep .el-table--small .el-table__cell { + padding: 0px 0; +} +::v-deep .el-input__inner { + text-align: left; + padding-left: 5px; + padding-right: 15px; +} .btn { margin-top: 10px; @@ -936,13 +944,4 @@ export default { height: 160px; } -::v-deep .el-table--small .el-table__cell { - padding: 0px 0; -} - -::v-deep .el-input__inner { - text-align: left; - padding-left: 5px; - padding-right: 15px; -} diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index 4d42f66..a3fae90 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -77,7 +77,7 @@ :height="(window.pageHeight > 735 ? (window.pageHeight - 537) : 198)" width="100%" :summary-method="getSummaries" show-summary @row-dblclick="removeAbs" @selection-change="selecteditems" size="small"> - + diff --git a/src/components/patientRegister/patientRegisterQuery.vue b/src/components/patientRegister/patientRegisterQuery.vue index 28fa355..7f10d50 100644 --- a/src/components/patientRegister/patientRegisterQuery.vue +++ b/src/components/patientRegister/patientRegisterQuery.vue @@ -2,7 +2,7 @@
- 登记日期: + 登记日期: diff --git a/src/router/index.js b/src/router/index.js index d872d96..c5b87f1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -224,6 +224,11 @@ const routes = [ name: "体检人员签到", component: () => import("../views/customerOrg/patientRegisterSign.vue"), }, + { + path: "/personnelBatch", + name: "人员批量登记", + component: () => import("../views/doctorCheck/personnelBatch.vue"), + }, { path: "/patientRegisterRecover", name: "体检表回收", @@ -236,6 +241,12 @@ const routes = [ component: () => import("../views/customerOrg/patientRegisterRefuse.vue"), }, + { + path: "/charge", + name: "体检收费", + component: () => + import("../views/charge/charge.vue"), + }, //---------------------- 体检登记 start ---------------------- //---------------------- 体 检 start ---------------------- { @@ -248,11 +259,7 @@ const routes = [ name: "总检医生诊台", component: () => import("../views/doctorCheck/sumDoctorCheck.vue"), }, - { - path: "/personnelBatch", - name: "人员预约登记", - component: () => import("../views/doctorCheck/personnelBatch.vue"), - }, + //---------------------- 体 检 end ---------------------- ], }, diff --git a/src/views/Home.vue b/src/views/Home.vue index 68bfed9..d370abb 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -8,16 +8,10 @@ 用户权限管理 - 组织架构 + 组织架构 角色管理 - 用户管理 - 安全日志 + 用户管理 + 安全日志
@@ -26,61 +20,27 @@ 基础字典 - 导引类别 - 体检报告类别 + 导引类别 + 体检报告类别 性别 - 婚姻状况 + 婚姻状况 民族 籍贯 - 结果状态 - 体检类别 - 人员类别 - 仪器类别 - 标本类型 + 结果状态 + 体检类别 + 人员类别 + 仪器类别 + 标本类型 计量单位 - 诊断后缀 - 体检结论类别 - 体检结论 - 标本容器 - 常用字符类别 - 常用字符 - 客户单位类别 - 项目默认结果 - 诊断级别 + 诊断后缀 + 体检结论类别 + 体检结论 + 标本容器 + 常用字符类别 + 常用字符 + 客户单位类别 + 项目默认结果 + 诊断级别
@@ -89,9 +49,7 @@ 收费设置 - 发票项目类别 + 发票项目类别 支付方式 @@ -101,14 +59,10 @@ 常用设置 - 项目类别 + 项目类别 项目设置 组合项目 - 条码分组 + 条码分组 诊断 - 诊断模板 - 项目结果模板 - 项目结果匹配 - 项目模板 - 套餐 - 系统参数 + 诊断模板 + 项目结果模板 + 项目结果匹配 + 项目模板 + 套餐 + 系统参数
@@ -146,27 +88,14 @@ 体检登记 - 体检单位设置 - 单位分组设置 - 体检人员登记 - 体检人员签到 - 体检表回收 - 弃检登记 - 人员批量登记 + 体检单位设置 + 单位分组设置 + 体检人员登记 + 人员批量登记 + 体检人员签到 + 体检表回收 + 弃检登记 + 体检收费 @@ -175,13 +104,9 @@ 体检 - 体检医生诊台 - 总检医生诊台 - + 体检医生诊台 + 总检医生诊台 + @@ -193,51 +118,24 @@ 操作 - 退出登录 - 修改密码 + 退出登录 + 修改密码 - - + + - + - + - + @@ -500,7 +398,7 @@ export default { handleCommand(command) { if (this.router.path != command) { this.router.path = command; - this.$router.push({ path: command }).catch(()=>{}) + this.$router.push({ path: command }).catch(() => { }) } }, //确定修改密码按钮 @@ -546,6 +444,7 @@ export default { .el-dropdown-item { text-align: center; } + .el-dropdown-menu { text-align: center; overflow: scroll; @@ -554,6 +453,7 @@ export default { overflow-x: hidden; /* margin-left: 5%; */ } + .el-header { position: fixed; /* top:0; @@ -563,15 +463,18 @@ export default { overflow: auto; z-index: 999; } + .el-container { /* position: fixed; */ width: 100%; } + .el-dropdown-link { width: 100%; display: block; position: relative; } + .el-menu { border-right: none; } diff --git a/src/views/charge/charge.vue b/src/views/charge/charge.vue new file mode 100644 index 0000000..22d89f4 --- /dev/null +++ b/src/views/charge/charge.vue @@ -0,0 +1,604 @@ + + +