From 229b1072df5d6b93b2d9096b877372d0ca616a03 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 25 Aug 2023 22:52:20 +0800 Subject: [PATCH 1/2] group --- .../patientRegister/PatientRegisterItem.vue | 4 +- .../patientRegister/PatientRegisterList.vue | 105 +++++++++++++++++- 2 files changed, 100 insertions(+), 9 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index 47021ac..16edb50 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -8,7 +8,6 @@ clearable filterable @change="getAsbItemByItemType" size="small"> -
{{ ldddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}
- --> + --> @@ -768,7 +767,6 @@ export default { if (!this.discountFoucs) this.discount = Number(this.total * 100 / this.totalStand).toFixed(2); return sums; }, - }, //监听事件 diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 933672e..53a2681 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -165,10 +165,10 @@ 健康档案
- 调整分组 + 调整分组
- 调整项目 + 调整项目
指引单打印 @@ -195,6 +195,36 @@ :close-on-click-modal="false">
{{ guideMsg }}
+ + + +
+
+ 批量调整分组只针对单位体检有效,个人体检将忽略此操作;不能调整已收费或已检的项目及已总检的体检人员。 +
+
+
分组 + + + +
+
+
个人支付 +
单位支付 +
免费 +
+
+
保留加做项目(包括不属于原分组的、没有设置分组的) +
+
+ + 确 定 + 取 消 + +
+
- diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index 16edb50..8455b5e 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -9,7 +9,7 @@
- @@ -188,11 +188,14 @@ export default { return moment(new Date(date)).format(forMat); }, - tableRowClassName(){ + tableRowClassName({row, rowIndex}){ + //console.log(row) if (row.groupPackageId) { - return 'warning-row'; //分组或套餐 - } - return ''; + //console.log('row.groupPackageId',row.groupPackageId) + return 'purple-row'; //分组或套餐 + }else{ + return ''; + } }, //保存按钮 // [ @@ -800,6 +803,8 @@ export default { }; diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 53a2681..3d3c790 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -225,6 +225,60 @@ + + +
+
+ 批量调整分组只针对单位体检有效,个人体检将忽略此操作;不能调整已收费或已检的项目及已总检的体检人员。 +
+
+
增加项目 + 删除项目 +
+
+
如果删除项目属于分组则删除体检记录信息的分组设置 +
+
+
直接录入 + + + +
+
+ + + + + + + + + + + + +
+ +
+ + 确 定 + 取 消 + +
+