diff --git a/src/router/index.js b/src/router/index.js index 3448c43..72aaa05 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -276,30 +276,9 @@ const routes = [ path: "/sumDoctorCheck", name: "总检医生诊台", component: () => import("../views/doctorCheck/sumDoctorCheck.vue"), - }, - //---------------------- 体 检 end ---------------------- - //---------------------- 体检查询 start ---------------------- - { - path: "/report", - name: "体检报告", - component: () => import("../views/report/report.vue"), - }, - { - path: "/checkStatus", - name: "组合项目检查状态", - component: () => import("../views/report/checkStatus.vue"), }, - { - path: "/chargeAsbitem", - name: "人员费用组合项目", - component: () => import("../views/report/chargeAsbitem.vue"), - }, - { - path: "/unCheckAsbitem", - name: "人员未检组合项目", - component: () => import("../views/report/unCheckAsbitem.vue"), - }, - //---------------------- 体检查询 end ---------------------- + + //---------------------- 体 检 end ---------------------- ], }, ]; diff --git a/src/views/Home.vue b/src/views/Home.vue index 0bfbb18..b0715a8 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -8,10 +8,16 @@ 用户权限管理 - 组织架构 + 组织架构 角色管理 - 用户管理 - 安全日志 + 用户管理 + 安全日志 @@ -20,27 +26,61 @@ 基础字典 - 导引类别 - 体检报告类别 + 导引类别 + 体检报告类别 性别 - 婚姻状况 + 婚姻状况 民族 籍贯 - 结果状态 - 体检类别 - 人员类别 - 仪器类别 - 标本类型 + 结果状态 + 体检类别 + 人员类别 + 仪器类别 + 标本类型 计量单位 - 诊断后缀 - 体检结论类别 - 体检结论 - 标本容器 - 常用字符类别 - 常用字符 - 客户单位类别 - 项目默认结果 - 诊断级别 + 诊断后缀 + 体检结论类别 + 体检结论 + 标本容器 + 常用字符类别 + 常用字符 + 客户单位类别 + 项目默认结果 + 诊断级别 @@ -49,7 +89,9 @@ 收费设置 - 发票项目类别 + 发票项目类别 支付方式 会员卡类别 会员卡登记 @@ -62,10 +104,14 @@ 常用设置 - 项目类别 + 项目类别 项目设置 组合项目 - 条码分组 + 条码分组 诊断 - 诊断模板 - 项目结果模板 - 项目结果匹配 - 项目模板 - 套餐 - 系统参数 + 诊断模板 + 项目结果模板 + 项目结果匹配 + 项目模板 + 套餐 + 系统参数 @@ -91,13 +149,27 @@ 体检登记 - 体检单位设置 - 单位分组设置 - 体检人员登记 - 人员批量登记 - 体检人员签到 - 体检表回收 - 弃检登记 + 体检单位设置 + 单位分组设置 + 体检人员登记 + 人员批量登记 + 体检人员签到 + 体检表回收 + 弃检登记 体检收费 @@ -109,22 +181,12 @@ 体检医生诊台 总检医生诊台 + - -
- - 体检查询 - - 体检报告 - 组合项目检查状态 - 人员费用组合项目 - 人员未检组合项目 - 回收表格查询 - - -
+ +
当前用户{{ user }} @@ -133,24 +195,51 @@ 操作 - 退出登录 - 修改密码 + 退出登录 + 修改密码
- - + + - + - + - + @@ -413,7 +502,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(() => {}); } }, //确定修改密码按钮 diff --git a/src/views/basic-dictionary/SampleContainer.vue b/src/views/basic-dictionary/SampleContainer.vue index b86f75b..320a1c6 100644 --- a/src/views/basic-dictionary/SampleContainer.vue +++ b/src/views/basic-dictionary/SampleContainer.vue @@ -203,6 +203,7 @@ import { specimentopbottom, specimensort, } from "../../request/systemapi"; +import { lognis } from "@/request/ruquset"; export default { data() { return { @@ -234,7 +235,7 @@ export default { containerColor: 1089274, containerRemark: "", }, - color16: "#409EFF", + color16: "", curRow: {}, }; }, @@ -259,7 +260,6 @@ export default { hexColor = hexColor.substring(1); // 转换为十进制 this.form.containerColor = parseInt(hexColor, 16); - console.log(this.form.containerColor); // this.form.containerColor = parseInt(v) // console.log(this.form.containerColor); @@ -297,7 +297,6 @@ export default { Sortable.create(tbody, { handle: ".move", animation: 300, - onEnd({ newIndex, oldIndex }) { _this.isshow = false; const currRow = _this.tableData.splice(oldIndex, 1)[0]; @@ -382,6 +381,8 @@ export default { }, //点击列表通过id查询 rowick(row) { + this.inputcontainerColor(this.form.containerColor); + console.log(this.form.containerColor); Containerid(row.id).then((res) => { this.curRow = { ...res.data }; // console.log(res); diff --git a/src/views/doctorCheck/personnelBatch.vue b/src/views/doctorCheck/personnelBatch.vue index 0379b90..f3b0691 100644 --- a/src/views/doctorCheck/personnelBatch.vue +++ b/src/views/doctorCheck/personnelBatch.vue @@ -342,7 +342,7 @@ export default { //数据列没有绑定 async submitBatch() { let res = null, - confirm = null; + confirm = null; for (let i = 0; i < this.tableData.length; i++) { this.tableData[i].isAutoCreateDepartment = this.form.isAutoCreateDepartment; diff --git a/src/views/doctorCheck/positiveresults.vue b/src/views/doctorCheck/positiveresults.vue new file mode 100644 index 0000000..8708365 --- /dev/null +++ b/src/views/doctorCheck/positiveresults.vue @@ -0,0 +1,101 @@ + + + \ No newline at end of file diff --git a/src/views/doctorCheck/unitphysicalexamination.vue b/src/views/doctorCheck/unitphysicalexamination.vue new file mode 100644 index 0000000..46706c7 --- /dev/null +++ b/src/views/doctorCheck/unitphysicalexamination.vue @@ -0,0 +1,124 @@ + + + \ No newline at end of file diff --git a/src/views/fee-settings/diseaseStatistics.vue b/src/views/fee-settings/diseaseStatistics.vue new file mode 100644 index 0000000..fb44822 --- /dev/null +++ b/src/views/fee-settings/diseaseStatistics.vue @@ -0,0 +1,101 @@ + + + \ No newline at end of file