diff --git a/src/assets/css/global.css b/src/assets/css/global.css new file mode 100644 index 0000000..42871c3 --- /dev/null +++ b/src/assets/css/global.css @@ -0,0 +1,11 @@ +.el-table .warning-row { + background: rgb(240, 125, 125); +} + +.el-table .refuse-row { + background: rgb(192, 192, 192); +} + +.el-table .purple-row { + background: rgb(255, 0, 255); +} \ No newline at end of file diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 51e5bc9..3a07ea4 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -1,42 +1,21 @@ @@ -56,10 +35,10 @@ export default { }; }, - created() {}, + created() { }, //挂载完成 - mounted() {}, + mounted() { }, computed: { ...mapState(["window", "dict", "doctorCheck"]), @@ -134,16 +113,13 @@ export default { }, }; - diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index 47021ac..8455b5e 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -8,9 +8,8 @@ clearable filterable @change="getAsbItemByItemType" size="small"> -
- @@ -26,7 +25,7 @@
{{ ldddw(dict.forSex, "id", scope.row.forSexId, "displayName") }}
- --> + -->
@@ -189,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 ''; + } }, //保存按钮 // [ @@ -768,7 +770,6 @@ export default { if (!this.discountFoucs) this.discount = Number(this.total * 100 / this.totalStand).toFixed(2); return sums; }, - }, //监听事件 @@ -802,6 +803,8 @@ export default { }; diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 933672e..3d3c790 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -165,10 +165,10 @@ 健康档案
- 调整分组 + 调整分组
- 调整项目 + 调整项目
指引单打印 @@ -195,6 +195,90 @@ :close-on-click-modal="false">
{{ guideMsg }}
+ + + +
+
+ 批量调整分组只针对单位体检有效,个人体检将忽略此操作;不能调整已收费或已检的项目及已总检的体检人员。 +
+
+
分组 + + + +
+
+
个人支付 +
单位支付 +
免费 +
+
+
保留加做项目(包括不属于原分组的、没有设置分组的) +
+
+ + 确 定 + 取 消 + +
+ + + +
+
+ 批量调整分组只针对单位体检有效,个人体检将忽略此操作;不能调整已收费或已检的项目及已总检的体检人员。 +
+
+
增加项目 + 删除项目 +
+
+
如果删除项目属于分组则删除体检记录信息的分组设置 +
+
+
直接录入 + + + +
+
+ + + + + + + + + + + + +
+ +
+ + 确 定 + 取 消 + +
+