Commit f2c5367a by 唐玉峰

.

parent b419519c
......@@ -320,6 +320,10 @@
<diagList :code="casehisObj" :isshow="addrecordEnrollmentShow"></diagList>
</el-dialog>
<el-dialog :visible.sync="addrecordEnrollmentShow1">
<div class="mar-bottom-10 color-F54">
<span class="mar-right-10">该病人此次住院总费用为:{{ dataOBJ.d01 }}</span>
<span class="mar-right-10">其中病人全自费金额为:{{ dataOBJ.d30 }}</span> 自付金额为:{{ dataOBJ.d09 }}
</div>
<div class="outpatientDetails_bottom_rght1">
<div class="outpatientDetails_bottom_rght1_top">
<div class="outpatientDetails_bottom_rght1_top_title">异常问题</div>
......@@ -358,7 +362,12 @@
<span v-show="item.projectRuleLevel == '警告'" class="outpatientDetails_bottom_rght1_bottom_li_title" style="background: #e9c621">{{
item.projectRuleLevel
}}</span>
<span
v-show="item.projectRuleLevel == '违规内容'"
class="outpatientDetails_bottom_rght1_bottom_li_title1"
style="background: #2aaae2"
>{{ item.projectRuleLevel }}</span
>
<el-tooltip placement="bottom" trigger="hover">
<template #content>{{ item.notes }} </template>
<span class="outpatientDetails_bottom_rght1_bottom_li_cont">{{ item.notes }}</span>
......@@ -431,6 +440,7 @@ export default {
spinner: "el-icon-loading",
background: "rgba(0, 0, 0, 0.5)",
},
dataOBJ: {},
};
},
mounted() {
......@@ -551,6 +561,7 @@ export default {
GetProjectRulesData() {
http.post(`/medical/get/GetPRHisData?&code=${this.$route.query.id}`, {})
.then((data) => {
this.dataOBJ = data;
this.options = data.projectRules;
this.typeCountDatas = data.typeCountDatas;
this.addrecordEnrollmentShow1 = true;
......@@ -1981,6 +1992,18 @@ export default {
color: #ffffff;
border-radius: 3px;
}
&_title1 {
width: 110px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #ffffff;
border-radius: 3px;
}
&_cont {
font-size: 16px;
font-family: PingFang SC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment