|
@@ -28,7 +28,7 @@
|
|
|
v-for="(item, index) in treeList"
|
|
|
:class="[
|
|
|
is_active == item.bllb ? 'is-active' : '',
|
|
|
- item.bllb == 49 || [2000002, 294, 303, 329, 288, 87].includes(item.bllb) ? 'li-left-itemyz' : 'li-left-item',
|
|
|
+ item.bllb == 49 || [2000002, 294, 303, 329, 288, 87, 43, 2000185, 34].includes(item.bllb) ? 'li-left-itemyz' : 'li-left-item',
|
|
|
]"
|
|
|
:key="index"
|
|
|
>
|
|
@@ -63,7 +63,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 病程记录、手术记录 -->
|
|
|
- <div v-if="[294, 303, 329, 288, 87].includes(item.bllb) && !item.collapse">
|
|
|
+ <div v-if="[294, 303, 329, 288, 87, 43, 2000185, 34].includes(item.bllb) && !item.collapse">
|
|
|
<div
|
|
|
v-for="(jitem, jindex) in item.list"
|
|
|
:class="['li-left-item-li', parentType == item.bllb && is_active == jitem.blbh ? 'is-active' : '']"
|
|
@@ -92,7 +92,7 @@
|
|
|
<OutHospitalRecord v-if="!outHospitalRecordData.HTML_PRINT" :data="outHospitalRecordData" />
|
|
|
<NoFormatText :text="outHospitalRecordData.HTML_PRINT" :data="outHospitalRecordData" name="" v-else />
|
|
|
</div>
|
|
|
- <div v-else-if="(parentType == 294 && is_active != 294) || (parentType == 329 && is_active != 329)">
|
|
|
+ <div v-else-if="[294,329,43, 2000185, 34].includes(parentType) && !([294,329,43, 2000185, 34].includes(is_active))">
|
|
|
<!-- 病程记录 -->
|
|
|
<CaseRecord :data="caseRecodeInfo" v-if="caseRecodeInfo.is_format === 1" :ZYH="valData"/>
|
|
|
<NoFormatText :text="caseRecodeInfo.content" :data="caseRecodeInfo" name="" v-else />
|
|
@@ -704,7 +704,7 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
// 病程记录
|
|
|
- if ((b == 294 || b == 329) && isLeaf) {
|
|
|
+ if ([294,329,43, 2000185, 34].includes(b) && isLeaf) {
|
|
|
// if (that.is_active) {
|
|
|
// 请求前先重置之前的数据
|
|
|
that.caseRecodeInfo = {};
|