From d5e695669edbeea94fe5f110c938815986289fd3 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 20 Sep 2023 17:40:09 +0800 Subject: [PATCH] reportQuery --- src/assets/css/global.css | 6 +- src/components/report/BtnReport.vue | 124 +++++++++--- src/components/report/CusOrgOCX.vue | 1 - .../report/PatientRegisterListNobtn.vue | 50 +++-- .../report/PatientRegisterQueryNobtn.vue | 20 +- src/components/report/RegisterCheckStatus.vue | 62 +++++- src/views/report/chargeAsbitem.vue | 138 +++++++++++--- src/views/report/checkStatus.vue | 176 +++++++++++++----- src/views/report/report.vue | 25 ++- src/views/report/unCheckAsbitem.vue | 114 ++++++++++-- 10 files changed, 561 insertions(+), 155 deletions(-) diff --git a/src/assets/css/global.css b/src/assets/css/global.css index 396757b..6ce1442 100644 --- a/src/assets/css/global.css +++ b/src/assets/css/global.css @@ -2,8 +2,12 @@ background: rgb(240, 125, 125); } +.el-table .unCheck-row { + background: #409EFF; +} + .el-table .refuse-row { - background: rgb(192, 192, 192); + background: #909399; } .el-table .purple-row { diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue index 3c114cd..4c095cd 100644 --- a/src/components/report/BtnReport.vue +++ b/src/components/report/BtnReport.vue @@ -1,13 +1,13 @@ diff --git a/src/views/report/chargeAsbitem.vue b/src/views/report/chargeAsbitem.vue index f607668..27181af 100644 --- a/src/views/report/chargeAsbitem.vue +++ b/src/views/report/chargeAsbitem.vue @@ -2,21 +2,24 @@
人员费用组合项目
-
+
体检单位: - - + + -
+
组合项目: - - - -
+ + + +
收费状态: - + - + - - + + - + + + + + - + + @@ -84,6 +104,11 @@ :close-on-click-modal="false" width="840px" height="600px"> + + + +