|
@@ -105,6 +105,7 @@
|
|
<!-- 住院病案质控 -->
|
|
<!-- 住院病案质控 -->
|
|
<ErrorMsg v-if="is_active == 0" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score" @ss="getBlankIndexss"></ErrorMsg>
|
|
<ErrorMsg v-if="is_active == 0" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score" @ss="getBlankIndexss"></ErrorMsg>
|
|
<ErrorMsg2 v-if="is_active == 292" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score"></ErrorMsg2>
|
|
<ErrorMsg2 v-if="is_active == 292" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score"></ErrorMsg2>
|
|
|
|
+ <!-- <CaseQualityBox :list="results" /> -->
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -129,6 +130,7 @@ import ShouShuRecord2 from './components/ShouShuRecord2.vue';
|
|
import ShouShuRecord4 from './components/ShouShuRecord4.vue';
|
|
import ShouShuRecord4 from './components/ShouShuRecord4.vue';
|
|
import NoFormatText from './components/NoFormatText.vue';
|
|
import NoFormatText from './components/NoFormatText.vue';
|
|
import OutHospitalRecord from './components/OutHospitalRecord.vue';
|
|
import OutHospitalRecord from './components/OutHospitalRecord.vue';
|
|
|
|
+import CaseQualityBox from './components/CaseQualityBox.vue'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
@@ -151,6 +153,7 @@ export default {
|
|
ShouShuRecord4,
|
|
ShouShuRecord4,
|
|
NoFormatText,
|
|
NoFormatText,
|
|
OutHospitalRecord,
|
|
OutHospitalRecord,
|
|
|
|
+ CaseQualityBox
|
|
},
|
|
},
|
|
directives: {},
|
|
directives: {},
|
|
filters: {},
|
|
filters: {},
|
|
@@ -214,7 +217,6 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- console.log(liIds)
|
|
|
|
return liIds;
|
|
return liIds;
|
|
},
|
|
},
|
|
shoushuLiIds() {
|
|
shoushuLiIds() {
|
|
@@ -252,9 +254,20 @@ export default {
|
|
this.funQuery();
|
|
this.funQuery();
|
|
}
|
|
}
|
|
this.getTree();
|
|
this.getTree();
|
|
|
|
+ // this.getCaseQualityResults()
|
|
},
|
|
},
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // 获取新病案指控结果
|
|
|
|
+ getCaseQualityResults() {
|
|
|
|
+ const params = {
|
|
|
|
+ // id: this.valData,
|
|
|
|
+ id: 723264
|
|
|
|
+ };
|
|
|
|
+ this.$axios.post('/get_case_quality', params).then(res => {
|
|
|
|
+ this.results = res.data
|
|
|
|
+ });
|
|
|
|
+ },
|
|
reload() {
|
|
reload() {
|
|
// 移除组件
|
|
// 移除组件
|
|
this.update = false;
|
|
this.update = false;
|
|
@@ -301,7 +314,6 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
clickTree(b, n, item) {
|
|
clickTree(b, n, item) {
|
|
- console.log(b, n, item)
|
|
|
|
this.titleName = n;
|
|
this.titleName = n;
|
|
this.parentType = b;
|
|
this.parentType = b;
|
|
let that = this;
|
|
let that = this;
|
|
@@ -317,7 +329,6 @@ export default {
|
|
} else {
|
|
} else {
|
|
that.is_active = b;
|
|
that.is_active = b;
|
|
}
|
|
}
|
|
- console.log(that.is_active)
|
|
|
|
that.name_title = n;
|
|
that.name_title = n;
|
|
this.errorList = [];
|
|
this.errorList = [];
|
|
if (b != 0 && b != 292 && b != 1) {
|
|
if (b != 0 && b != 292 && b != 1) {
|
|
@@ -473,7 +484,7 @@ export default {
|
|
width: 250px;
|
|
width: 250px;
|
|
margin: 0 0 0 15px;
|
|
margin: 0 0 0 15px;
|
|
min-height: 650px;
|
|
min-height: 650px;
|
|
- height: 830px;
|
|
|
|
|
|
+ height: 820px;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
}
|
|
}
|
|
@@ -481,7 +492,7 @@ export default {
|
|
flex: 1;
|
|
flex: 1;
|
|
min-height: 650px;
|
|
min-height: 650px;
|
|
margin: 0 5px;
|
|
margin: 0 5px;
|
|
- height: 830px;
|
|
|
|
|
|
+ height: 820px;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
border: 1px solid #e2e2e2;
|
|
border: 1px solid #e2e2e2;
|